[debian-edu-commits] debian-edu/debian-edu-doc.git (#68) - wheezy (branch) updated: 0.4.20070714-13-gce077e4
David Prévot
taffit at alioth.debian.org
Sat Oct 5 12:12:08 UTC 2013
The branch, wheezy has been updated
via ce077e4b5caf9da733154bb90d36238c65c30f7b (commit)
from f423c6133018b46ed743627c58a6a0743e57918c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 3 +++
debian/rules | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index aa54139..f55cab2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ debian-edu-doc (0.4.20070715) unstable; urgency=low
* disable driftbook as its outdated (it describes woody)
* minor changes
* fix debian/rules to make the package autobuildable again
+ * don't try to include the pt version of the IKT book, it doesnt have
+ content
+ * don't compress the release-manual pdfs (for easier access)
-- Holger Levsen <holger at debian.org> Sun, 15 Jul 2007 00:27:14 +0200
diff --git a/debian/rules b/debian/rules
index 2516bca..ee57f66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,7 +74,7 @@ install: build
#
# IKT bok
#
- for i in en de nl pt ; do \
+ for i in en de nl ; do \
install -d $(DESTDIR)$(DESTPATH)/$$i/ikt-book ; \
install -m 644 $(TMPSRC)/dokumentasjon/IKT-bok.$$i.* $(DESTDIR)$(DESTPATH)/$$i/ikt-book ; \
done
@@ -130,7 +130,7 @@ binary-indep: install
dh_installdocs
dh_installchangelogs
dh_link
- dh_compress
+ dh_compress -Xrelease-manual
dh_fixperms
dh_installdeb
dh_gencontrol
hooks/post-receive
--
debian-edu-doc.git (Debian package debian-edu-doc)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "debian-edu-doc.git" (Debian package debian-edu-doc).
More information about the debian-edu-commits
mailing list