rev 16854 - kde-extras/digikam-doc/trunk/debian

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Wed Feb 10 23:10:00 UTC 2010


Author: santa-guest
Date: 2010-02-10 23:09:56 +0000 (Wed, 10 Feb 2010)
New Revision: 16854

Modified:
   kde-extras/digikam-doc/trunk/debian/rules
Log:
Provide a single changelog and moved a message to its proper place


Modified: kde-extras/digikam-doc/trunk/debian/rules
===================================================================
--- kde-extras/digikam-doc/trunk/debian/rules	2010-02-10 22:38:57 UTC (rev 16853)
+++ kde-extras/digikam-doc/trunk/debian/rules	2010-02-10 23:09:56 UTC (rev 16854)
@@ -30,20 +30,21 @@
 endef
 
 define fetch-program-doc
-	@@echo 'Checking out for repacking (might take 15 min) ... REV: ' $(REV) $(DEB_UPSTREAM_VERSION)
 	@@svn export --force $(SVNROOT)/extragear/graphics/doc/$(1)/@$(REV) ../tarballs/digikam-doc-$(REV).tmp/$(1)
-	@@echo 'Getting the changelog (might take 15 min) ...'
 	@@cd ../tarballs/digikam-doc-$(REV).tmp/; echo 'add_subdirectory($(1))' >> CMakeLists.txt;\
-		cd $(1); svn2cl -o changelog $(SVNROOT)/extragear/graphics/doc/$(1)@$(REV);\
-		echo 'add_subdirectory(doc-translations)' >> CMakeLists.txt
+		cd $(1); echo 'add_subdirectory(doc-translations)' >> CMakeLists.txt
 endef
 
 	
 get-orig-source: clean-get-orig-source $(I18NLANGS)
 	@@dh_testdir
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
+	@@echo 'Checking out for repacking (might take 15 min) ... REV: ' $(REV) $(DEB_UPSTREAM_VERSION)
 	$(call fetch-program-doc,digikam)
 	$(call fetch-program-doc,showfoto)
+	@@echo 'Getting the changelog (might take 15 min) ...'
+	@@cd ../tarballs/digikam-doc-$(REV).tmp/;\
+		svn2cl -o changelog $(SVNROOT)/extragear/graphics/doc/@$(REV) digikam showfoto
 	@@echo Creating the tarball ...
 	@@cd ../tarballs/digikam-doc-$(REV).tmp; tar zcf ../digikam-doc_$(DEB_UPSTREAM_VERSION).orig.tar.gz *
 	@@rm -fR ../tarballs/digikam-doc-$(REV).tmp




More information about the pkg-kde-commits mailing list