r14301 - in /packages/unstable/human-icon-theme/debian: changelog clean-up.sh control control.in rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Jan 21 18:04:59 UTC 2008


Author: lool
Date: Mon Jan 21 18:04:59 2008
New Revision: 14301

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14301
Log:
* Call $(SHELL) on clean-up.sh explicitely as the diff can't preserve
  executable permissions.
* Build-depend on sharutils for uudecode.

Modified:
    packages/unstable/human-icon-theme/debian/changelog
    packages/unstable/human-icon-theme/debian/clean-up.sh   (props changed)
    packages/unstable/human-icon-theme/debian/control
    packages/unstable/human-icon-theme/debian/control.in
    packages/unstable/human-icon-theme/debian/rules

Modified: packages/unstable/human-icon-theme/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/human-icon-theme/debian/changelog?rev=14301&op=diff
==============================================================================
--- packages/unstable/human-icon-theme/debian/changelog (original)
+++ packages/unstable/human-icon-theme/debian/changelog Mon Jan 21 18:04:59 2008
@@ -38,6 +38,11 @@
   * Added changelog.ubuntu
   * Updated copyright file to add debian tarball note
 
+  [ Loic Minier ]
+  * Call $(SHELL) on clean-up.sh explicitely as the diff can't preserve
+    executable permissions.
+  * Build-depend on sharutils for uudecode.
+
  -- Alan Baghumian <alan at technotux.org>  Tue, 15 Jan 2008 11:51:02 +0330
 
 human-icon-theme (0.18-1) unstable; urgency=low

Propchange: packages/unstable/human-icon-theme/debian/clean-up.sh
            ('svn:executable' removed)

Modified: packages/unstable/human-icon-theme/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/human-icon-theme/debian/control?rev=14301&op=diff
==============================================================================
--- packages/unstable/human-icon-theme/debian/control (original)
+++ packages/unstable/human-icon-theme/debian/control Mon Jan 21 18:04:59 2008
@@ -16,7 +16,8 @@
                      lsb-release,
                      autoconf,
                      automake,
-                     intltool
+                     intltool,
+                     sharutils
 Standards-Version: 3.7.2
 
 Package: human-icon-theme

Modified: packages/unstable/human-icon-theme/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/human-icon-theme/debian/control.in?rev=14301&op=diff
==============================================================================
--- packages/unstable/human-icon-theme/debian/control.in (original)
+++ packages/unstable/human-icon-theme/debian/control.in Mon Jan 21 18:04:59 2008
@@ -16,7 +16,8 @@
                      lsb-release,
                      autoconf,
                      automake,
-                     intltool
+                     intltool,
+                     sharutils
 Standards-Version: 3.7.2
 
 Package: human-icon-theme

Modified: packages/unstable/human-icon-theme/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/human-icon-theme/debian/rules?rev=14301&op=diff
==============================================================================
--- packages/unstable/human-icon-theme/debian/rules (original)
+++ packages/unstable/human-icon-theme/debian/rules Mon Jan 21 18:04:59 2008
@@ -17,7 +17,7 @@
 clean::
 	@echo "=== Building for distribution: $(DISTRO) ==="
 	find debian/$(DISTRO) -name '*.png' | xargs rm -fv
-	debian/clean-up.sh
+	$(SHELL) debian/clean-up.sh
 
 makebuilddir/human-icon-theme::
 	./autogen.sh --prefix=/usr




More information about the pkg-gnome-commits mailing list