r12882 - in /packages/unstable/gwget2/debian: changelog control control.in rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat Sep 29 12:51:34 UTC 2007


Author: lool
Date: Sat Sep 29 12:51:34 2007
New Revision: 12882

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12882
Log:
  + Run ``make distclean'' before unapplying patch; avoid generation of
* New patch ``01_fix_missing_remove_sig'', the upstream forgot to connect
* Cleanup whitespace.
* Drop "+" sign in front of distclean as it would run distclean when e.g.
  dpkg-buildpackage would want to introspect the list of make rules with
  "make -n".

Modified:
    packages/unstable/gwget2/debian/changelog
    packages/unstable/gwget2/debian/control
    packages/unstable/gwget2/debian/control.in
    packages/unstable/gwget2/debian/rules

Modified: packages/unstable/gwget2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/changelog?rev=12882&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/changelog (original)
+++ packages/unstable/gwget2/debian/changelog Sat Sep 29 12:51:34 2007
@@ -4,21 +4,25 @@
   * New upstream release. Closes: #442320.
     + Drop epiphany patch which has been applied upstream.
   * debian/rules:
-    + Run ``make distclean'' before unapplying patch; avoid generation of 
+    + Run ``make distclean'' before unapplying patch; avoid generation of
       Makefile which could happen if a patch modify autotools files.
   * debian/gwget.install:
     + Remove debian/tmp/usr/include which is no more installed by upstream.
   * debian/gwget.menu:
     + Update gwget menu section according to the new menu policy.
-  * New patch ``01_fix_missing_remove_sig'', the upstream forgot to connect 
+  * New patch ``01_fix_missing_remove_sig'', the upstream forgot to connect
     remove items signals.
   * New patch ``02_fix_desktop_menu'' which fixes outdated menu section.
 
   [ Loic Minier ]
   * Flip configure and configure.in in patch which were causing timestamp
     skew; should be fixed by adding maintainer mode support.
-
- -- Arnaud Fontaine <arnaud at andesi.org>  Wed, 19 Sep 2007 11:20:52 +0100
+  * Cleanup whitespace.
+  * Drop "+" sign in front of distclean as it would run distclean when e.g.
+    dpkg-buildpackage would want to introspect the list of make rules with
+    "make -n".
+
+ -- Loic Minier <lool at dooz.org>  Sat, 29 Sep 2007 14:50:45 +0200
 
 gwget2 (0.98.2-2) unstable; urgency=low
 

Modified: packages/unstable/gwget2/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/control?rev=12882&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/control (original)
+++ packages/unstable/gwget2/debian/control Sat Sep 29 12:51:34 2007
@@ -15,7 +15,7 @@
                libnotify-dev (>= 0.3.2),
                libbonobo2-dev,
                epiphany-browser-dev (>= 2.18),
-	       epiphany-browser-dev (<< 2.19),
+               epiphany-browser-dev (<< 2.19),
                gnome-pkg-tools
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gwget2
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/?op=log
@@ -42,7 +42,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          epiphany-browser (>= 2.18),
-	 epiphany-browser (<< 2.19),
+         epiphany-browser (<< 2.19),
          gwget
 Description: Gwget extension for Epiphany web browser
  Extension for using gwget as a download manager in Epiphany web

Modified: packages/unstable/gwget2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/control.in?rev=12882&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/control.in (original)
+++ packages/unstable/gwget2/debian/control.in Sat Sep 29 12:51:34 2007
@@ -15,7 +15,7 @@
                libnotify-dev (>= 0.3.2),
                libbonobo2-dev,
                epiphany-browser-dev (>= 2.18),
-	       epiphany-browser-dev (<< 2.19),
+               epiphany-browser-dev (<< 2.19),
                gnome-pkg-tools
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gwget2
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/?op=log
@@ -42,7 +42,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          epiphany-browser (>= 2.18),
-	 epiphany-browser (<< 2.19),
+         epiphany-browser (<< 2.19),
          gwget
 Description: Gwget extension for Epiphany web browser
  Extension for using gwget as a download manager in Epiphany web

Modified: packages/unstable/gwget2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/rules?rev=12882&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/rules (original)
+++ packages/unstable/gwget2/debian/rules Sat Sep 29 12:51:34 2007
@@ -4,9 +4,8 @@
 
 # Workaround which runs ``make distclean'' before unapplying patches
 cleanbuilddir::
-	echo "Invoking distclean..."
-	+-$(DEB_MAKE_INVOKE) -k distclean
-
+	# Invoke distclean
+	-$(DEB_MAKE_INVOKE) -k distclean
 	rm -f data/GNOME_Gwget.server.in data/GNOME_Gwget.server \
 		data/gwget.schemas
 




More information about the pkg-gnome-commits mailing list