diff -u cd5-0.1/debian/rules cd5-0.1/debian/rules --- cd5-0.1/debian/rules +++ cd5-0.1/debian/rules @@ -1,16 +1,9 @@ #!/usr/bin/make -f # -*- makefile -*- -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 - - - CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -22,60 +15,3 @@ -configure: configure-stamp -configure-stamp: - dh_testdir - - touch configure-stamp - - -build: build-stamp - -build-stamp: configure-stamp - dh_testdir - - # Compile the package. - $(MAKE) - - touch $@ - -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - - # Clean up after the build process. - [ ! -f Makefile ] || $(MAKE) clean - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - - -# Build architecture-independent files here. -binary-indep: build install -# Nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs README - dh_installdocs - dh_installexamples - dh_install - dh_installman - dh_link - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb +%: + dh $@ -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure diff -u cd5-0.1/debian/changelog cd5-0.1/debian/changelog --- cd5-0.1/debian/changelog +++ cd5-0.1/debian/changelog @@ -1,3 +1,11 @@ +cd5 (0.1-3) unstable; urgency=low + + * debian/rules: changed to more recent dh + * debian/control: standard moved to 3.9.2, no changes + * debian/control: changed to dh 8 + + -- Thorsten Alteholz Wed, 07 Dec 2011 19:42:19 +0100 + cd5 (0.1-2) unstable; urgency=low * new maintainer (Closes: #554055) diff -u cd5-0.1/debian/compat cd5-0.1/debian/compat --- cd5-0.1/debian/compat +++ cd5-0.1/debian/compat @@ -1 +1 @@ -5 +8 diff -u cd5-0.1/debian/control cd5-0.1/debian/control --- cd5-0.1/debian/control +++ cd5-0.1/debian/control @@ -2,8 +2,8 @@ Section: utils Priority: extra Maintainer: Thorsten Alteholz -Build-Depends: debhelper (>= 5), libmhash-dev -Standards-Version: 3.9.0 +Build-Depends: debhelper (>= 8), libmhash-dev +Standards-Version: 3.9.2 Homepage: http://projects.meuh.org/cd5/ DM-Upload-Allowed: yes