[debian-edu-commits] debian-edu/debian-edu-doc.git (#41) - wheezy (branch) updated: 2177a231f629b51ecdccd039f5d37954858a06e3
David Prévot
taffit at alioth.debian.org
Sat Oct 5 12:11:44 UTC 2013
The branch, wheezy has been updated
via 2177a231f629b51ecdccd039f5d37954858a06e3 (commit)
from 1f2afbce9bc0ab16e0f86ed3cb590e9cf8b2583a (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 | 8 +++++++-
debian/rules | 12 ++++++++----
2 files changed, 15 insertions(+), 5 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index f57f063..854832a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,13 @@ debian-edu-doc (0.4.20070707) UNRELEASED; urgency=low
* Update language code used for norwegian bokmål driftbook
from no to nb.
- -- Petter Reinholdtsen <pere at debian.org> Thu, 12 Jul 2007 12:09:24 +0200
+ [ Steffen Joeris ]
+ * Create the "update" target in debian/rules to make sure the new
+ documentation can be checked out separately from the build process
+ * Do not use any file directory in /tmp, but the documentation
+ directory for the checkouts
+
+ -- Steffen Joeris <white at debian.org> Fri, 13 Jul 2007 16:16:13 +0200
debian-edu-doc (0.4.20070706) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index a216b27..2b23d39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,14 @@ DESTDIR = debian/debian-edu-doc
SRCDIR = documentation
DESTPATH = /usr/share/doc/debian-edu-doc
REVISION= "{2007-05-17}"
-TMPSRC:=$(shell mktemp -d)
+TMPSRC:=$(CURDIR)/documentation
+#TMPSRC:=$(shell mktemp -d)
+
+update:
+ svn co -r $(REVISION) svn://svn.skolelinux.org/skolelinux/trunk/www/developer.skolelinux.no/arkitektur $(TMPSRC)/arkitektur
+ svn co -r $(REVISION) svn://svn.skolelinux.org/skolelinux/trunk/www/developer.skolelinux.no/dokumentasjon $(TMPSRC)/dokumentasjon
+ wget http://developer.skolelinux.no/itil/moinmoin2pdf -O $(TMPSRC)/moinmoin2pdf
+
clean:
rm -f build-stamp
@@ -30,7 +37,6 @@ install: build
#
# architecture document
#
- svn co -r $(REVISION) svn://svn.skolelinux.org/skolelinux/trunk/www/developer.skolelinux.no/arkitektur $(TMPSRC)/arkitektur
for i in en nb de nl pt_BR da ; do \
install -d $(DESTDIR)$(DESTPATH)/$$i/architecture ; \
install -m 644 $(TMPSRC)/arkitektur/*.$$i.* $(DESTDIR)$(DESTPATH)/$$i/architecture ; \
@@ -39,7 +45,6 @@ install: build
#
# drift
#
- svn co -r $(REVISION) svn://svn.skolelinux.org/skolelinux/trunk/www/developer.skolelinux.no/dokumentasjon $(TMPSRC)/dokumentasjon
install -d $(DESTDIR)$(DESTPATH)/images/driftbook/ ;
install -m 644 $(TMPSRC)/dokumentasjon/driftbok/images/* $(DESTDIR)$(DESTPATH)/images/driftbook ;
for i in en nb de pt_BR ; do \
@@ -61,7 +66,6 @@ install: build
# itil
#
install -d $(DESTDIR)$(DESTPATH)/nb/itil
- wget http://developer.skolelinux.no/itil/moinmoin2pdf -O $(TMPSRC)/moinmoin2pdf
chmod +x $(TMPSRC)/moinmoin2pdf
$(TMPSRC)/moinmoin2pdf http://wiki.skolelinux.no/Dokumentasjon/ITIL/AllInOne $(DESTDIR)$(DESTPATH)/nb/itil/itil-$$(date +%Y-%m-%d).pdf
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