r15821 - in /packages/unstable/update-manager/debian: changelog patches/60_register-clean-i18n.patch rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Sat May 3 21:52:15 UTC 2008
Author: lool
Date: Sat May 3 21:52:15 2008
New Revision: 15821
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15821
Log:
* New patch, 60_register-clean-i18n, registers clean_i18n command in
setup.py.
* Call setup.py clean_i18n ala CDBS in clean::; closes: #442755.
Added:
packages/unstable/update-manager/debian/patches/60_register-clean-i18n.patch
Modified:
packages/unstable/update-manager/debian/changelog
packages/unstable/update-manager/debian/rules
Modified: packages/unstable/update-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-manager/debian/changelog?rev=15821&op=diff
==============================================================================
--- packages/unstable/update-manager/debian/changelog (original)
+++ packages/unstable/update-manager/debian/changelog Sat May 3 21:52:15 2008
@@ -1,6 +1,9 @@
-update-manager (0.68.debian-4) UNRELEASED; urgency=low
+update-manager (0.68.debian-4) unstable; urgency=low
* Let update-manager-core depend on ${shlibs:Depends}; thanks Niko Tyni.
+ * New patch, 60_register-clean-i18n, registers clean_i18n command in
+ setup.py.
+ * Call setup.py clean_i18n ala CDBS in clean::; closes: #442755.
-- Loic Minier <lool at dooz.org> Thu, 17 Jan 2008 18:46:19 +0100
Added: packages/unstable/update-manager/debian/patches/60_register-clean-i18n.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-manager/debian/patches/60_register-clean-i18n.patch?rev=15821&op=file
==============================================================================
--- packages/unstable/update-manager/debian/patches/60_register-clean-i18n.patch (added)
+++ packages/unstable/update-manager/debian/patches/60_register-clean-i18n.patch Sat May 3 21:52:15 2008
@@ -1,0 +1,11 @@
+diff -Nur update-manager-0.68.debian/setup.py update-manager-0.68.debian.new/setup.py
+--- update-manager-0.68.debian/setup.py 2007-07-25 20:23:44.000000000 +0200
++++ update-manager-0.68.debian.new/setup.py 2008-05-03 23:51:13.000000000 +0200
+@@ -30,5 +30,6 @@
+ cmdclass = { "build" : build_extra.build_extra,
+ "build_i18n" : build_i18n.build_i18n,
+ "build_help" : build_help.build_help,
+- "build_icons" : build_icons.build_icons }
++ "build_icons" : build_icons.build_icons,
++ "clean_i18n" : clean_i18n.clean_i18n }
+ )
Modified: packages/unstable/update-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-manager/debian/rules?rev=15821&op=diff
==============================================================================
--- packages/unstable/update-manager/debian/rules (original)
+++ packages/unstable/update-manager/debian/rules Sat May 3 21:52:15 2008
@@ -15,6 +15,9 @@
if [ $${pofile} = 'po/*.debackup' ]; then break; fi; \
mv $${pofile} $$(echo $${pofile} | sed 's,.debackup$$,,'); \
done
+
+clean::
+ cd $(DEB_SRCDIR) && python$(DEB_PYTHON_COMPILE_VERSION) $(DEB_PYTHON_SETUP_CMD) clean_i18n
post-patches::
-for pofile in debian/pos/*.po; do \
More information about the pkg-gnome-commits
mailing list