~ubuntu-branches/ubuntu/trusty/libupnp4/trusty

« back to all changes in this revision

Viewing changes to debian/patches/00-svn-version.patch

  • Committer: Bazaar Package Importer
  • Author(s): Nick Leverton
  • Date: 2010-03-08 18:26:14 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100308182614-y3j47t5ddhrza6be
Tags: 1.8.0~svn20090313-1
* ACK NMU (thanks to gregor herrmann and Stefan Potyra).
* Pull from svn, see upstream changes.gz for details
  (Closes: #492160, FTBFS on GNU/kFreeBSD, thanks to Petr Salinger).
* Update Sections and general Policy to 3.8.4
* Use debhelper 7 dh instead of dbs
* Generate and update symbols file
* Rename libs to libupnp4, libixml4 and libthreadutil4, to allow
  co-installing libupnp3 and libupnp4.
* New patch 04-string-access-functions.patch: add _strget_ accessors
  to API, to avoid remembering to call UpnpString_get_String in clients.
* New patch 05-const-tidyup.patch for a few constness fixes.
* Upstream patch 06-patch-statevar-query.patch for missing CRNL.
* New patch 07-neaten-debug.patch to improve debug readability
* New patch 08-renewals-sid.patch to fix autorenewals.
* New patch 09-update-doc.patch to generate up to date -doc package.
* New patch 10-upnpinit-ntoa.patch to replace inet_ntoa by inet_ntop.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Building from svn, update the configure.ac version number.
 
2
From: Nick Leverton <nick@leverton.org>
 
3
 
 
4
Index: libupnp4-1.8.0~svn20090313/configure.ac
 
5
===================================================================
 
6
--- libupnp4-1.8.0~svn20090313.orig/configure.ac        2010-03-01 22:01:18.000000000 +0000
 
7
+++ libupnp4-1.8.0~svn20090313/configure.ac     2010-03-01 22:01:36.000000000 +0000
 
8
@@ -9,7 +9,7 @@
 
9
 
 
10
 AC_PREREQ(2.60)
 
11
 
 
12
-AC_INIT([libupnp], [1.8.0], [mroberto@users.sourceforge.net])
 
13
+AC_INIT([libupnp], [1.8.0~svn20090313], [mroberto@users.sourceforge.net])
 
14
 dnl ############################################################################
 
15
 dnl # *Independently* of the above libupnp package version, the libtool version
 
16
 dnl # of the 3 libraries need to be updated whenever there is a change released: