[debian-edu-commits] debian-edu/debian-edu-doc.git (#303) - wheezy (branch) updated: 0.8.20071118-3-g90f6c52

David Prévot taffit at alioth.debian.org
Sat Oct 5 12:15:44 UTC 2013


The branch, wheezy has been updated
       via  90f6c52e7768c536ecd26c906e9c7c450741527a (commit)
      from  ac13d0871538ad62bd5fb448bb315405e989bf5d (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/rules |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

The diff of changes is:
diff --git a/debian/rules b/debian/rules
index f55374c..65f1a4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 DESTDIR := $(CURDIR)/debian/debian-edu-doc
 SRCDIR  := $(CURDIR)/documentation
 DESTPATH = /usr/share/doc/debian-edu-doc
-REVISION = "{2007-11-08 16:00}"
+REVISION = "{2007-11-21 15:00}"
 
 SVNBASE=svn://svn.skolelinux.org/skolelinux/trunk
 
@@ -11,10 +11,7 @@ get-orig-source:
 	# checkout architecture document
 	[ -d $(SRCDIR)/arkitektur/.svn ] || svn co -r $(REVISION) $(SVNBASE)/www/developer.skolelinux.no/arkitektur $(SRCDIR)/arkitektur 
 	svn up -r $(REVISION) $(SRCDIR)/arkitektur
-	# 'FIXME': pdf and html version are not deleted, because the arkitektur document fails to build
-	# the real fix is not to fix this but to motivate translators to work on the release-manual,
-	# which contains the architecture document and is also the current version of it.
-	rm $(SRCDIR)/arkitektur/*.txt $(SRCDIR)/arkitektur/brannmur_* $(SRCDIR)/arkitektur/fremdrift.* $(SRCDIR)/arkitektur/*.svg $(SRCDIR)/arkitektur/network-arch_*.pdf -f
+	rm $(SRCDIR)/arkitektur/*.txt $(SRCDIR)/arkitektur/brannmur_* $(SRCDIR)/arkitektur/fremdrift.* $(SRCDIR)/arkitektur/*.svg $(SRCDIR)/arkitektur/*.pdf $(SRCDIR)/arkitektur/*.html -f
 	
 	# checkout kurs book
 	[ -d $(SRCDIR)/kurs/.svn ] || svn co -r $(REVISION) $(SVNBASE)/www/developer.skolelinux.no/kurs $(SRCDIR)/kurs
@@ -64,10 +61,12 @@ install: build
 	# 
 	# architecture document
 	#
+	cd $(SRCDIR)/arkitektur && make
 	for i in en nb de nl pt_BR da ; do \
 		install -d $(DESTDIR)$(DESTPATH)/$$i/architecture ; \
-		install -m 644 $(SRCDIR)/arkitektur/*.$$i.* $(DESTDIR)$(DESTPATH)/$$i/architecture ; \
-		install -m 644 $(SRCDIR)/arkitektur/*_$$i.* $(DESTDIR)$(DESTPATH)/$$i/architecture ; \
+		install -m 644 $(SRCDIR)/arkitektur/arkitektur.$$i.pdf $(DESTDIR)$(DESTPATH)/$$i/architecture ; \
+		install -m 644 $(SRCDIR)/arkitektur/arkitektur.$$i.html $(DESTDIR)$(DESTPATH)/$$i/architecture ; \
+		install -m 644 $(SRCDIR)/arkitektur/network-arch_$$i.png $(DESTDIR)$(DESTPATH)/$$i/architecture ; \
 	done
 
 	# 


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