r23650 - in /desktop/unstable/system-tools-backends/debian: changelog control.in patches/02ubuntu_chmod_network_interfaces_when_using_key.patch patches/08_use_md5.patch patches/series rules source/ source/format

lethalman-guest at users.alioth.debian.org lethalman-guest at users.alioth.debian.org
Fri Apr 9 12:17:31 UTC 2010


Author: lethalman-guest
Date: Fri Apr  9 12:17:28 2010
New Revision: 23650

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23650
Log:
  * New upstream release.
  * debian/control.in:
    - Bump libpolkit-gobject-1-dev build-depend to 0.94.
    - Standards-Version is 3.8.4, no changes needed.
  * debian/patches/08_use_md5.patch:
    - Removed, dbus method no more returns whether to use md5 or not,
      password is now changed via PAM.
  * Switch to source format 3.0 (quilt).
    - Add debian/source/format.
    - Drop quilt from Build-Depends.
    - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk include.


Added:
    desktop/unstable/system-tools-backends/debian/source/
    desktop/unstable/system-tools-backends/debian/source/format
Removed:
    desktop/unstable/system-tools-backends/debian/patches/08_use_md5.patch
Modified:
    desktop/unstable/system-tools-backends/debian/changelog
    desktop/unstable/system-tools-backends/debian/control.in
    desktop/unstable/system-tools-backends/debian/patches/02ubuntu_chmod_network_interfaces_when_using_key.patch
    desktop/unstable/system-tools-backends/debian/patches/series
    desktop/unstable/system-tools-backends/debian/rules

Modified: desktop/unstable/system-tools-backends/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/changelog?rev=23650&op=diff
==============================================================================
--- desktop/unstable/system-tools-backends/debian/changelog [utf-8] (original)
+++ desktop/unstable/system-tools-backends/debian/changelog [utf-8] Fri Apr  9 12:17:28 2010
@@ -1,3 +1,19 @@
+system-tools-backends (2.10.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * debian/control.in:
+    - Bump libpolkit-gobject-1-dev build-depend to 0.94.
+    - Standards-Version is 3.8.4, no changes needed.
+  * debian/patches/08_use_md5.patch:
+    - Removed, dbus method no more returns whether to use md5 or not,
+      password is now changed via PAM.
+  * Switch to source format 3.0 (quilt).
+    - Add debian/source/format.
+    - Drop quilt from Build-Depends.
+    - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk include.
+
+ -- Luca Bruno <lethalman88 at gmail.com>  Fri, 09 Apr 2010 13:18:21 +0200
+
 system-tools-backends (2.8.3-1) unstable; urgency=low
 
   * New upstream bugfix release.

Modified: desktop/unstable/system-tools-backends/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/control.in?rev=23650&op=diff
==============================================================================
--- desktop/unstable/system-tools-backends/debian/control.in [utf-8] (original)
+++ desktop/unstable/system-tools-backends/debian/control.in [utf-8] Fri Apr  9 12:17:28 2010
@@ -3,16 +3,15 @@
 Priority: optional
 Maintainer: Jose Carlos Garcia Sogo <jsogo at debian.org>
 Uploaders: @GNOME_TEAM@, Niv Sardi <xaiki at debian.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Build-Depends: debhelper (>= 5),
                cdbs,
-               quilt,
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.40),
                libnet-dbus-perl,
                libdbus-1-dev (>= 1.1.2),
                libdbus-glib-1-dev (>= 0.74),
-               libpolkit-gobject-1-dev (>= 0.92),
+               libpolkit-gobject-1-dev (>= 0.94),
                libglib2.0-dev (>= 2.15.2)
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/system-tools-backends
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/system-tools-backends

Modified: desktop/unstable/system-tools-backends/debian/patches/02ubuntu_chmod_network_interfaces_when_using_key.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/patches/02ubuntu_chmod_network_interfaces_when_using_key.patch?rev=23650&op=diff
==============================================================================
--- desktop/unstable/system-tools-backends/debian/patches/02ubuntu_chmod_network_interfaces_when_using_key.patch [utf-8] (original)
+++ desktop/unstable/system-tools-backends/debian/patches/02ubuntu_chmod_network_interfaces_when_using_key.patch [utf-8] Fri Apr  9 12:17:28 2010
@@ -1,15 +1,14 @@
-diff -Nur system-tools-backends-2.3.0/Network/Ifaces.pm system-tools-backends-2.3.0.new/Network/Ifaces.pm
---- system-tools-backends-2.3.0/Network/Ifaces.pm	2007-07-10 17:54:00.000000000 +0100
-+++ system-tools-backends-2.3.0.new/Network/Ifaces.pm	2007-07-10 17:56:17.000000000 +0100
-@@ -793,6 +793,17 @@
+--- a/Network/Ifaces.pm
++++ b/Network/Ifaces.pm
+@@ -797,6 +797,17 @@
    return (&get_debian_auto_by_stanza ($file, $iface) ne undef)? 1 : 0;
  }
  
 +sub set_network_config_permission
 +{
 +    my ($key) = @_;
-+    
-+    if ($key) 
++
++    if ($key)
 +    {
 +        chmod 0640, "/etc/network/interfaces";
 +        &Utils::File::run ("chgrp admin /etc/network/interfaces");
@@ -19,7 +18,7 @@
  sub set_debian_auto
  {
    my ($file, $iface, $value) = @_;
-@@ -3087,6 +3098,7 @@
+@@ -3022,6 +3033,7 @@
        [ "network",            \&Utils::Replace::set_sh,      IFCFG, NETWORK ],
        [ "gateway",            \&Utils::Replace::set_sh,      IFCFG, GATEWAY ],
        [ "essid",              \&Utils::Replace::set_sh,      IFCFG, WIRELESS_ESSID ],

Modified: desktop/unstable/system-tools-backends/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/patches/series?rev=23650&op=diff
==============================================================================
--- desktop/unstable/system-tools-backends/debian/patches/series [utf-8] (original)
+++ desktop/unstable/system-tools-backends/debian/patches/series [utf-8] Fri Apr  9 12:17:28 2010
@@ -1,2 +1,1 @@
 02ubuntu_chmod_network_interfaces_when_using_key.patch
-08_use_md5.patch

Modified: desktop/unstable/system-tools-backends/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/rules?rev=23650&op=diff
==============================================================================
--- desktop/unstable/system-tools-backends/debian/rules [utf-8] (original)
+++ desktop/unstable/system-tools-backends/debian/rules [utf-8] Fri Apr  9 12:17:28 2010
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.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/system-tools-backends/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/source/format?rev=23650&op=file
==============================================================================
--- desktop/unstable/system-tools-backends/debian/source/format (added)
+++ desktop/unstable/system-tools-backends/debian/source/format [utf-8] Fri Apr  9 12:17:28 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the pkg-gnome-commits mailing list