summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMatt Zimmerman <matt.zimmerman@canonical.com>2005-02-04 21:58:18 +0000
committerMatt Zimmerman <matt.zimmerman@canonical.com>2005-02-04 21:58:18 +0000
commit429465b26c77b3b6d37adc45e576e9cdf7e80f91 (patch)
tree108e3612551245e53711ea83adb794bb28f39928 /debian
parent879cd3ad83ca168512bde4dae15ca9a40b587897 (diff)
Fix build/install of Polish offline documentation
* Fix build/install of Polish offline documentation, based on patch from Christian Perrier (Closes: #270404)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index bf71480cc..0ca0b5223 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ apt (0.6.31) hoary; urgency=low
* Apply patch from Anthony Towns to allow SHA1Summation to process a file
descriptor until EOF, rather than requiring that the length of input be
specified (Closes: #291338)
+ * Fix build/install of Polish offline documentation, based on patch from
+ Christian Perrier (Closes: #270404)
- --
+ -- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Feb 2005 10:23:01 -0800
apt (0.6.30) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index b756b3b32..e3254c2d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -171,7 +171,7 @@ apt-doc: build-doc
#
# Copy the guides
dh_installdocs -p$@ $(BLD)/docs/guide*.text $(BLD)/docs/guide*.html \
- $(BLD)/docs/offline.text $(BLD)/docs/offline.html
+ $(BLD)/docs/offline*.text $(BLD)/docs/offline*.html
dh_installchangelogs -p$@
dh_compress -p$@
dh_fixperms -p$@