[debsums] 47/184: Move the directory creation to debian/dirs

Axel Beckert abe at deuxchevaux.org
Mon Mar 2 21:21:17 UTC 2015


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

abe pushed a commit to branch master
in repository debsums.

commit ddce9f9e7cd4d8fc67aaf3b00bde83bbebb97389
Author: Francois Marier <francois at debian.org>
Date:   Sun Oct 5 10:54:35 2008 +1300

    Move the directory creation to debian/dirs
---
 debian/changelog | 5 ++++-
 debian/dirs      | 5 +++++
 debian/rules     | 1 -
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 04b30f1..fb6160d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,9 @@ debsums (2.0.38) unstable; urgency=low
   * Fix the cronjob when the ignore file is empty or missing (closes: #499532)
   * Make the daily cronjob optional through debconf (closes: #499840)
   * Use ionice to reduce the impact of having the cronjob running
+
   * Re-write postrm script and don't ignore errors (lintian warning)
+  * Move directory creation to debian/dirs
 
   * Debconf templates:
     - New Ukranian translation
@@ -15,8 +17,9 @@ debsums (2.0.38) unstable; urgency=low
     - Updated Russian translation (closes: #500828)
     - Updated Portugese translation (closes: #500945)
     - Updated Brazillian Portugese translation (closes: #500975)
+  * 
 
- -- Francois Marier <francois at debian.org>  Sat, 04 Oct 2008 16:43:37 +1300
+ -- Francois Marier <francois at debian.org>  Sun, 05 Oct 2008 10:54:47 +1300
 
 debsums (2.0.37) unstable; urgency=low
 
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..d9ca399
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,5 @@
+etc
+etc/cron.daily
+etc/default
+usr/bin
+usr/sbin
diff --git a/debian/rules b/debian/rules
index 313a8bc..f1479e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,6 @@ binary-indep:
 	dh_testroot
 	dh_clean -k
 
-	mkdir -p $(tmp)/usr/bin $(tmp)/usr/sbin $(tmp)/etc
 	sed 's/#VERSION#/$(version)/' debsums.in >$(tmp)/usr/bin/debsums
 	cp debsums_gen debsums_init $(tmp)/usr/sbin
 	cp rdebsums $(tmp)/usr/bin

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/debsums.git



More information about the Pkg-perl-cvs-commits mailing list