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

abe pushed a commit to branch master
in repository debsums.

commit 42f50184da2126c138c9e311b3e18feb45e092dd
Author: Francois Marier <franc...@debian.org>
Date:   Thu Sep 18 11:48:56 2008 +1200

    Remove the sample ignore file and create an empty one instead
---
 debian/changelog | 9 +++++----
 debian/rules     | 4 ++--
 debsums-ignore   | 5 -----
 3 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 765ed47..5e2c3b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
 debsums (2.0.37) unstable; urgency=low
 
-  * Added cronjob to run debsums by default (closes: #88951)
-  * Added ignore file suggested in #88951
+  [ Mike Forbes ]
   * Added Finnish translation of debsums template (closes: #492618) 
-  * 
 
- -- Mike Forbes <m...@nothing.net.nz>  Mon, 28 Jul 2008 08:01:32 +1200
+  [ Francois Marier ]
+  * Added daily cronjob and ignore file (closes: #88951)
+
+ -- Francois Marier <franc...@debian.org>  Thu, 18 Sep 2008 11:47:45 +1200
 
 debsums (2.0.36) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index e3e17b5..313a8bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 
 version=$(shell dpkg-parsechangelog | sed -n 's/^Version: *//p')
 package=debsums
-tmp=debian/$(package)
+tmp=$(CURDIR)/debian/$(package)
 
 build: # nothing
 clean:
@@ -27,7 +27,7 @@ binary-indep:
        cp rdebsums $(tmp)/usr/bin
        chmod 755 $(tmp)/usr/bin/debsums $(tmp)/usr/sbin/debsums_gen \
            $(tmp)/usr/sbin/debsums_init $(tmp)/usr/bin/rdebsums
-       cp debsums-ignore $(tmp)/etc
+       touch $(tmp)/etc/debsums-ignore
        dh_installdocs README
        cd man && po4a --rm-backups po4a.cfg
        dh_installman `find man -type f -name '*.[18]'`
diff --git a/debsums-ignore b/debsums-ignore
deleted file mode 100644
index 2208f44..0000000
--- a/debsums-ignore
+++ /dev/null
@@ -1,5 +0,0 @@
-^/usr/bin/module-assistant$
-^/usr/share/misc/pci.ids$
-^/var/lib/usbutils/usb.ids$
-^/usr/share/vim/vim71/doc/help.txt.vim-tiny$
-^/usr/share/vim/vim71/doc/tags.vim-tiny$

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to