chiark / gitweb /
debian/rules: Use dh sequencer
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 29 Dec 2021 23:58:10 +0000 (23:58 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 30 Dec 2021 00:01:59 +0000 (00:01 +0000)
Resulting changes:
 * We now provide debug symbols in the new Debian way
 * The way the prerm stops secnet accords with modern practice

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/.gitignore [new file with mode: 0644]
debian/rules
debian/secnet.docs [new file with mode: 0644]

diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644 (file)
index 0000000..5131f19
--- /dev/null
@@ -0,0 +1,3 @@
+autoreconf.after
+autoreconf.before
+debhelper-build-stamp
index 7e009369ba9a8b791551d6a68a01c4185da3b78a..06d7ffe054f5d661ae1633c882b0082d678e5fa1 100755 (executable)
@@ -34,66 +34,5 @@ export EXTRA_CFLAGS= $(shell dpkg-buildflags --get CPPFLAGS) \
                     $(shell dpkg-buildflags --get CFLAGS)
 export EXTRA_LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
 
-build build-arch: build-stamp
-build-stamp:
-       dh_testdir
-
-       # Add here commands to compile the package.
-       ./configure --prefix=/usr --sysconfdir=/etc && $(MAKE)
-
-       touch build-stamp
-
-clean:
-       dh_testdir
-       dh_testroot
-       rm -f build-stamp
-
-       # Add here commands to clean up after the build process.
-       -$(MAKE) realclean
-
-       dh_clean
-
-install: build
-       dh_testdir
-       dh_testroot
-       dh_prep
-       dh_installdirs
-
-       # Add here commands to install the package into debian/<packagename>
-       $(MAKE) DESTDIR=`pwd`/debian/`dh_listpackages` install
-
-# Build architecture-independent files here.
-build-indep binary-indep:
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-       dh_testdir
-       dh_testroot
-#      dh_installdebconf       
-       dh_installdocs INSTALL README NOTES TODO NEWS BUGS CREDITS
-       dh_installexamples example.conf
-#      dh_installmenu
-#      dh_installlogrotate
-#      dh_installemacsen
-#      dh_installpam
-#      dh_installmime
-       dh_installinit
-#      dh_installcron
-       dh_installman
-#      dh_installinfo
-       dh_installchangelogs
-       dh_link
-       dh_strip
-       dh_compress
-       dh_fixperms
-#      dh_makeshlibs
-       dh_installdeb
-#      dh_perl
-       dh_shlibdeps
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+       dh $@
diff --git a/debian/secnet.docs b/debian/secnet.docs
new file mode 100644 (file)
index 0000000..2371085
--- /dev/null
@@ -0,0 +1,7 @@
+INSTALL
+README
+NOTES
+TODO
+NEWS
+BUGS
+CREDITS