summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey>2000-07-21 07:30:04 +0000
committerjoey <joey>2000-07-21 07:30:04 +0000
commita0371be9dfcbe89014d2ac137078b264254bb81e (patch)
tree54f91049eec946cc090e243d41520398336bf6c9 /debian
parent7581642a039fa6afa47d7298d4d8707d4f6279cd (diff)
r362: * Minor man page updates as Overfiend struggles with debhelperizing X
4.0.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules3
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e5aad564..38ec6e52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (2.1.2) unstable; urgency=low
+
+ * Minor man page updates as Overfiend struggles with debhelperizing X
+ 4.0.
+
+ -- Joey Hess <joeyh@debian.org> Fri, 21 Jul 2000 00:25:32 -0700
+
debhelper (2.1.1) unstable; urgency=low
* Never refer to root, always uid/gid "0". Closes: #67508
diff --git a/debian/rules b/debian/rules
index 225db74c..ecca7c33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,8 @@ export DH_COMPAT=3
# Figure out the current debhelper version.
VERSION=$(shell expr "`dpkg-parsechangelog 2>/dev/null |grep Version:`" : '.*Version: \(.*\)')
-export DH_VERBOSE=1
+# Debug
+#export DH_VERBOSE=1
build: test
# Nothing to do.