This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libkml.
commit b5a1876626a6bd15d3c7325c7bc316f2577a3c0b Author: Bas Couwenberg <[email protected]> Date: Sat Jul 25 15:20:01 2015 +0200 Drop Files-Excluded from copyright & repacksuffix from watch file, third party sources no longer included. --- debian/README.source | 22 ---------------------- debian/changelog | 2 ++ debian/copyright | 4 ---- debian/get-orig-source | 1 - debian/watch | 21 +++------------------ 5 files changed, 5 insertions(+), 45 deletions(-) diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 0dd3f9f..0000000 --- a/debian/README.source +++ /dev/null @@ -1,22 +0,0 @@ -libkml for Debian ------------------ - -This package uses quilt to manage all modifications to the upstream -source. Changes are stored in the source package as diffs in -debian/patches and applied during the build. Please see: - - /usr/share/doc/quilt/README.source - -for more information on how to apply the patches, modify patches, or -remove a patch. - -The main difference among Google's tarball and Debian one is the -use of system libraries instead of the inner ones whenever possible. -Specifically the embedded uriparser is skipped and changed with -the system provided. The Boost library is currently so oldi (and weak) -that it is better using the internal one (which is not exposed). - -This is done by changing the Makefile.am automake set of scripts -and autoreconfiguring. Quilt is used to patch the build system and -dh-autoreconf to reconfigure it. - diff --git a/debian/changelog b/debian/changelog index 4326696..d89c4b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ libkml (1.3.0~r864+git20150723-0fa2f22-1) UNRELEASED; urgency=medium * Add libcurl-ssl-dev as alternative for libcurl-gnutls-dev build dependency. * Change upstream from google to libkml on GitHub. * New upstream git snapshot. + * Drop Files-Excluded from copyright & repacksuffix from watch file, + third party sources no longer included. -- Bas Couwenberg <[email protected]> Sat, 25 Jul 2015 15:16:12 +0200 diff --git a/debian/copyright b/debian/copyright index 0574cd6..69db9e4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,10 +2,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libkml Upstream-Contact: Rashad Kanavath <[email protected]> Source: https://github.com/libkml/libkml -Comment: The IETF RFCs are removed due to non-free restrictions. - Useless prebuilt Windows binaries are also removed. -Files-Excluded: third_party/uriparser-*/doc/rfc* - third_party/*.win32/* Files: * Copyright: 2008-2010, Google Inc. diff --git a/debian/get-orig-source b/debian/get-orig-source index 89c1139..4442bf7 100755 --- a/debian/get-orig-source +++ b/debian/get-orig-source @@ -19,4 +19,3 @@ VERSION="1.3.0~r864+git${DATE}-${COMMIT}" git archive --format=tar.gz --prefix=${PACKAGE}-${VERSION}/ -o ../${PACKAGE}_${VERSION}.orig.tar.gz ${BRANCH} -gunzip -c ../${PACKAGE}_${VERSION}.orig.tar.gz | tar --delete --wildcards -vf - ${PACKAGE}-${VERSION}/third_party/uriparser-\*/doc/rfc\* ${PACKAGE}-${VERSION}/third_party/\*.win32/\* | GZIP="--best --no-name" gzip -c > ../${PACKAGE}_${VERSION}+dfsg.orig.tar.gz diff --git a/debian/watch b/debian/watch index e6c8829..7724d86 100644 --- a/debian/watch +++ b/debian/watch @@ -1,22 +1,7 @@ version=3 - -# official tarball releases -# -#opts="dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/" \ -#https://code.google.com/p/libkml/downloads/list?can=1 \ -#(?:.*/)?(?:rel|v|libkml)[\-\_](\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) \ -#debian get-orig-source - -# subversion revisions -# -#opts="dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/^\d+$/1.3.0~r$&/" \ -#https://code.google.com/p/libkml/source/list \ -#(?:.*/)?detail\?r=(\d+) \ -#debian get-orig-source - -opts="dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ +opts=\ +dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\ -filenamemangle=s/(?:.*)?(?:rel|release|v)[\-\_]?(\d[\d\.]*)\.tar\.gz/libkml-$1.tar.gz/,\ -repacksuffix=+dfsg" \ +filenamemangle=s/(?:.*)?(?:rel|release|v)[\-\_]?(\d[\d\.]*)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/libkml-$1.$2/ \ https://github.com/libkml/libkml/releases \ (?:.*/)?(?:rel|release|v|libkml)[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libkml.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

