Code

patches: Removed static_sstrerror.dpatch.
authorSebastian Harl <sh@tokkee.org>
Sun, 19 Jul 2009 11:16:00 +0000 (13:16 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 19 Jul 2009 11:16:00 +0000 (13:16 +0200)
This patch has been included in the new upstream release.

No longer build-depend and use dpatch.

debian/changelog
debian/control
debian/patches/00list [deleted file]
debian/patches/static_sstrerror.dpatch [deleted file]
debian/rules

index 25edddf0d7ab82391392ef4b3203fd4249b897b3..22c8c35de89bab205cc50d560d5d2c50788dab27 100644 (file)
@@ -6,7 +6,6 @@ liboping (1.3.0-1) unstable; urgency=low
     - Do not ignore 'make clean' errors.
     - Use config.{guess,sub} provided by autotools-dev to fix a FTBFS on
       avr32, thanks to Bradley Smith for reporting this (Closes: #529460).
     - Do not ignore 'make clean' errors.
     - Use config.{guess,sub} provided by autotools-dev to fix a FTBFS on
       avr32, thanks to Bradley Smith for reporting this (Closes: #529460).
-    - Use dpatch.
     - Use dh_install's --fail-missing instead of --list-missing.
     - Pass CFLAGS as arguments to configure instead of setting them in the
       environment - this is the recommended way.
     - Use dh_install's --fail-missing instead of --list-missing.
     - Pass CFLAGS as arguments to configure instead of setting them in the
       environment - this is the recommended way.
@@ -14,16 +13,12 @@ liboping (1.3.0-1) unstable; urgency=low
     - Use ${binary:Version} instead of ${Source-Version}.
     - Updated Standards-Version to 3.8.1.
     - Added Homepage and Vcs-{Git,Browser} fields.
     - Use ${binary:Version} instead of ${Source-Version}.
     - Updated Standards-Version to 3.8.1.
     - Added Homepage and Vcs-{Git,Browser} fields.
-    - Build-depend on dpatch.
     - Removed duplicate field "Section" for package "liboping0".
     - Added versioned build dependency on dpkg-dev (>= 1.14.6) to support the
       Homepage and Vcs-* fields.
     - Let the -dev package depend on a strict version of the lib package - the
       -dev package includes a symlink to the full soname, not only the major
       version.
     - Removed duplicate field "Section" for package "liboping0".
     - Added versioned build dependency on dpkg-dev (>= 1.14.6) to support the
       Homepage and Vcs-* fields.
     - Let the -dev package depend on a strict version of the lib package - the
       -dev package includes a symlink to the full soname, not only the major
       version.
-  * debian/patches/:
-    - Added static_sstrerror.dpatch - upstream patch to make a private
-      function in liboping static.
   * debian/compat:
     - Updated to compat version 5.
   * Added new binary package "libnet-oping-perl":
   * debian/compat:
     - Updated to compat version 5.
   * Added new binary package "libnet-oping-perl":
@@ -35,7 +30,7 @@ liboping (1.3.0-1) unstable; urgency=low
   * debian/liboping0.shlibs:
     - Updated version to >= 1.3.0.
 
   * debian/liboping0.shlibs:
     - Updated version to >= 1.3.0.
 
- -- Sebastian Harl <tokkee@debian.org>  Sun, 19 Jul 2009 13:13:20 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Sun, 19 Jul 2009 13:15:37 +0200
 
 liboping (0.3.5-1) unstable; urgency=low
 
 
 liboping (0.3.5-1) unstable; urgency=low
 
index 1fb4dcf7dc58a227f12bc706f797ad1a9e1f4258..0c168c48ee83f0ddfccf83f566a2256d647fe433 100644 (file)
@@ -2,7 +2,7 @@ Source: liboping
 Section: libs
 Priority: optional
 Maintainer: Sebastian Harl <tokkee@debian.org>
 Section: libs
 Priority: optional
 Maintainer: Sebastian Harl <tokkee@debian.org>
-Build-Depends: debhelper (>= 5.0.0), dpkg-dev (>= 1.14.6), autotools-dev, dpatch, perl-modules
+Build-Depends: debhelper (>= 5.0.0), dpkg-dev (>= 1.14.6), autotools-dev, perl-modules
 Standards-Version: 3.8.1
 Homepage: http://verplant.org/liboping/
 Vcs-Git: git://git.tokkee.org/pkg-liboping.git
 Standards-Version: 3.8.1
 Homepage: http://verplant.org/liboping/
 Vcs-Git: git://git.tokkee.org/pkg-liboping.git
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644 (file)
index febb817..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-static_sstrerror.dpatch
-
diff --git a/debian/patches/static_sstrerror.dpatch b/debian/patches/static_sstrerror.dpatch
deleted file mode 100755 (executable)
index 564102c..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## static_sstrerror.dpatch by Sebastian Harl <sh@tokkee.org>
-##
-## DP: src/liboping.c: Made sstrerror() static.
-## DP:
-## DP: This is a private helper function only.
-
-@DPATCH@
-
-diff a/src/liboping.c b/src/liboping.c
---- a/src/liboping.c
-+++ b/src/liboping.c
-@@ -145,7 +145,7 @@ struct pingobj
- /* Even though Posix requires "strerror_r" to return an "int",
-  * some systems (e.g. the GNU libc) return a "char *" _and_
-  * ignore the second argument ... -tokkee */
--char *sstrerror (int errnum, char *buf, size_t buflen)
-+static char *sstrerror (int errnum, char *buf, size_t buflen)
- {
-       buf[0] = 0;
index eec0a6d84a64631aaabd137572dc6ce1adadd97f..5c1409c61b82b697d58f59bae6a51e56af1ea8d9 100755 (executable)
@@ -19,15 +19,13 @@ else
        CFLAGS += -O2
 endif
 
        CFLAGS += -O2
 endif
 
-include /usr/share/dpatch/dpatch.make
-
 # $srcver-$perlver-$debrev
 LIBPERL_VERSION := $(shell pm_ver=`perl -MExtUtils::MM -e \
                'print MM->parse_version("bindings/perl/lib/Net/Oping.pm");'`; \
        pkg_ver=`dpkg-parsechangelog | egrep '^Version:' | cut -d' ' -f2`; \
        echo -n "$${pkg_ver%-*}-$$pm_ver-$${pkg_ver\#\#*-}")
 
 # $srcver-$perlver-$debrev
 LIBPERL_VERSION := $(shell pm_ver=`perl -MExtUtils::MM -e \
                'print MM->parse_version("bindings/perl/lib/Net/Oping.pm");'`; \
        pkg_ver=`dpkg-parsechangelog | egrep '^Version:' | cut -d' ' -f2`; \
        echo -n "$${pkg_ver%-*}-$$pm_ver-$${pkg_ver\#\#*-}")
 
-config.status: configure $(DPATCH_STAMPFN)
+config.status: configure
        dh_testdir
        
        for file in config.guess config.sub; do \
        dh_testdir
        
        for file in config.guess config.sub; do \
@@ -52,7 +50,7 @@ build-stamp:  config.status
        
        touch build-stamp
 
        
        touch build-stamp
 
-clean: unpatch
+clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp
        dh_testdir
        dh_testroot
        rm -f build-stamp