[debian-edu-commits] debian-edu/debian-edu-doc.git (#105) - wheezy (branch) updated: 0.5.20070717-7-gbe4f850
David Prévot
taffit at alioth.debian.org
Sat Oct 5 12:12:38 UTC 2013
The branch, wheezy has been updated
via be4f850a0de76bab0194e1b678d7e3e4d74b0e74 (commit)
from e53ec75653511f49077b064fff2f841cf9bc8d29 (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 | 1 +
debian/rules | 6 +++---
documentation/norwegian/{itil-2007-07-17.xml => itil.xml} | 0
3 files changed, 4 insertions(+), 3 deletions(-)
rename documentation/norwegian/{itil-2007-07-17.xml => itil.xml} (100%)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index bdebcf0..68c97f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ debian-edu-doc (0.5.20070720) unstable; urgency=low
* release-manual: updated from the wiki
* release-manual: replace $DEBIAN_EDU_DOC_BUILDDATE with the actual build
date.
+ * Remove the date as part of the file name for the itil documentation.
-- Holger Levsen <holger at debian.org> Fri, 20 Jul 2007 21:59:53 +0200
diff --git a/debian/rules b/debian/rules
index 8e974c7..ad10555 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ get-orig-source:
# the Makefile and then run make. Laters :)
svn co -r $(REVISION) $(SVNBASE)/www/developer.skolelinux.no/dokumentasjon $(SRCDIR)/ikt-book
-find $(SRCDIR)/ikt-book ! -name ikt-book ! -name "IKT*" ! -name Makefile -exec rm -Rf \{\} \;
- GET "http://wiki.skolelinux.no/Dokumentasjon/ITIL/AllInOne?action=format&mimetype=xml/docbook" | sed "s%</%\n</%g" > $(SRCDIR)/norwegian/itil-$$(date +%Y-%m-%d).xml
+ GET "http://wiki.skolelinux.no/Dokumentasjon/ITIL/AllInOne?action=format&mimetype=xml/docbook" | sed "s%</%\n</%g" > $(SRCDIR)/norwegian/itil.xml
$(MAKE) -C documentation/release-manual update
dist-clean: clean
@@ -71,9 +71,9 @@ install: build
#
# itil
#
- dblatex -T simple -o $(SRCDIR)/norwegian/itil-$$(date +%Y-%m-%d).pdf $(SRCDIR)/norwegian/itil-$$(date +%Y-%m-%d).xml
+ dblatex -T simple -o $(SRCDIR)/norwegian/itil.pdf $(SRCDIR)/norwegian/itil.xml
install -d $(DESTDIR)$(DESTPATH)/nb/itil
- install -m 644 $(SRCDIR)/norwegian/itil-$$(date +%Y-%m-%d).pdf $(DESTDIR)$(DESTPATH)/nb/itil
+ install -m 644 $(SRCDIR)/norwegian/itil.pdf $(DESTDIR)$(DESTPATH)/nb/itil
#
# release manual
diff --git a/documentation/norwegian/itil-2007-07-17.xml b/documentation/norwegian/itil.xml
similarity index 100%
rename from documentation/norwegian/itil-2007-07-17.xml
rename to documentation/norwegian/itil.xml
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