[Git][debian-gis-team/pylibtiff][master] 2 commits: Drop obsolete get-orig-source script

Antonio Valentino gitlab at salsa.debian.org
Sun Jul 21 22:58:28 BST 2019



Antonio Valentino pushed to branch master at Debian GIS Project / pylibtiff


Commits:
d2f137f8 by Antonio Valentino at 2019-07-21T21:56:11Z
Drop obsolete get-orig-source script

- - - - -
821704ee by Antonio Valentino at 2019-07-21T21:57:06Z
Set compat to 12

- - - - -


5 changed files:

- debian/changelog
- debian/compat
- debian/control
- − debian/get-orig-source
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+pylibtiff (0.4.2-7) UNRELEASED; urgency=medium
+
+  * Drop obsolete get-orig-source script.
+  * Set compat to 12.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 21 Jul 2019 23:55:32 +0200
+
 pylibtiff (0.4.2-6) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-11
+12


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
 Section: python
 Priority: optional
 Testsuite: autopkgtest-pkg-python
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper (>= 12),
                dh-python,
                libtiff-dev,
                python3-all-dev,


=====================================
debian/get-orig-source deleted
=====================================
@@ -1,25 +0,0 @@
-#!/bin/sh -e
-
-COMPRESS=xz
-
-NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-MVERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 's/^\([0-9\.]\+\)[+~][-0-9]\+$/\1/'`
-
-mkdir -p ../tarballs
-cd ../tarballs
-# need to clean up the tarballs dir first because upstream tarball might
-# contain a directory with unpredictable name
-rm -rf *
-git clone --quiet https://github.com/pearu/pylibtiff
-cd $NAME
-VERSION=${MVERSION}+`date -d @$(git show --format="%at" | head -n1) +%Y%m%d`
-# for esthetical reasons set file timestamps (if git-restore-mtime is installed)
-git restore-mtime || true
-cd ..
-TARDIR=${NAME}-${VERSION}
-mv ${NAME} ${TARDIR}
-rm -rf ${TARDIR}/.git
-rm -rf ${TARDIR}/libtiff/bitarray-*
-
-GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf "$NAME"_"$VERSION".orig.tar.${COMPRESS} "${TARDIR}"
-rm -rf ${TARDIR}


=====================================
debian/rules
=====================================
@@ -16,6 +16,3 @@ override_dh_auto_install:
 override_dh_python3:
 	dh_python3
 	dh_numpy3
-
-get-orig-source:
-	./debian/get-orig-source



View it on GitLab: https://salsa.debian.org/debian-gis-team/pylibtiff/compare/38b3f88f7001c9db16f4ff2e5152909e99d567c4...821704ee55cb5ee61b1043c01269aa66f581eb49

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pylibtiff/compare/38b3f88f7001c9db16f4ff2e5152909e99d567c4...821704ee55cb5ee61b1043c01269aa66f581eb49
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190721/7cd4ebf5/attachment-0001.html>


More information about the Pkg-grass-devel mailing list