r48784 - in /packages/unstable/tangerine-icon-theme/debian: changelog clean-up.sh

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed May 18 18:43:32 UTC 2016


Author: biebl
Date: Wed May 18 18:43:32 2016
New Revision: 48784

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48784
Log:
* Acknowledge NMU, thanks Andreas Beckmann.
* Non-maintainer upload.
* debian/cleanup.sh: Do not run processes in background.  (Closes: #793161)

Modified:
    packages/unstable/tangerine-icon-theme/debian/changelog
    packages/unstable/tangerine-icon-theme/debian/clean-up.sh

Modified: packages/unstable/tangerine-icon-theme/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/tangerine-icon-theme/debian/changelog?rev=48784&op=diff
==============================================================================
--- packages/unstable/tangerine-icon-theme/debian/changelog	[utf-8] (original)
+++ packages/unstable/tangerine-icon-theme/debian/changelog	[utf-8] Wed May 18 18:43:32 2016
@@ -1,10 +1,21 @@
 tangerine-icon-theme (0.26.debian-4) UNRELEASED; urgency=low
 
+  [ Emilio Pozuelo Monfort ]
   * debian/control.in,
     debian/rules:
     + Use dpkg-vendor instead of lsb_release.
 
+  [ Michael Biebl ]
+  * Acknowledge NMU, thanks Andreas Beckmann.
+
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 13 Dec 2010 00:42:43 +0100
+
+tangerine-icon-theme (0.26.debian-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/cleanup.sh: Do not run processes in background.  (Closes: #793161)
+
+ -- Andreas Beckmann <anbe at debian.org>  Sat, 12 Sep 2015 18:26:08 +0200
 
 tangerine-icon-theme (0.26.debian-3) unstable; urgency=high
 

Modified: packages/unstable/tangerine-icon-theme/debian/clean-up.sh
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/tangerine-icon-theme/debian/clean-up.sh?rev=48784&op=diff
==============================================================================
--- packages/unstable/tangerine-icon-theme/debian/clean-up.sh	[utf-8] (original)
+++ packages/unstable/tangerine-icon-theme/debian/clean-up.sh	[utf-8] Wed May 18 18:43:32 2016
@@ -1,15 +1,15 @@
 #!/bin/sh
 
 # Manually clean-up 
-find ./ -name Makefile.in* | xargs rm -f &>/dev/null
-rm -f ./po/Makefile.in.in &>/dev/null
-rm -f ./configure &>/dev/null
-rm -f ./intltool-update.in &>/dev/null
-rm -f ./intltool-merge.in &>/dev/null
-rm -r ./intltool-extract.in &>/dev/null
-rm -f ./config.guess &>/dev/null
-rm -f ./config.sub &>/dev/null
-rm -f ./install-sh &>/dev/null
-rm -f ./missing &>/dev/null
-rm -f ./aclocal.m4 &>/dev/null
+find ./ -name Makefile.in* | xargs rm -f >/dev/null
+rm -f ./po/Makefile.in.in >/dev/null
+rm -f ./configure >/dev/null
+rm -f ./intltool-update.in >/dev/null
+rm -f ./intltool-merge.in >/dev/null
+rm -r ./intltool-extract.in >/dev/null
+rm -f ./config.guess >/dev/null
+rm -f ./config.sub >/dev/null
+rm -f ./install-sh >/dev/null
+rm -f ./missing >/dev/null
+rm -f ./aclocal.m4 >/dev/null
 




More information about the pkg-gnome-commits mailing list