[debian-edu-commits] debian-edu/debian-edu-doc.git (#115) - wheezy (branch) updated: 0.5.20070720-7-ga798909

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


The branch, wheezy has been updated
       via  a7989096fe21d0fb7968684c9bb90f8c907dcd42 (commit)
      from  e21352c28fe765324b21f096fcdfc533ef67ad28 (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     |   19 ++++++++++++-------
 2 files changed, 14 insertions(+), 8 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index df72151..96db7eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ debian-edu-doc (0.6.20070721) unstable; urgency=low
   * provide information about the newdriftbook in README
   * bump version number
   * debian/rules: improved dist-clean target
+  * debian/rules: more cleanup
 
- -- Holger Levsen <holger at debian.org>  Sat, 21 Jul 2007 14:45:55 +0200
+ -- Holger Levsen <holger at debian.org>  Sat, 21 Jul 2007 14:57:35 +0200
 
 debian-edu-doc (0.5.20070720) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index f920f1f..53e2428 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,14 +9,17 @@ SVNBASE=svn://svn.skolelinux.org/skolelinux/trunk
 
 get-orig-source:
 	svn co -r $(REVISION) $(SVNBASE)/www/developer.skolelinux.no/arkitektur $(SRCDIR)/arkitektur 
-	# FIXME: checking everything out and then deleting 98% is kind of stupid, to 
-	# 	 say it nicely... 
+	# FIXME: checking everything out and then deleting 98% is not the best approach
 	# 	 a better strategy would be to only check out the needed IKT* files and 
 	# 	 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.xml
 	$(MAKE) -C documentation/release-manual update
+	# clean sources
+	find $(SRCDIR) -name "*.eps" -exec rm \{\} \;
+	find $(SRCDIR) -name "*.ps"  -exec rm \{\} \;
+	find $(SRCDIR) -name "*.fig" -exec rm \{\} \;
 
 dist-clean: clean
 	rm $(SRCDIR)/arkitektur -Rf
@@ -99,12 +102,14 @@ install: build
 	#
 	# cleanup
 	#
-	find $(DESTDIR)$(DESTPATH) -name "*.po" -exec rm \{\} \;
-	find $(DESTDIR)$(DESTPATH) -name "*.pot" -exec rm \{\} \;
+	find $(DESTDIR)$(DESTPATH) -name "*.po"   -exec rm \{\} \;
+	find $(DESTDIR)$(DESTPATH) -name "*.pot"  -exec rm \{\} \;
 	find $(DESTDIR)$(DESTPATH) -name "*.sgml" -exec rm \{\} \;
-	find $(DESTDIR)$(DESTPATH) -name "*.eps" -exec rm \{\} \;
-	find $(DESTDIR)$(DESTPATH) -name "*.ps" -exec rm \{\} \;
-	find $(DESTDIR)$(DESTPATH) -name "*.dia" -exec rm \{\} \;
+	find $(DESTDIR)$(DESTPATH) -name "*.eps"  -exec rm \{\} \;
+	find $(DESTDIR)$(DESTPATH) -name "*.ps"   -exec rm \{\} \;
+	find $(DESTDIR)$(DESTPATH) -name "*.dia"  -exec rm \{\} \;
+	find $(DESTDIR)$(DESTPATH) -name "*.fig"  -exec rm \{\} \;
+
 
 binary-indep: install
 	dh_testdir


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