Author: tille Date: 2015-03-07 19:40:02 +0000 (Sat, 07 Mar 2015) New Revision: 18922
Modified: trunk/packages/pylibtiff/trunk/debian/changelog trunk/packages/pylibtiff/trunk/debian/control trunk/packages/pylibtiff/trunk/debian/get-orig-source Log: New upstream VCS commit Modified: trunk/packages/pylibtiff/trunk/debian/changelog =================================================================== --- trunk/packages/pylibtiff/trunk/debian/changelog 2015-03-07 08:00:23 UTC (rev 18921) +++ trunk/packages/pylibtiff/trunk/debian/changelog 2015-03-07 19:40:02 UTC (rev 18922) @@ -1,3 +1,11 @@ +pylibtiff (0.3.0~svn107-1) UNRELEASED; urgency=medium + + * New upstream VCS commit + * d/get-orig-source: use xz compression + * Mathieu declared to leave the team so I add myself as uploader + + -- Andreas Tille <[email protected]> Sat, 07 Mar 2015 20:36:33 +0100 + pylibtiff (0.3.0~svn78-3.1) unstable; urgency=low * Non-maintainer upload. Modified: trunk/packages/pylibtiff/trunk/debian/control =================================================================== --- trunk/packages/pylibtiff/trunk/debian/control 2015-03-07 08:00:23 UTC (rev 18921) +++ trunk/packages/pylibtiff/trunk/debian/control 2015-03-07 19:40:02 UTC (rev 18922) @@ -2,7 +2,7 @@ Priority: optional Section: python Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Mathieu Malaterre <[email protected]> +Uploaders: Andreas Tille <[email protected]> Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~), python-numpy, python-bitarray Standards-Version: 3.9.3 Homepage: http://code.google.com/p/pylibtiff/ Modified: trunk/packages/pylibtiff/trunk/debian/get-orig-source =================================================================== --- trunk/packages/pylibtiff/trunk/debian/get-orig-source 2015-03-07 08:00:23 UTC (rev 18921) +++ trunk/packages/pylibtiff/trunk/debian/get-orig-source 2015-03-07 19:40:02 UTC (rev 18922) @@ -14,7 +14,7 @@ if [ -z ${TARFILE}]; then -TARFILE=${PACKAGE}_${VERSION}.orig.tar.gz +TARFILE=${PACKAGE}_${VERSION}.orig.tar.xz fi FOLDER=${PACKAGE}-${VERSION} @@ -23,5 +23,6 @@ # remove convenient copy: rm -rf ${FOLDER}/libtiff/bitarray-0.3.5-numpy/ -GZIP="--best --no-name" tar czf ${TARFILE} ${FOLDER} +tar --owner=root --group=root --mode=a+rX --create --auto-compress --file ${TARFILE} ${FOLDER} + rm -rf ${FOLDER} _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
