[Pkg-utopia-commits] r2445 - in /packages/unstable/libnl/debian: README.source changelog control patches/limits.patch patches/series rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Oct 8 19:31:21 UTC 2008


Author: biebl
Date: Wed Oct  8 19:31:21 2008
New Revision: 2445

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2445
Log:
  - Bump Standards-Version to 3.8.0.
* Switch to quilt for patch management.
* Add README.source which refers to the quilt documentation.
* debian/patches/limits.patch
  - Add missing include to limits.h. This is required when compiling against
    glibc 2.8. Thanks to Kees Cook for the patch. Closes: #501485

Added:
    packages/unstable/libnl/debian/README.source
    packages/unstable/libnl/debian/patches/limits.patch
    packages/unstable/libnl/debian/patches/series
Modified:
    packages/unstable/libnl/debian/changelog
    packages/unstable/libnl/debian/control
    packages/unstable/libnl/debian/rules

Added: packages/unstable/libnl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/libnl/debian/README.source?rev=2445&op=file
==============================================================================
--- packages/unstable/libnl/debian/README.source (added)
+++ packages/unstable/libnl/debian/README.source Wed Oct  8 19:31:21 2008
@@ -1,0 +1,3 @@
+This package uses the quilt patch management system.
+
+Please refer to /usr/share/doc/quilt/README.source for further information.

Modified: packages/unstable/libnl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/libnl/debian/changelog?rev=2445&op=diff
==============================================================================
--- packages/unstable/libnl/debian/changelog (original)
+++ packages/unstable/libnl/debian/changelog Wed Oct  8 19:31:21 2008
@@ -1,9 +1,14 @@
 libnl (1.1-3) UNRELEASED; urgency=low
 
   * debian/control
-    - Bump Standards-Version to 3.8.0. No further changes. 
+    - Bump Standards-Version to 3.8.0.
+  * Switch to quilt for patch management.
+  * Add README.source which refers to the quilt documentation.
+  * debian/patches/limits.patch
+    - Add missing include to limits.h. This is required when compiling against
+      glibc 2.8. Thanks to Kees Cook for the patch. Closes: #501485
 
- -- Michael Biebl <biebl at debian.org>  Wed, 08 Oct 2008 19:51:29 +0200
+ -- Michael Biebl <biebl at debian.org>  Wed, 08 Oct 2008 21:18:49 +0200
 
 libnl (1.1-2) unstable; urgency=low
 

Modified: packages/unstable/libnl/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/libnl/debian/control?rev=2445&op=diff
==============================================================================
--- packages/unstable/libnl/debian/control (original)
+++ packages/unstable/libnl/debian/control Wed Oct  8 19:31:21 2008
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 5.0.0), cdbs, doxygen, texlive-latex-base, graphviz, ghostscript
+Build-Depends: debhelper (>= 5.0.0), cdbs, doxygen, texlive-latex-base, graphviz, ghostscript, quilt
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/unstable/libnl
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/libnl

Added: packages/unstable/libnl/debian/patches/limits.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/libnl/debian/patches/limits.patch?rev=2445&op=file
==============================================================================
--- packages/unstable/libnl/debian/patches/limits.patch (added)
+++ packages/unstable/libnl/debian/patches/limits.patch Wed Oct  8 19:31:21 2008
@@ -1,0 +1,12 @@
+Index: libnl-1.1/include/netlink-local.h
+===================================================================
+--- libnl-1.1.orig/include/netlink-local.h	2008-10-08 19:58:47.000000000 +0200
++++ libnl-1.1/include/netlink-local.h	2008-10-08 19:58:51.000000000 +0200
+@@ -26,6 +26,7 @@
+ #include <sys/socket.h>
+ #include <inttypes.h>
+ #include <assert.h>
++#include <limits.h>
+ 
+ #include <arpa/inet.h>
+ #include <netdb.h>

Added: packages/unstable/libnl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/libnl/debian/patches/series?rev=2445&op=file
==============================================================================
--- packages/unstable/libnl/debian/patches/series (added)
+++ packages/unstable/libnl/debian/patches/series Wed Oct  8 19:31:21 2008
@@ -1,0 +1,1 @@
+limits.patch

Modified: packages/unstable/libnl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/libnl/debian/rules?rev=2445&op=diff
==============================================================================
--- packages/unstable/libnl/debian/rules (original)
+++ packages/unstable/libnl/debian/rules Wed Oct  8 19:31:21 2008
@@ -2,7 +2,7 @@
 
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 build/libnl-doc::
 	$(MAKE) gendoc




More information about the Pkg-utopia-commits mailing list