r7983 - in /general/libmdsp/trunk/debian: README.source changelog compat control copyright patches/00list patches/02_strndup-fix.dpatch rules
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Mon Oct 26 22:31:07 UTC 2009
Author: tiber-guest
Date: Mon Oct 26 22:31:06 2009
New Revision: 7983
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7983
Log:
* Standards-Version: 3.8.3
* COMPAT=5
* Taken from Ubuntu:
- Added ${misc:Depends}
- Added gcc-4.4 fix from Alfonso Cepeda Caballos
- Added Section field
- Added README.source
Added:
general/libmdsp/trunk/debian/README.source
general/libmdsp/trunk/debian/compat
general/libmdsp/trunk/debian/patches/02_strndup-fix.dpatch
Modified:
general/libmdsp/trunk/debian/changelog
general/libmdsp/trunk/debian/control
general/libmdsp/trunk/debian/copyright
general/libmdsp/trunk/debian/patches/00list
general/libmdsp/trunk/debian/rules
Added: general/libmdsp/trunk/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libmdsp/trunk/debian/README.source?rev=7983&op=file
==============================================================================
--- general/libmdsp/trunk/debian/README.source (added)
+++ general/libmdsp/trunk/debian/README.source Mon Oct 26 22:31:06 2009
@@ -1,0 +1,7 @@
+This package uses the dpatch system to save and apply patches to the
+upstream source code of the software that is packaged. For details
+about how to use dpatch read
+
+ /usr/share/doc/dpatch/README.source.gz
+
+from the dpatch package.
Modified: general/libmdsp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libmdsp/trunk/debian/changelog?rev=7983&op=diff
==============================================================================
--- general/libmdsp/trunk/debian/changelog (original)
+++ general/libmdsp/trunk/debian/changelog Mon Oct 26 22:31:06 2009
@@ -1,3 +1,15 @@
+libmdsp (0.11-9) unstable; urgency=low
+
+ * Standards-Version: 3.8.3
+ * COMPAT=5
+ * Taken from Ubuntu:
+ - Added ${misc:Depends}
+ - Added gcc-4.4 fix from Alfonso Cepeda Caballos
+ - Added Section field
+ - Added README.source
+
+ -- Tobias Grimm <etobi at debian.org> Mon, 26 Oct 2009 23:15:38 +0100
+
libmdsp (0.11-8) unstable; urgency=low
* Bumped Standards-Version to 3.7.2
Added: general/libmdsp/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libmdsp/trunk/debian/compat?rev=7983&op=file
==============================================================================
--- general/libmdsp/trunk/debian/compat (added)
+++ general/libmdsp/trunk/debian/compat Mon Oct 26 22:31:06 2009
@@ -1,0 +1,1 @@
+5
Modified: general/libmdsp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libmdsp/trunk/debian/control?rev=7983&op=diff
==============================================================================
--- general/libmdsp/trunk/debian/control (original)
+++ general/libmdsp/trunk/debian/control Mon Oct 26 22:31:06 2009
@@ -1,13 +1,15 @@
Source: libmdsp
Priority: optional
+Section: devel
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
-Uploaders: Tobias Grimm <tg at e-tobi.net>, Thomas Schmidt <tschmidt at debian.org>
-Build-Depends: debhelper (>> 4.1.16), dpatch
-Standards-Version: 3.7.2
+Uploaders: Tobias Grimm <etobi at debian.org>, Thomas Schmidt <tschmidt at debian.org>
+Build-Depends: debhelper (>= 5), dpatch
+Standards-Version: 3.8.3
Package: libmdsp-dev
Section: devel
Architecture: any
+Depends: ${misc:Depends}
Description: METAR Decoder Software Package Library development files
METAR (Meteorological Aviation Routine Weather Report) is the standard fornat
for reporting meterological conditions. The MDSP Library provides a programmer
Modified: general/libmdsp/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libmdsp/trunk/debian/copyright?rev=7983&op=diff
==============================================================================
--- general/libmdsp/trunk/debian/copyright (original)
+++ general/libmdsp/trunk/debian/copyright Mon Oct 26 22:31:06 2009
@@ -11,5 +11,9 @@
Copyright:
+ Copyright (C) 2003 Eric McCarthy
+
+License:
+
It may be redistributed under the terms of the GNU LGPL
found on Debian systems in the file /usr/share/common-licenses/LGPL .
Modified: general/libmdsp/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libmdsp/trunk/debian/patches/00list?rev=7983&op=diff
==============================================================================
--- general/libmdsp/trunk/debian/patches/00list (original)
+++ general/libmdsp/trunk/debian/patches/00list Mon Oct 26 22:31:06 2009
@@ -1,1 +1,2 @@
01_Makefile-fPIC-fix
+02_strndup-fix
Added: general/libmdsp/trunk/debian/patches/02_strndup-fix.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libmdsp/trunk/debian/patches/02_strndup-fix.dpatch?rev=7983&op=file
==============================================================================
--- general/libmdsp/trunk/debian/patches/02_strndup-fix.dpatch (added)
+++ general/libmdsp/trunk/debian/patches/02_strndup-fix.dpatch Mon Oct 26 22:31:06 2009
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_strndup-fix.dpatch by Alfonso Cepeda Caballos <cepeda at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad libmdsp-0.11~/src/local.h libmdsp-0.11/src/local.h
+--- libmdsp-0.11~/src/local.h 2003-12-10 22:30:56.000000000 +0100
++++ libmdsp-0.11/src/local.h 2009-09-20 11:18:38.000000000 +0200
+@@ -1175,7 +1175,7 @@
+ char *strupr(char *);
+ char *strlwr(char *);
+ /* char *strdup(char *); */
+-char *strndup(char *, int);
++/* char *strndup(char *, int); */
+ int strcmpi(char *, char *);
+
+ /* void *memccpy(void *, void *, int, unsigned); */
Modified: general/libmdsp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libmdsp/trunk/debian/rules?rev=7983&op=diff
==============================================================================
--- general/libmdsp/trunk/debian/rules (original)
+++ general/libmdsp/trunk/debian/rules Mon Oct 26 22:31:06 2009
@@ -4,9 +4,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
# include dpatch stuff
include /usr/share/dpatch/dpatch.make
@@ -52,7 +49,7 @@
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) clean
+ $(MAKE) clean
rm -f libmetar.a
More information about the pkg-vdr-dvb-changes
mailing list