./uriparser r19: uriparser (0.7.2-0exp1) experimental; urgency=low

Clint Adams schizo at debian.org
Fri Oct 10 21:10:33 UTC 2008


------------------------------------------------------------
revno: 19
committer: Clint Adams <schizo at debian.org>
branch nick: uriparser
timestamp: Fri 2008-10-10 17:10:33 -0400
message:
  uriparser (0.7.2-0exp1) experimental; urgency=low
  
    * New upstream release.
    * Add myself to Uploaders.
    * Bump to Standards-Version 3.8.0.
    * debian/prune-tarball.sh: also remove RFC1866.
modified:
  debian/changelog
  debian/control
  debian/liburiparser1.symbols
  debian/prune-tarball.sh
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-03-09 10:54:48 +0000
+++ b/debian/changelog	2008-10-10 21:10:33 +0000
@@ -1,3 +1,12 @@
+uriparser (0.7.2-0exp1) experimental; urgency=low
+
+  * New upstream release.
+  * Add myself to Uploaders.
+  * Bump to Standards-Version 3.8.0.
+  * debian/prune-tarball.sh: also remove RFC1866.
+
+ -- Clint Adams <schizo at debian.org>  Fri, 10 Oct 2008 16:49:41 -0400
+
 uriparser (0.6.4-1) unstable; urgency=low
 
   * New upstream release.

=== modified file 'debian/control'
--- a/debian/control	2008-03-09 10:54:48 +0000
+++ b/debian/control	2008-10-10 21:10:33 +0000
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Xiph.org Maintainers <pkg-xiph-maint at lists.alioth.debian.org>
 Build-Depends: autotools-dev, debhelper
-Standards-Version: 3.7.3
-Uploaders: Adeodato Sim? <dato at net.com.org.es>
+Standards-Version: 3.8.0
+Uploaders: Adeodato Sim? <dato at net.com.org.es>, Clint Adams <schizo at debian.org>
 Homepage: http://uriparser.sourceforge.net
 XS-VCS-Bzr: http://bzr.debian.org/bzr/pkg-xiph/uriparser
 

=== modified file 'debian/liburiparser1.symbols'
--- a/debian/liburiparser1.symbols	2008-03-09 10:55:08 +0000
+++ b/debian/liburiparser1.symbols	2008-10-10 21:10:33 +0000
@@ -1,6 +1,18 @@
 liburiparser.so.1 liburiparser1 #MINVER#
  uriAddBaseUriA at Base 0.6.0
  uriAddBaseUriW at Base 0.6.0
+ uriComposeQueryA at Base 0.7.2
+ uriComposeQueryCharsRequiredA at Base 0.7.2
+ uriComposeQueryCharsRequiredExA at Base 0.7.2
+ uriComposeQueryCharsRequiredExW at Base 0.7.2
+ uriComposeQueryCharsRequiredW at Base 0.7.2
+ uriComposeQueryExA at Base 0.7.2
+ uriComposeQueryExW at Base 0.7.2
+ uriComposeQueryMallocA at Base 0.7.2
+ uriComposeQueryMallocExA at Base 0.7.2
+ uriComposeQueryMallocExW at Base 0.7.2
+ uriComposeQueryMallocW at Base 0.7.2
+ uriComposeQueryW at Base 0.7.2
  uriConstParentA at Base 0.6.0
  uriConstParentW at Base 0.6.0
  uriConstPwdA at Base 0.6.0
@@ -9,6 +21,10 @@
  uriCopyAuthorityW at Base 0.6.0
  uriCopyPathA at Base 0.6.0
  uriCopyPathW at Base 0.6.0
+ uriDissectQueryMallocA at Base 0.7.2
+ uriDissectQueryMallocExA at Base 0.7.2
+ uriDissectQueryMallocExW at Base 0.7.2
+ uriDissectQueryMallocW at Base 0.7.2
  uriEqualsUriA at Base 0.6.0
  uriEqualsUriW at Base 0.6.0
  uriEscapeA at Base 0.6.0
@@ -17,6 +33,10 @@
  uriEscapeW at Base 0.6.0
  uriFixAmbiguityA at Base 0.6.0
  uriFixAmbiguityW at Base 0.6.0
+ uriFixEmptyTrailSegmentA at Base 0.7.2
+ uriFixEmptyTrailSegmentW at Base 0.7.2
+ uriFreeQueryListA at Base 0.7.2
+ uriFreeQueryListW at Base 0.7.2
  uriFreeUriMembersA at Base 0.6.0
  uriFreeUriMembersW at Base 0.6.0
  uriGetOctetValue at Base 0.6.0
@@ -41,6 +61,8 @@
  uriParseUriW at Base 0.6.0
  uriPushToStack at Base 0.6.0
  uriRemoveBaseUriA at Base 0.6.0
+ uriRemoveBaseUriImplA at Base 0.7.2
+ uriRemoveBaseUriImplW at Base 0.7.2
  uriRemoveBaseUriW at Base 0.6.0
  uriRemoveDotSegmentsA at Base 0.6.0
  uriRemoveDotSegmentsAbsoluteA at Base 0.6.4

=== modified file 'debian/prune-tarball.sh'
--- a/debian/prune-tarball.sh	2007-09-20 19:33:25 +0000
+++ b/debian/prune-tarball.sh	2008-10-10 21:10:33 +0000
@@ -12,7 +12,7 @@
 trap "rm -rf $TMP_DIR" 0
 
 tar xCf "$TMP_DIR" "$1"
-rm "$TMP_DIR"/*/doc/rfc{3986,3513}.htm
+rm "$TMP_DIR"/*/doc/rfc{3986,3513,1866}.htm
 rm "$TMP_DIR"/*/doc/rfc3986_grammar_only.txt
 
 (



More information about the pkg-xiph-commits mailing list