r40805 - in /desktop/experimental/pygobject/debian: changelog rules

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Thu Mar 6 09:30:37 UTC 2014


Author: mpitt
Date: Thu Mar  6 09:30:37 2014
New Revision: 40805

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40805
Log:
debian/rules: Fix cleaning.

Modified:
    desktop/experimental/pygobject/debian/changelog
    desktop/experimental/pygobject/debian/rules

Modified: desktop/experimental/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/changelog?rev=40805&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/changelog	[utf-8] (original)
+++ desktop/experimental/pygobject/debian/changelog	[utf-8] Thu Mar  6 09:30:37 2014
@@ -6,6 +6,7 @@
   * Drop 00git_non_recursive_make_python.patch, fixed upstream.
   * debian/*.install: Drop libpyglib-gi-*.so, these disappeared upstream.
   * debian/tests/control: Add missing build-essential dep for the "build" test.
+  * debian/rules: Fix cleaning.
 
  -- Martin Pitt <mpitt at debian.org>  Fri, 21 Feb 2014 15:58:28 -0800
 

Modified: desktop/experimental/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/rules?rev=40805&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/rules	[utf-8] (original)
+++ desktop/experimental/pygobject/debian/rules	[utf-8] Thu Mar  6 09:30:37 2014
@@ -90,4 +90,5 @@
 	# from uploaders.mk; this uses cdbs-style clean:: which breaks dh clean
 	{ cat $(CONTROL_HEADER) ; sed "s/@GNOME_TEAM@/$(UPLOADERS)/" debian/control.in ; } > debian/control
 	rm -rf debian/install-*
+	find \( -name '*.pyc' -o -name '*.pyo' -o -name '*.la' \) -delete; \
 	dh_clean




More information about the pkg-gnome-commits mailing list