[Forensics-changes] [SCM] debian-forensics/recoverdm branch, debian-sid, updated. upstream/0.19-15-gc28869e

Daniel Baumann daniel at debian.org
Mon Feb 11 21:42:38 UTC 2008


The following commit has been merged in the debian-sid branch:
commit c28869ed55292cf2c302a52196a4242bffb13ac6
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Feb 11 22:42:34 2008 +0100

    Some minor cleanups.

diff --git a/debian/changelog b/debian/changelog
index ae20d42..51a0439 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 recoverdm (0.19-1) unstable; urgency=low
 
-  * Initial release
+  * Initial release.
 
  -- Christophe Monniez <christophe.monniez at fccu.be>  Fri, 25 Jan 2008 10:09:23 +0100
diff --git a/debian/control b/debian/control
index 49f61f0..68ac9c6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: recoverdm
 Section: utils
 Priority: optional
-Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org> 
+Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Christophe Monniez <christophe.monniez at fccu.be>
 Build-Depends: debhelper (>= 6)
 Standards-Version: 3.7.3
diff --git a/debian/dirs b/debian/dirs
index e772481..415f082 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1 +1 @@
-usr/bin
+/usr/bin
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..7e7071b
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1,2 @@
+recoverdm.1
+mergebad.1
diff --git a/debian/rules b/debian/rules
index 38a374b..e02b0cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,25 +3,29 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
+	rm -f build-stamp
+
 	$(MAKE) clean
+
 	dh_clean
 
 build: build-stamp
-
 build-stamp:
 	dh_testdir
+
 	$(MAKE)
-	touch $@
+
+	touch build-stamp
 
 install: build
 	dh_testdir
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
+
 	$(MAKE) DESTDIR=$(CURDIR)/debian/recoverdm install
 
-binary: binary-indep binary-arch
+binary: binary-arch binary-indep
 
 binary-arch: build install
 	dh_testdir
@@ -29,7 +33,7 @@ binary-arch: build install
 	dh_installchangelogs
 	dh_installdocs
 	dh_install
-	dh_installman recoverdm.1 mergebad.1
+	dh_installman
 	dh_strip
 	dh_compress
 	dh_fixperms

-- 
debian-forensics/recoverdm



More information about the forensics-changes mailing list