]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix up build dpeends and changelog line for release to experimental
authorDon Armstrong <don@donarmstrong.com>
Sun, 26 Jul 2009 12:51:27 +0000 (14:51 +0200)
committerDon Armstrong <don@donarmstrong.com>
Sun, 26 Jul 2009 12:51:27 +0000 (14:51 +0200)
debian/changelog
debian/control
debian/rules

index 832a5dbf79b0184741d37b0ae74b43e7807f8612..73da9d2b66b7a7f95940a761d9ea76dae4ab27ce 100644 (file)
@@ -1,4 +1,4 @@
-debbugs (2.4.2~exp0) UNRELEASED; urgency=low
+debbugs (2.4.2~exp0) experimental; urgency=low
 
   [ Anthony Towns ]
   * Add "package" command to service (control@) to limit the bugs that
@@ -255,7 +255,7 @@ debbugs (2.4.2~exp0) UNRELEASED; urgency=low
     #517834)
 
   
- -- Colin Watson <cjwatson@debian.org>  Fri, 20 Jun 2003 18:57:25 +0100
+ -- Don Armstrong <don@debian.org>  Sun, 26 Jul 2009 05:48:16 -0700
 
 debbugs (2.4.1) unstable; urgency=low
 
index 786a0ef22285be91601da104b023f50c7130de17..0716ee5a3a3ab4e2406600b04d6d1dc039129e24 100644 (file)
@@ -2,9 +2,10 @@ Source: debbugs
 Section: misc
 Priority: extra
 Maintainer: Debbugs developers <debian-debbugs@lists.debian.org>
-Uploaders: Josip Rodin <joy-packages@debian.org>, Colin Watson <cjwatson@debian.org>, Don Armstrong <don@debian.org>
+Uploaders: Colin Watson <cjwatson@debian.org>, Don Armstrong <don@debian.org>
 Standards-Version: 3.8.1
-Build-Depends-Indep: debhelper, libparams-validate-perl,
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: libparams-validate-perl,
  libmailtools-perl, libmime-tools-perl, libio-stringy-perl, libmldbm-perl,
  liburi-perl, libsoap-lite-perl, libcgi-simple-perl,
  libhttp-server-simple-perl, libtest-www-mechanize-perl,
index 7d6f7d68acae293781990f5d826aa0912f6ea3a2..df649af5393756617b5143a3ccaf3e350e907b45 100755 (executable)
@@ -22,8 +22,11 @@ clean:
        dh_testdir
        dh_testroot
        rm -f *-stamp;
-       -$(MAKE) -f Makefile.perl clean;
+       if [ -e Makefile.perl ]; then  \
+               $(MAKE) -f Makefile.perl clean; \
+       fi;
        #something to remove all trace and *.trace files?
+       rm -f debbugs.trace
        dh_clean
 
 install: install-stamp