chiark / gitweb /
changelog: start 0.6.8
[secnet.git] / debian / rules
index f94e7521ba9d088ec90493ed7deb8e192ae45da8..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_clean -k
-       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 $@