summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMirco Bauer <meebey@debian.org>2008-01-10 23:48:13 +0000
committerMirco Bauer <meebey@debian.org>2008-01-10 23:48:13 +0000
commite508716f30b2b048aedec8a4d6d811374689756d (patch)
tree585a1cd44a9760b711099ee99d4ea14fec641408 /debian
parentad9b1bb00290b0546ac2c70fc5007517785c1110 (diff)
- yet another last minute fix, thanks to lintian!
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/cli-common-dev.manpages5
-rwxr-xr-xdebian/rules3
3 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 2587aad..f324122 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ cli-common (0.5.6) unstable; urgency=low
support error unwind here.
* debian/dh_clideps:
+ Require cli-common >= 0.5.6 for packages that use dh_cligacpolicy.
+ * debian/cli-common-dev.manpages:
+ + Added dh_clistrip.1
* debian/control:
+ Updated Standards-Version to 3.7.3 (no changes needed).
diff --git a/debian/cli-common-dev.manpages b/debian/cli-common-dev.manpages
index b0df79a..cd25fa7 100644
--- a/debian/cli-common-dev.manpages
+++ b/debian/cli-common-dev.manpages
@@ -1,5 +1,6 @@
-dh_makeclilibs.1
dh_clideps.1
-dh_installcligac.1
dh_clifixperms.1
dh_cligacpolicy.1
+dh_clistrip.1
+dh_installcligac.1
+dh_makeclilibs.1
diff --git a/debian/rules b/debian/rules
index 80a9a84..2e5c227 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,9 +18,8 @@ build-stamp:
clean:
dh_testdir
dh_testroot
- rm -f dh_clideps.1 dh_makeclilibs.1 dh_installcligac.1 dh_clifixperms.1 dh_clistrip.1
+ rm -f dh_clideps.1 dh_makeclilibs.1 dh_installcligac.1 dh_clifixperms.1 dh_clistrip.1 dh_cligacpolicy.1
rm -fr cli-policy.html cli-policy.txt cli-policy.pdf cli-policy.tpt
- rm -f dh_cligacpolicy.1
rm -f build-stamp
rm -rf $(MONO_SHARED_DIR)/.wapi
dh_clean