r20106 - in /desktop/unstable/libgtop2/debian: changelog control.in copyright

lethalman-guest at users.alioth.debian.org lethalman-guest at users.alioth.debian.org
Fri May 22 17:37:06 UTC 2009


Author: lethalman-guest
Date: Fri May 22 17:37:06 2009
New Revision: 20106

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20106
Log:
  * New upstream release.
  * debian/copyright:
    - Specify GPL version 2.
    - Don't mention /usr/share/doc/libgtop2*/AUTHORS, all upstream authors
      are already listed here.
  * debian/control.in:
    - Updated Standards-Version to 3.8.1, no additional changes needed.
    - Add ${misc:Depends} to all packages.


Modified:
    desktop/unstable/libgtop2/debian/changelog
    desktop/unstable/libgtop2/debian/control.in
    desktop/unstable/libgtop2/debian/copyright

Modified: desktop/unstable/libgtop2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/changelog?rev=20106&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/changelog (original)
+++ desktop/unstable/libgtop2/debian/changelog Fri May 22 17:37:06 2009
@@ -1,3 +1,16 @@
+libgtop2 (2.26.1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * debian/copyright:
+    - Specify GPL version 2.
+    - Don't mention /usr/share/doc/libgtop2*/AUTHORS, all upstream authors
+      are already listed here.
+  * debian/control.in:
+    - Updated Standards-Version to 3.8.1, no additional changes needed.
+    - Add ${misc:Depends} to all packages.
+
+ -- Luca Bruno <lethalman88 at gmail.com>  Sun, 17 May 2009 13:31:15 +0200
+
 libgtop2 (2.24.3-1) unstable; urgency=low
 
   * New upstream bugfix release.

Modified: desktop/unstable/libgtop2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/control.in?rev=20106&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/control.in (original)
+++ desktop/unstable/libgtop2/debian/control.in Fri May 22 17:37:06 2009
@@ -16,12 +16,12 @@
                libgeom-dev [kfreebsd-i386 kfreebsd-amd64],
                libdevstat-dev [kfreebsd-i386 kfreebsd-amd64],
                libkvm-dev [kfreebsd-i386 kfreebsd-amd64]
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 
 Package: libgtop2-7
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends},
+Depends: ${shlibs:Depends}, ${misc:Depends},
          libgtop2-common (>= ${source:Version})
 Description: gtop system monitoring library
  The gtop library reads information about processes and the state of the
@@ -32,7 +32,8 @@
 Package: libgtop2-dev
 Architecture: any
 Section: libdevel
-Depends: libgtop2-7 (= ${binary:Version}),
+Depends: ${misc:Depends},
+         libgtop2-7 (= ${binary:Version}),
          libglib2.0-dev,
          ${os-specific-dev}
 Description: gtop system monitoring library
@@ -45,7 +46,8 @@
 Package: libgtop2-common
 Architecture: all
 Section: libs
-Replaces: libgtop2-5,
+Replaces: ${misc:Depends},
+          libgtop2-5,
           libgtop2-4,
           libgtop2-2,
           libgtop2

Modified: desktop/unstable/libgtop2/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/copyright?rev=20106&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/copyright (original)
+++ desktop/unstable/libgtop2/debian/copyright Fri May 22 17:37:06 2009
@@ -9,7 +9,6 @@
         Martin Baulig (martin at home-of-linux.org)
         Drazen Kacar (dave at srce.hr)
         Benoît Dejean (tazforever at dlfp.org)
-(The full list is in /usr/share/doc/libgtop2*/AUTHORS.)
 
 License:
 
@@ -28,5 +27,5 @@
    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'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 




More information about the pkg-gnome-commits mailing list