r37579 - in /packages/unstable/anjuta-extras/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Apr 18 09:11:11 UTC 2013


Author: pochu
Date: Thu Apr 18 09:11:11 2013
New Revision: 37579

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37579
Log:
* debian/rules:
  + Sort the list of plugins so that we have the same long
    description on every architecture. Closes: #705662.

Modified:
    packages/unstable/anjuta-extras/debian/changelog
    packages/unstable/anjuta-extras/debian/rules

Modified: packages/unstable/anjuta-extras/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/changelog?rev=37579&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/changelog [utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/changelog [utf-8] Thu Apr 18 09:11:11 2013
@@ -1,3 +1,11 @@
+anjuta-extras (3.4.0-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    + Sort the list of plugins so that we have the same long
+      description on every architecture. Closes: #705662.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Thu, 18 Apr 2013 11:09:44 +0200
+
 anjuta-extras (3.4.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/unstable/anjuta-extras/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/rules?rev=37579&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/rules [utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/rules [utf-8] Thu Apr 18 09:11:11 2013
@@ -12,7 +12,7 @@
 DEB_DH_MAKESHLIBS_ARGS_anjuta-extras := --no-act
 
 clean::
-	plugins_desc_script="/^ @PLUGINS_DESCRIPTION@\$$/ c \\$$(find . -iname \*.plugin.in | while read f; do cat $$f | awk -f debian/desktop2description.awk; done | sed 's/.*/  &\\/'; echo " ")"; \
+	plugins_desc_script="/^ @PLUGINS_DESCRIPTION@\$$/ c \\$$(find . -iname \*.plugin.in | sort | while read f; do cat $$f | awk -f debian/desktop2description.awk; done | sed 's/.*/  &\\/'; echo " ")"; \
 		sed \
 			-e "s#@GNOME_TEAM@#$(UPLOADERS)#g" \
 			-e "$$plugins_desc_script" \




More information about the pkg-gnome-commits mailing list