From abfdaa3956fccd2f4a992fc4d0d112d3c6fe9270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 6 Aug 2014 18:25:06 +0200 Subject: Initial import of uriparser version 0.8.0.1 --- debian/changelog | 101 ++++++++++++++++++++++++++++++++++++++++ debian/compat | 1 + debian/control | 40 ++++++++++++++++ debian/copyright | 83 +++++++++++++++++++++++++++++++++ debian/liburiparser-dev.install | 2 + debian/liburiparser-dev.links | 1 + debian/liburiparser1.install | 1 + debian/liburiparser1.symbols | 100 +++++++++++++++++++++++++++++++++++++++ debian/rules | 32 +++++++++++++ debian/source/format | 1 + debian/source/options | 2 + debian/watch | 2 + 12 files changed, 366 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/liburiparser-dev.install create mode 100644 debian/liburiparser-dev.links create mode 100644 debian/liburiparser1.install create mode 100644 debian/liburiparser1.symbols create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/source/options create mode 100644 debian/watch (limited to 'debian') diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..3d7a7f4 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,101 @@ +uriparser (0.8.0.1-1) unstable; urgency=medium + + * New Maintainer (Closes: #754473). + * New upstream release (Closes: #668244). + - Remove nonfree items from source (Closes: #753833): + + doc/rfc3513.htm. + + doc/rfc3986.htm. + + doc/rfc3986_grammar_only.txt. + + Remove debian/prune-tarball.sh. + + Remove debian/README.Debian-source. + * debian/control: + - Set myself as maintainer. + - Bump Standards-Version to 3.9.5 (no changes required). + - Update Build-Depends: + + Add dh-autoreconf for update Build Environment (Closes: #727517). + - Change description of liburiparser1 (Closes: #552993). + - For previously not existing Vcs + + Create a new git repository on alioth. + + Add the Fields Vcs-Browser and Vcs-Git. + * Change debian/compat to 9 (no changes required). + * Add debian/source/options: + - Set compression to xz & compression-level to 9 to save space. + * debian/rules: + - Enable hardening. + * debian/copyright: + - Rewrite into machine-readable format. + - Add myself to the list of authors for debian/*. + - Update copyright years for 2014. + + -- Jörg Frings-Fürst Wed, 30 Jul 2014 06:47:55 +0200 + +uriparser (0.8.0+dfsg-1) UNRELEASED; urgency=medium + + * Change debian/watch + - change upstream tarball to all filetypes. + * remove debian/rules.old + + -- Jörg Frings-Fürst Sat, 12 Jul 2014 05:09:11 +0200 + + +uriparser (0.7.5-1) unstable; urgency=low + + * New upstream release. + * New maintainer. (Closes: #544633) + * Use more minimalistic approach to rules using debhelper 7. + * Add --disable-test to configure because cpptest-1.1.0 isn't packaged yet. + * Add --disable-doc to configure to prevent generation of api docs. + * Switch to dpkg-source 3.0 (quilt) format + * Update *.install files to more inclusive of files to install. + * Re-enable watch file, as it seems to work just fine with uscan. + + -- Taylor LeMasurier-Wren Sat, 15 May 2010 13:47:20 -0500 + +uriparser (0.7.4-2) unstable; urgency=low + + * Bump to Standards-Version 3.8.2. + * Set maintainer to Debian QA Group. + + -- Clint Adams Sat, 01 Aug 2009 01:12:33 -0400 + +uriparser (0.7.4-1) unstable; urgency=low + + * New upstream release. closes: #493073. + * Add myself to Uploaders. + * Bump to Standards-Version 3.8.0. + * debian/prune-tarball.sh: also remove RFC1866. + + -- Clint Adams Sat, 14 Feb 2009 10:36:07 -0500 + +uriparser (0.6.4-1) unstable; urgency=low + + * New upstream release. + * Bump Standard-Versions to 3.7.3 (no changes needed). + + -- Adeodato Simó Sun, 09 Mar 2008 11:54:35 +0100 + +uriparser (0.6.3-1) unstable; urgency=low + + * New upstream release. + + -- Adeodato Simó Mon, 11 Feb 2008 19:48:38 +0100 + +uriparser (0.6.1-1) unstable; urgency=low + + * New upstream version. + + * Add a watch file. + + * Convert debian/liburiparser1.symbols to be a dpkg-gensymbols file. + SymbolFile.pm blacklists arch-specific symbols, so this closes: #448959. + + -- Adeodato Simó Wed, 26 Dec 2007 18:42:29 +0100 + +uriparser (0.6.0-1) unstable; urgency=low + + * Initial release. (Closes: #443222) + + * Include in the .diff.gz hunks to allow building in a separate tree. + This will be fixed in the next upstream release. + + -- Adeodato Simó Wed, 19 Sep 2007 21:07:20 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f24f906 --- /dev/null +++ b/debian/control @@ -0,0 +1,40 @@ +Source: uriparser +Section: libs +Priority: optional +Maintainer: Jörg Frings-Fürst +Build-Depends: + debhelper (>= 9), + dh-autoreconf +Standards-Version: 3.9.5 +Homepage: http://uriparser.sourceforge.net +Vcs-Git: git://anonscm.debian.org/collab-maint/uriparser.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/uriparser.git + +Package: liburiparser1 +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: URI parsing library compliant with RFC 3986 + uriparser is a library that parses Uniform Resource Identifiers (URIs), + strictly adhering to RFC 3986 where syntax for URIs is defined. URIs + are used to identify resources, like http://www.debian.org/ or + urn:isbn:0-395-36341-1. + . + uriparser has the following features: + . + * strictly compliant to RFC 3986, implementing: + + parsing + + reference resolution + + reference creation + + recomposition + + syntax-based normalization + * fast (linear input length time complexity) + * unicode support + +Package: liburiparser-dev +Architecture: any +Section: libdevel +Depends: liburiparser1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} +Description: development files for uriparser + This package provides the development files for uriparser, a library to parse + Uniform Resource Identifiers (URIs). Install it if you want to compile a + program that makes use of this library. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..05a3edf --- /dev/null +++ b/debian/copyright @@ -0,0 +1,83 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: uriparser +Source: http://uriparser.sourceforge.net + +Files: * +Copyright: 2007 Weijia Song + 2008 Michael Anthony Puls II + 2007-2014 Sebastian Pipping + 2013 Radu Hociung +License: BSD-3-clause + +License: BSD-3-clause + All rights reserved. + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + + +Files: test/* +Copyright: 2007 Weijia Song + 2007 Sebastian Pipping +License: LGPL-2.1+ + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-2.1' + + +Files: debian/* +Copyright: 2014 Jörg Frings-Fürst +License: GPL-3.0+ + +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + diff --git a/debian/liburiparser-dev.install b/debian/liburiparser-dev.install new file mode 100644 index 0000000..fbbe2f0 --- /dev/null +++ b/debian/liburiparser-dev.install @@ -0,0 +1,2 @@ +usr/include +usr/lib/pkgconfig/* diff --git a/debian/liburiparser-dev.links b/debian/liburiparser-dev.links new file mode 100644 index 0000000..1be9ad8 --- /dev/null +++ b/debian/liburiparser-dev.links @@ -0,0 +1 @@ +usr/lib/liburiparser.so.1.0.16 usr/lib/liburiparser.so \ No newline at end of file diff --git a/debian/liburiparser1.install b/debian/liburiparser1.install new file mode 100644 index 0000000..093956b --- /dev/null +++ b/debian/liburiparser1.install @@ -0,0 +1 @@ +usr/lib/*.so.* diff --git a/debian/liburiparser1.symbols b/debian/liburiparser1.symbols new file mode 100644 index 0000000..96e2a67 --- /dev/null +++ b/debian/liburiparser1.symbols @@ -0,0 +1,100 @@ +liburiparser.so.1 liburiparser1 #MINVER# + uriAddBaseUriA@Base 0.6.0 + uriAddBaseUriW@Base 0.6.0 + uriComposeQueryA@Base 0.7.2 + uriComposeQueryCharsRequiredA@Base 0.7.2 + uriComposeQueryCharsRequiredExA@Base 0.7.2 + uriComposeQueryCharsRequiredExW@Base 0.7.2 + uriComposeQueryCharsRequiredW@Base 0.7.2 + uriComposeQueryExA@Base 0.7.2 + uriComposeQueryExW@Base 0.7.2 + uriComposeQueryMallocA@Base 0.7.2 + uriComposeQueryMallocExA@Base 0.7.2 + uriComposeQueryMallocExW@Base 0.7.2 + uriComposeQueryMallocW@Base 0.7.2 + uriComposeQueryW@Base 0.7.2 + uriConstParentA@Base 0.6.0 + uriConstParentW@Base 0.6.0 + uriConstPwdA@Base 0.6.0 + uriConstPwdW@Base 0.6.0 + uriCopyAuthorityA@Base 0.6.0 + uriCopyAuthorityW@Base 0.6.0 + uriCopyPathA@Base 0.6.0 + uriCopyPathW@Base 0.6.0 + uriDissectQueryMallocA@Base 0.7.2 + uriDissectQueryMallocExA@Base 0.7.2 + uriDissectQueryMallocExW@Base 0.7.2 + uriDissectQueryMallocW@Base 0.7.2 + uriEqualsUriA@Base 0.6.0 + uriEqualsUriW@Base 0.6.0 + uriEscapeA@Base 0.6.0 + uriEscapeExA@Base 0.6.0 + uriEscapeExW@Base 0.6.0 + uriEscapeW@Base 0.6.0 + uriFixAmbiguityA@Base 0.6.0 + uriFixAmbiguityW@Base 0.6.0 + uriFixEmptyTrailSegmentA@Base 0.7.2 + uriFixEmptyTrailSegmentW@Base 0.7.2 + uriFreeQueryListA@Base 0.7.2 + uriFreeQueryListW@Base 0.7.2 + uriFreeUriMembersA@Base 0.6.0 + uriFreeUriMembersW@Base 0.6.0 + uriGetOctetValue@Base 0.6.0 + uriHexToLetterA@Base 0.6.0 + uriHexToLetterExA@Base 0.7.4 + uriHexToLetterExW@Base 0.7.4 + uriHexToLetterW@Base 0.6.0 + uriHexdigToIntA@Base 0.6.0 + uriHexdigToIntW@Base 0.6.0 + uriIsHostSetA@Base 0.6.0 + uriIsHostSetW@Base 0.6.0 + uriIsUnreserved@Base 0.6.0 + uriNormalizeSyntaxA@Base 0.6.0 + uriNormalizeSyntaxExA@Base 0.6.0 + uriNormalizeSyntaxExW@Base 0.6.0 + uriNormalizeSyntaxMaskRequiredA@Base 0.6.0 + uriNormalizeSyntaxMaskRequiredW@Base 0.6.0 + uriNormalizeSyntaxW@Base 0.6.0 + uriParseIpFourAddressA@Base 0.6.0 + uriParseIpFourAddressW@Base 0.6.0 + uriParseUriA@Base 0.6.0 + uriParseUriExA@Base 0.6.0 + uriParseUriExW@Base 0.6.0 + uriParseUriW@Base 0.6.0 + uriPushToStack@Base 0.6.0 + uriRemoveBaseUriA@Base 0.6.0 + uriRemoveBaseUriImplA@Base 0.7.2 + uriRemoveBaseUriImplW@Base 0.7.2 + uriRemoveBaseUriW@Base 0.6.0 + uriRemoveDotSegmentsA@Base 0.6.0 + uriRemoveDotSegmentsAbsoluteA@Base 0.6.4 + uriRemoveDotSegmentsAbsoluteW@Base 0.6.4 + uriRemoveDotSegmentsExA@Base 0.7.4 + uriRemoveDotSegmentsExW@Base 0.7.4 + uriRemoveDotSegmentsW@Base 0.6.0 + uriResetUriA@Base 0.6.0 + uriResetUriW@Base 0.6.0 + uriSafeToPointToA@Base 0.6.0 + uriSafeToPointToW@Base 0.6.0 + uriStackToOctet@Base 0.6.0 + uriToStringA@Base 0.6.0 + uriToStringCharsRequiredA@Base 0.6.0 + uriToStringCharsRequiredW@Base 0.6.0 + uriToStringW@Base 0.6.0 + uriUnescapeInPlaceA@Base 0.6.0 + uriUnescapeInPlaceExA@Base 0.6.0 + uriUnescapeInPlaceExW@Base 0.6.0 + uriUnescapeInPlaceW@Base 0.6.0 + uriUnixFilenameToUriStringA@Base 0.6.0 + uriUnixFilenameToUriStringW@Base 0.6.0 + uriUriStringToUnixFilenameA@Base 0.6.0 + uriUriStringToUnixFilenameW@Base 0.6.0 + uriUriStringToWindowsFilenameA@Base 0.6.0 + uriUriStringToWindowsFilenameW@Base 0.6.0 + uriWindowsFilenameToUriStringA@Base 0.6.0 + uriWindowsFilenameToUriStringW@Base 0.6.0 + uriWriteQuadToDoubleByte@Base 0.6.0 + uri_TESTING_ONLY_ParseIpFourA@Base 0.6.0 + uri_TESTING_ONLY_ParseIpFourW@Base 0.6.0 + uri_TESTING_ONLY_ParseIpSixA@Base 0.6.0 + uri_TESTING_ONLY_ParseIpSixW@Base 0.6.0 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..5760ca0 --- /dev/null +++ b/debian/rules @@ -0,0 +1,32 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 +export DH_OPTIONS + +# +# Hardening +# +export DEB_BUILD_HARDENING=1 + +# Configure arguments + +confflags = --prefix=/usr --disable-test --disable-doc + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +confflags += --build $(DEB_BUILD_GNU_TYPE) + +# Only specify --host when cross-compiling +ifneq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) + confflags += --host $(DEB_HOST_GNU_TYPE) +endif + +### + + +%: + dh $@ + +override_dh_auto_configure: + ./configure $(confflags) diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..22a4de9 --- /dev/null +++ b/debian/source/options @@ -0,0 +1,2 @@ +compression = xz +compression-level = 9 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..74e6e7b --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/uriparser/uriparser-(.*)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- cgit v1.2.3