r19698 - in /packages/unstable/gedit-plugins/debian: changelog rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Apr 23 00:08:53 UTC 2009


Author: joss
Date: Thu Apr 23 00:08:52 2009
New Revision: 19698

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19698
Log:
rules: fix the rule that generates the descriptions to not duplicate 
them.

Modified:
    packages/unstable/gedit-plugins/debian/changelog
    packages/unstable/gedit-plugins/debian/rules

Modified: packages/unstable/gedit-plugins/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/changelog?rev=19698&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/changelog (original)
+++ packages/unstable/gedit-plugins/debian/changelog Thu Apr 23 00:08:52 2009
@@ -11,6 +11,8 @@
   * Remove useless ${python:Versions} for private modules.
   * Only require python-gconf, not python-gnome2.
   * Massive update to build-dependencies and dependencies.
+  * rules: fix the rule that generates the descriptions to not duplicate 
+    them.
 
  -- Josselin Mouette <joss at debian.org>  Thu, 23 Apr 2009 00:20:03 +0200
 

Modified: packages/unstable/gedit-plugins/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/rules?rev=19698&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/rules (original)
+++ packages/unstable/gedit-plugins/debian/rules Thu Apr 23 00:08:52 2009
@@ -11,7 +11,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS += --with-plugins=all --enable-python
 
 clean::
-	plugins_desc_script="/^ @PLUGINS_DESCRIPTION@\$$/ c \\$$(find . -iname \*.desktop\* | while read f; do cat $$f | awk -f debian/desktop2description.awk; done | sed 's/.*/  &\\/'; echo " ")"; \
+	plugins_desc_script="/^ @PLUGINS_DESCRIPTION@\$$/ c \\$$(find . -iname \*.desktop.in.in | 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