~ubuntu-branches/ubuntu/trusty/pcre3/trusty

« back to all changes in this revision

Viewing changes to debian/patches/soname.patch

  • Committer: Package Import Robot
  • Author(s): Mark Baker
  • Date: 2012-03-23 22:34:54 UTC
  • mfrom: (23.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120323223454-grhqqolk8a7x1h24
Tags: 1:8.30-4
* Reluctantly using an epoch, as it seems the funny version number with
  extra dots causes problems
* Bumped standard version to 3.9.3. No changes needed
* Converted to use new source format / quilt
* Put back obsolete pcre_info() API that upstream have dropped (Closes:
  #665300, #665356)
* Don't include pcregrep binary in debug package

Thanks to Elimar Riesebieter for the conversion to the new source format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: Mark Baker <mark@mnb.org.uk>
 
2
Description: Make sure the correct Debian soname is used. See README.Debian.
 
3
 
 
4
Index: pcre-8.30/configure
 
5
===================================================================
 
6
--- pcre-8.30.orig/configure    2012-02-04 13:55:43.000000000 +0100
 
7
+++ pcre-8.30/configure 2012-03-23 11:05:02.349695187 +0100
 
8
@@ -17086,13 +17086,13 @@
 
9
 # (Note: The libpcre*_version bits are m4 variables, assigned above)
 
10
 
 
11
 EXTRA_LIBPCRE_LDFLAGS="$EXTRA_LIBPCRE_LDFLAGS \
 
12
-                       $NO_UNDEFINED -version-info 1:0:0"
 
13
+                       $NO_UNDEFINED -version-info 16:1:13"
 
14
 
 
15
 EXTRA_LIBPCRE16_LDFLAGS="$EXTRA_LIBPCRE16_LDFLAGS \
 
16
-                       $NO_UNDEFINED -version-info 0:0:0"
 
17
+                       $NO_UNDEFINED -version-info 16:1:13"
 
18
 
 
19
 EXTRA_LIBPCREPOSIX_LDFLAGS="$EXTRA_LIBPCREPOSIX_LDFLAGS \
 
20
-                            $NO_UNDEFINED -version-info 0:0:0"
 
21
+                            $NO_UNDEFINED -version-info 16:1:13"
 
22
 
 
23
 EXTRA_LIBPCRECPP_LDFLAGS="$EXTRA_LIBPCRECPP_LDFLAGS \
 
24
                           $NO_UNDEFINED -version-info 0:0:0 \