summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey>2003-07-28 19:37:12 +0000
committerjoey <joey>2003-07-28 19:37:12 +0000
commit56e952b7c137f641983333ce200c445946def257 (patch)
tree87bbbbe598996e97995fc87bcb1792e90d08766d /debian
parentd579dae0cf159c50dcd902ff4a35590f7dcff395 (diff)
r1086: * Several man pae typo fixes by Ruben Porras. Closes: #202819
* Now in a subversion repository, some minor changes for that. * dh_link test should expect results in debian/debhelper, not debian/tmp.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4c03e6d8..3d0cec68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debhelper (4.1.56) unstable; urgency=low
+
+ * Several man pae typo fixes by Ruben Porras. Closes: #202819
+ * Now in a subversion repository, some minor changes for that.
+ * dh_link test should expect results in debian/debhelper, not debian/tmp.
+
+ -- Joey Hess <joeyh@debian.org> Mon, 28 Jul 2003 15:36:45 -0400
+
debhelper (4.1.55) unstable; urgency=low
* dh_strip: do not strip files multiple times.
diff --git a/debian/rules b/debian/rules
index ffb2c9ba..0c22f0e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ clean:
test: test-stamp
test-stamp:
./dh_clean
- DH_VERSION=10 perl -MTest::Harness -e 'runtests grep { ! /CVS/ } @ARGV' t/*
+ DH_VERSION=10 perl -MTest::Harness -e 'runtests grep { ! /CVS/ && ! /\.svn/ } @ARGV' t/*
./dh_clean
touch test-stamp