[Pkg-utopia-commits] r1794 - in /packages/unstable/libnl/debian: changelog control

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Oct 22 03:24:23 UTC 2007


Author: biebl
Date: Mon Oct 22 03:24:22 2007
New Revision: 1794

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1794
Log:
* debian/control
  - Use the new "Homepage:" field to specify the upstream URL.
  - Replace deprecated ${Source-Version} substvar with ${binary:Version}.
  - Change Build-Depends: gs-gpl | gs-esp to Build-Depends: ghostscript.

Modified:
    packages/unstable/libnl/debian/changelog
    packages/unstable/libnl/debian/control

Modified: packages/unstable/libnl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/libnl/debian/changelog?rev=1794&op=diff
==============================================================================
--- packages/unstable/libnl/debian/changelog (original)
+++ packages/unstable/libnl/debian/changelog Mon Oct 22 03:24:22 2007
@@ -1,3 +1,12 @@
+libnl (1.0~pre6-6) unstable; urgency=low
+
+  * debian/control
+    - Use the new "Homepage:" field to specify the upstream URL.
+    - Replace deprecated ${Source-Version} substvar with ${binary:Version}.
+    - Change Build-Depends: gs-gpl | gs-esp to Build-Depends: ghostscript.
+
+ -- Michael Biebl <biebl at debian.org>  Mon, 22 Oct 2007 07:15:29 +0200
+
 libnl (1.0~pre6-5) unstable; urgency=low
 
   * debian/control

Modified: packages/unstable/libnl/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/libnl/debian/control?rev=1794&op=diff
==============================================================================
--- packages/unstable/libnl/debian/control (original)
+++ packages/unstable/libnl/debian/control Mon Oct 22 03:24:22 2007
@@ -2,10 +2,11 @@
 Section: net
 Priority: optional
 Maintainer: Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 5.0.0), cdbs, doxygen, texlive-latex-base, graphviz, gs-gpl | gs-esp
+Build-Depends: debhelper (>= 5.0.0), cdbs, doxygen, texlive-latex-base, graphviz, ghostscript
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/unstable/libnl
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/libnl
+Homepage: http://people.suug.ch/~tgr/libnl/
 
 Package: libnl1-pre6
 Architecture: any
@@ -17,13 +18,11 @@
  This is a library for applications dealing with netlink sockets. 
  The library provides an interface for raw netlink messaging and various 
  netlink family specific interfaces.
- .
-  Homepage: http://people.suug.ch/~tgr/libnl/
 
 Package: libnl-dev
 Architecture: any
 Section: libdevel
-Depends: libnl1-pre6 (= ${Source-Version})
+Depends: libnl1-pre6 (= ${binary:Version})
 Suggests: libnl-doc
 Description: Development library and headers for libnl
  This is a library for applications dealing with netlink sockets. 
@@ -32,8 +31,6 @@
  .
  This package contains all files that are needed to build applications using
  libnl.
- .
-  Homepage: http://people.suug.ch/~tgr/libnl/
 
 Package: libnl-doc
 Architecture: all
@@ -44,5 +41,3 @@
  netlink family specific interfaces.
  .
  This package contains the API reference documentation for libnl.
- .
-  Homepage: http://people.suug.ch/~tgr/libnl/




More information about the Pkg-utopia-commits mailing list