r23696 - in /desktop/unstable/gnome-nettool/debian: changelog control.in patches/01_network-manager.patch patches/02_kfreebsd.patch patches/series rules source/ source/format

lethalman-guest at users.alioth.debian.org lethalman-guest at users.alioth.debian.org
Sat Apr 10 18:05:50 UTC 2010


Author: lethalman-guest
Date: Sat Apr 10 18:05:27 2010
New Revision: 23696

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23696
Log:
  * New upstream release.
  * debian/control.in:
    - Updated Standards-Version to 3.8.4, no additional changes needed.
  * Switch to source format 3.0 (quilt).
    - Add debian/source/format.
    - Add debian/patches/series.
    - Remove /usr/share/cdbs/1/rules/simple-patchsys.mk include.
  * debian/patches/01_network-manager.patch:
    - Refreshed.
  * debian/patches/02_kfreebsd.patch:
    - Removed, applied upstream.


Added:
    desktop/unstable/gnome-nettool/debian/patches/series
    desktop/unstable/gnome-nettool/debian/source/
    desktop/unstable/gnome-nettool/debian/source/format
Removed:
    desktop/unstable/gnome-nettool/debian/patches/02_kfreebsd.patch
Modified:
    desktop/unstable/gnome-nettool/debian/changelog
    desktop/unstable/gnome-nettool/debian/control.in
    desktop/unstable/gnome-nettool/debian/patches/01_network-manager.patch
    desktop/unstable/gnome-nettool/debian/rules

Modified: desktop/unstable/gnome-nettool/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nettool/debian/changelog?rev=23696&op=diff
==============================================================================
--- desktop/unstable/gnome-nettool/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-nettool/debian/changelog [utf-8] Sat Apr 10 18:05:27 2010
@@ -1,3 +1,19 @@
+gnome-nettool (2.30.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * debian/control.in:
+    - Updated Standards-Version to 3.8.4, no additional changes needed.
+  * Switch to source format 3.0 (quilt).
+    - Add debian/source/format.
+    - Add debian/patches/series.
+    - Remove /usr/share/cdbs/1/rules/simple-patchsys.mk include.
+  * debian/patches/01_network-manager.patch:
+    - Refreshed.
+  * debian/patches/02_kfreebsd.patch:
+    - Removed, applied upstream.  
+
+ -- Luca Bruno <lethalman88 at gmail.com>  Sat, 10 Apr 2010 19:28:16 +0200
+
 gnome-nettool (2.28.0-2) unstable; urgency=low
 
   * 02_kfreebsd.patch: port to kFreeBSD by adding the correct macro 

Modified: desktop/unstable/gnome-nettool/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nettool/debian/control.in?rev=23696&op=diff
==============================================================================
--- desktop/unstable/gnome-nettool/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-nettool/debian/control.in [utf-8] Sat Apr 10 18:05:27 2010
@@ -14,7 +14,7 @@
                gnome-doc-utils,
                docbook-xml
 Uploaders: @GNOME_TEAM@
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://projects.gnome.org/gnome-network/
 
 Package: gnome-nettool

Modified: desktop/unstable/gnome-nettool/debian/patches/01_network-manager.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nettool/debian/patches/01_network-manager.patch?rev=23696&op=diff
==============================================================================
--- desktop/unstable/gnome-nettool/debian/patches/01_network-manager.patch [utf-8] (original)
+++ desktop/unstable/gnome-nettool/debian/patches/01_network-manager.patch [utf-8] Sat Apr 10 18:05:27 2010
@@ -1,5 +1,5 @@
---- src/callbacks.c.orig	2009-08-15 10:18:32.958836764 +0200
-+++ src/callbacks.c	2009-08-15 10:20:56.990335812 +0200
+--- a/src/callbacks.c
++++ b/src/callbacks.c
 @@ -124,7 +124,6 @@
  void
  on_configure_button_clicked (GtkButton *button, gpointer data)
@@ -30,8 +30,8 @@
  	}
  }
  
---- src/info.h.orig	2009-04-18 16:59:27.000000000 +0200
-+++ src/info.h	2009-08-15 10:40:33.286918325 +0200
+--- a/src/info.h
++++ b/src/info.h
 @@ -27,7 +27,7 @@
  #define NOT_AVAILABLE _("not available")
  #define DELAY_STATS 1000  /* 1 second */

Added: desktop/unstable/gnome-nettool/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nettool/debian/patches/series?rev=23696&op=file
==============================================================================
--- desktop/unstable/gnome-nettool/debian/patches/series (added)
+++ desktop/unstable/gnome-nettool/debian/patches/series [utf-8] Sat Apr 10 18:05:27 2010
@@ -1,0 +1,1 @@
+01_network-manager.patch

Modified: desktop/unstable/gnome-nettool/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nettool/debian/rules?rev=23696&op=diff
==============================================================================
--- desktop/unstable/gnome-nettool/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-nettool/debian/rules [utf-8] Sat Apr 10 18:05:27 2010
@@ -6,7 +6,6 @@
 
 # CDBS classes & rules
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk

Added: desktop/unstable/gnome-nettool/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nettool/debian/source/format?rev=23696&op=file
==============================================================================
--- desktop/unstable/gnome-nettool/debian/source/format (added)
+++ desktop/unstable/gnome-nettool/debian/source/format [utf-8] Sat Apr 10 18:05:27 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the pkg-gnome-commits mailing list