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.
#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
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.
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