[Forensics-changes] [memdump] 03/12: Switch to debhelper compat 9 with short rules file.

Raphaël Hertzog hertzog at moszumanska.debian.org
Tue Jul 28 12:51:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

hertzog pushed a commit to branch debian
in repository memdump.

commit 40ce461b9390b81b39794024f8c004ea798705d2
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Tue Jul 28 09:29:57 2015 +0200

    Switch to debhelper compat 9 with short rules file.
---
 debian/changelog |  1 +
 debian/compat    |  2 +-
 debian/control   | 10 +++++-----
 debian/rules     | 43 ++-----------------------------------------
 4 files changed, 9 insertions(+), 47 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7ce172c..5ef35ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ memdump (1.01-7) UNRELEASED; urgency=medium
   * Update patch to avoid FTBFS when the kernel major version changes.
     Closes: #790261
   * Switch to 3.0 (quilt) source format.
+  * Switch to debhelper compat 9 with short rules file.
 
  -- Raphaël Hertzog <hertzog at debian.org>  Tue, 28 Jul 2015 09:20:35 +0200
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 786ed01..a887d37 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,11 @@ Section: admin
 Priority: optional
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Juan Angulo Moreno <juan at apuntale.com>
-Build-Depends: debhelper (>= 7)
-Standards-Version: 3.8.2
-Homepage: http://www.porcupine.org/forensics/
-Vcs-Browser: http://git.debian.net/?p=debian-forensics/memdump.git
-Vcs-Git: git://git.debian.net/git/debian-forensics/memdump.git
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: http://www.porcupine.org/forensics/tct.html
+Vcs-Browser: http://anonscm.debian.org/cgit/forensics/memdump.git
+Vcs-Git: git://git.debian.org/git/forensics/memdump.git
 
 Package: memdump
 Architecture: any
diff --git a/debian/rules b/debian/rules
index fb3c519..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,43 +1,4 @@
 #!/usr/bin/make -f
 
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-
-	$(MAKE) clean
-
-	dh_clean
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	$(MAKE)
-
-	touch build-stamp
-
-install:
-
-binary: binary-arch
-
-binary-arch: build
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs
-	dh_installdocs
-	dh_install
-	dh_installman
-	dh_lintian
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-indep:
-
-.PHONY: clean build install binary binary-arch binary-indep
+%:
+	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/memdump.git



More information about the forensics-changes mailing list