]> git.etc.gen.nz Git - asterisk-agi-enum.git/commitdiff
Customise files.
authorAndrew Ruthven <andrew@etc.gen.nz>
Tue, 13 Jan 2009 19:51:28 +0000 (08:51 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Tue, 13 Jan 2009 19:51:28 +0000 (08:51 +1300)
debian/control
debian/rules

index e47ba316064a49305eb96e27c315be6f8edc35c2..7a6a5b28dbc4100b14bf38bd322c55a8e8ee347c 100644 (file)
@@ -1,13 +1,13 @@
 Source: enum.agi
-Section: unknown
+Section: contrib
 Priority: extra
 Maintainer: Andrew Ruthven <andrew@etc.gen.nz>
 Build-Depends: debhelper (>= 7)
 Standards-Version: 3.8.0
-Homepage: <insert the upstream URL, if relevant>
 
 Package: enum.agi
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: Asterisk AGI script for performing ENUM lookups
+ This package provides a script that will perform ENUM lookups in what
+ is hopefully an easier manner than EnumLookup.
index 06caef69fc03495db405595ca4a0db53fec51aed..e655a9e3bf07a9e788f14cb2e264b8e551136cfb 100755 (executable)
 #export DH_VERBOSE=1
 
 
-
-
-
-configure: configure-stamp
-configure-stamp:
-       dh_testdir
-       # Add here commands to configure the package.
-
-       touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: configure-stamp  
-       dh_testdir
-
-       # Add here commands to compile the package.
-       $(MAKE)
-       #docbook-to-man debian/enum.agi.sgml > enum.agi.1
-
-       touch $@
-
 clean: 
        dh_testdir
        dh_testroot
-       rm -f build-stamp configure-stamp
-
-       # Add here commands to clean up after the build process.
-       $(MAKE) clean
 
        dh_clean 
 
@@ -48,10 +22,6 @@ install: build
        dh_prep  
        dh_installdirs
 
-       # Add here commands to install the package into debian/enum.agi.
-       $(MAKE) DESTDIR=$(CURDIR)/debian/enum.agi install
-
-
 # Build architecture-independent files here.
 binary-indep: install
 # We have nothing to do by default.
@@ -63,24 +33,13 @@ binary-arch: install
        dh_installchangelogs 
        dh_installdocs
        dh_installexamples
-#      dh_install
-#      dh_installmenu
-#      dh_installdebconf
-#      dh_installlogrotate
-#      dh_installemacsen
-#      dh_installpam
-#      dh_installmime
-#      dh_python
-#      dh_installinit
-#      dh_installcron
-#      dh_installinfo
+       dh_install
        dh_installman
        dh_link
        dh_strip
        dh_compress
        dh_fixperms
-#      dh_perl
-#      dh_makeshlibs
+       dh_perl
        dh_installdeb
        dh_shlibdeps
        dh_gencontrol