r15825 - in /packages/unstable/update-manager/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat May 3 22:07:09 UTC 2008


Author: lool
Date: Sat May  3 22:07:09 2008
New Revision: 15825

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15825
Log:
Hide patched-clean:: hack when in a SVN checkout.

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=15825&op=diff
==============================================================================
--- packages/unstable/update-manager/debian/changelog (original)
+++ packages/unstable/update-manager/debian/changelog Sat May  3 22:07:09 2008
@@ -6,6 +6,7 @@
   * Call setup.py clean_i18n ala CDBS in patched-clean:: which is a prereq of
     clean::, but with patches applied; closes: #442755.
   * Bump up Standards-Version to 3.7.3.
+  * Hide patched-clean:: hack when in a SVN checkout.
 
  -- Loic Minier <lool at dooz.org>  Thu, 17 Jan 2008 18:46:19 +0100
 

Modified: packages/unstable/update-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-manager/debian/rules?rev=15825&op=diff
==============================================================================
--- packages/unstable/update-manager/debian/rules (original)
+++ packages/unstable/update-manager/debian/rules Sat May  3 22:07:09 2008
@@ -12,8 +12,12 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 #include /usr/share/gnome-pkg-tools/1/rules/ubuntu-get-source.mk
 
+ifneq ($(wildcard setup.py),)
 patched-clean:: apply-patches
 	cd $(DEB_SRCDIR) && python$(DEB_PYTHON_COMPILE_VERSION) $(DEB_PYTHON_SETUP_CMD) clean_i18n
+else
+patched-clean::
+endif
 
 clean::
 	-find po/mo -name \*mo -exec rm {} \;




More information about the pkg-gnome-commits mailing list