[gnome-network] r33935 - in /desktop/unstable/gnome-nettool/debian: changelog compat control control.in copyright rules watch



Author: jordi
Date: Sun Apr  1 09:46:16 2012
New Revision: 33935

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33935
Log:
* New upstream release.
* Watch for unstable versions too, as nettool doesn't seem to be
  following GNOME versioning strictly.
* Depend on nmap for port scanning, and finger.
* Update to debhelper v9.
* Drop usage of dh_buildinfo.
* Drop usage of DH_ALWAYS_EXCLUDE, using a modern dpkg should be enough.
* Rewrite copyright file in machine-readable format 1.0.
* Bump Standards-Version to 3.9.3.

Modified:
    desktop/unstable/gnome-nettool/debian/changelog
    desktop/unstable/gnome-nettool/debian/compat
    desktop/unstable/gnome-nettool/debian/control
    desktop/unstable/gnome-nettool/debian/control.in
    desktop/unstable/gnome-nettool/debian/copyright
    desktop/unstable/gnome-nettool/debian/rules
    desktop/unstable/gnome-nettool/debian/watch

Modified: desktop/unstable/gnome-nettool/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nettool/debian/changelog?rev=33935&op=diff
==============================================================================
--- desktop/unstable/gnome-nettool/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-nettool/debian/changelog [utf-8] Sun Apr  1 09:46:16 2012
@@ -1,3 +1,17 @@
+gnome-nettool (3.1.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Watch for unstable versions too, as nettool doesn't seem to be
+    following GNOME versioning strictly.
+  * Depend on nmap for port scanning, and finger.
+  * Update to debhelper v9.
+  * Drop usage of dh_buildinfo.
+  * Drop usage of DH_ALWAYS_EXCLUDE, using a modern dpkg should be enough.
+  * Rewrite copyright file in machine-readable format 1.0.
+  * Bump Standards-Version to 3.9.3.
+
+ -- Jordi Mallach <jordi debian org>  Sun, 01 Apr 2012 10:55:45 +0200
+
 gnome-nettool (3.0.1-1) unstable; urgency=low
 
   * debian/watch: Look for xz tarballs.

Modified: desktop/unstable/gnome-nettool/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nettool/debian/compat?rev=33935&op=diff
==============================================================================
--- desktop/unstable/gnome-nettool/debian/compat [utf-8] (original)
+++ desktop/unstable/gnome-nettool/debian/compat [utf-8] Sun Apr  1 09:46:16 2012
@@ -1,1 +1,1 @@
-8
+9

Modified: desktop/unstable/gnome-nettool/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nettool/debian/control?rev=33935&op=diff
==============================================================================
--- desktop/unstable/gnome-nettool/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-nettool/debian/control [utf-8] Sun Apr  1 09:46:16 2012
@@ -9,8 +9,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers lists alioth debian org>
 Build-Depends: autotools-dev,
                cdbs (>= 0.4.41),
-               debhelper (>= 8),
-               dh-buildinfo,
+               debhelper (>= 9),
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.40.0),
                libglib2.0-dev (>= 2.25.10),
@@ -18,8 +17,8 @@
                libgtop2-dev,
                gnome-doc-utils,
                docbook-xml
-Uploaders: Jordi Mallach <jordi debian org>, Josselin Mouette <joss debian org>, Michael Biebl <biebl debian org>
-Standards-Version: 3.9.2
+Uploaders: Jordi Mallach <jordi debian org>, Josselin Mouette <joss debian org>, Martin Pitt <mpitt debian org>, Michael Biebl <biebl debian org>
+Standards-Version: 3.9.3
 Homepage: http://projects.gnome.org/gnome-network/
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gnome-nettool
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-nettool
@@ -29,8 +28,10 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          dnsutils,
+         finger,
+         iputils-ping | ping,
          net-tools,
-         iputils-ping | ping,
+         nmap,
          tcptraceroute,
          whois
 Suggests: gnome-system-tools

Modified: desktop/unstable/gnome-nettool/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nettool/debian/control.in?rev=33935&op=diff
==============================================================================
--- desktop/unstable/gnome-nettool/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-nettool/debian/control.in [utf-8] Sun Apr  1 09:46:16 2012
@@ -4,8 +4,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers lists alioth debian org>
 Build-Depends: autotools-dev,
                cdbs (>= 0.4.41),
-               debhelper (>= 8),
-               dh-buildinfo,
+               debhelper (>= 9),
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.40.0),
                libglib2.0-dev (>= 2.25.10),
@@ -14,7 +13,7 @@
                gnome-doc-utils,
                docbook-xml
 Uploaders: @GNOME_TEAM@
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://projects.gnome.org/gnome-network/
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gnome-nettool
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-nettool
@@ -24,8 +23,10 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          dnsutils,
+         finger,
+         iputils-ping | ping,
          net-tools,
-         iputils-ping | ping,
+         nmap,
          tcptraceroute,
          whois
 Suggests: gnome-system-tools

Modified: desktop/unstable/gnome-nettool/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nettool/debian/copyright?rev=33935&op=diff
==============================================================================
--- desktop/unstable/gnome-nettool/debian/copyright [utf-8] (original)
+++ desktop/unstable/gnome-nettool/debian/copyright [utf-8] Sun Apr  1 09:46:16 2012
@@ -1,38 +1,37 @@
-This package was debianized by Andrew Lau <netsnipe users sourceforge net> on
-Sat, 21 Aug 2004 01:48:16 +1000
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gnome-nettool
+Source: http://ftp.acc.umu.se/pub/GNOME/sources/gnome-nettool/
 
-It was downloaded from <http://ftp.gnome.org/pub/GNOME/sources/gnome-nettool/>
+Files: *
+Copyright: Copyright 2002, 2003 Germán Poo-Caamaño <gpoo gnome org>
+           Copyright 2003 William Jon McCann <mccann jhu edu>
+           Copyright 2004 Carlos García Campos <carlosgc gnome org>
+License: GPL-2+
 
-Copyright holders and upstream author:
-	2002, 2003 German Poo-Caaman~o <gpoo ubiobio cl>
-	2003 William Jon McCann <mccann jhu edu>
-	Carlos Garcia Campos <carlosgc gnome org>
-	Rodrigo Moya <rodrigo gnome-db org>
-        2002 Peter Mattis
-        2002 Red Hat, Inc
-        2000 David A. Hinds <dhinds pcmcia sourceforge org>
-        1996, 2008 Free Software Foundation, Inc
-        1997-2000 Donald Becker
-        1997-2002 Jean Tourrilhes
+Files: src/util-mii.c
+Copyright: Copyright 2000 David A. Hinds <dhinds pcmcia sourceforge org>
+           Copyright 1997-2000 Donald Becker <becker scyld com>
+           Copyright 2003 Germán Poo-Caamaño <gpoo gnome org>
+License: GPL-2+
 
-Copyright: 1997-2002 Jean Tourrilhes, All Rights Reserved
-
-License:
-
-   This package is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
-   (at your option) any later version.
-
-   This package is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this package; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-2'.
-
+License: GPL-2+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.

Modified: desktop/unstable/gnome-nettool/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nettool/debian/rules?rev=33935&op=diff
==============================================================================
--- desktop/unstable/gnome-nettool/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-nettool/debian/rules [utf-8] Sun Apr  1 09:46:16 2012
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 # Author: Andrew Lau <netsnipe users sourceforge net>
 # $Id: rules 39 2003-10-27 17:33:22Z netsnipe-guest $
-
-export DH_ALWAYS_EXCLUDE=CVS:.svn
 
 # CDBS classes & rules
 include /usr/share/cdbs/1/rules/debhelper.mk
@@ -14,7 +12,3 @@
 # Compile options
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
-
-# Record build-time version information
-binary-post-install/gnome-nettool::
-	dh_buildinfo

Modified: desktop/unstable/gnome-nettool/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nettool/debian/watch?rev=33935&op=diff
==============================================================================
--- desktop/unstable/gnome-nettool/debian/watch [utf-8] (original)
+++ desktop/unstable/gnome-nettool/debian/watch [utf-8] Sun Apr  1 09:46:16 2012
@@ -1,3 +1,3 @@
 version=3
-http://ftp.gnome.org/pub/GNOME/sources/gnome-nettool/([\d\.]+[02468])/ \
+http://ftp.gnome.org/pub/GNOME/sources/gnome-nettool/([\d\.]+)/ \
 	gnome-nettool-(.*)\.tar\.xz




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]