From: Andrew Ruthven Date: Tue, 13 Jan 2009 19:51:28 +0000 (+1300) Subject: Customise files. X-Git-Tag: debian-0.2-1~12 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbc83aca03b64bf01ecc075e46b0646432e03e0f;p=asterisk-agi-enum.git Customise files. --- diff --git a/debian/control b/debian/control index e47ba31..7a6a5b2 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,13 @@ Source: enum.agi -Section: unknown +Section: contrib Priority: extra Maintainer: Andrew Ruthven Build-Depends: debhelper (>= 7) Standards-Version: 3.8.0 -Homepage: Package: enum.agi Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: - +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. diff --git a/debian/rules b/debian/rules index 06caef6..e655a9e 100755 --- a/debian/rules +++ b/debian/rules @@ -10,35 +10,9 @@ #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