[med-svn] [libpll] 05/05: remove unneeded debian/get-orig-source

Andreas Tille tille at debian.org
Wed May 17 14:43:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to tag debian/0.3.1-1
in repository libpll.

commit 7e6e0b23e14dfd87641e0ece525b118a2f838f05
Author: Andreas Tille <tille at debian.org>
Date:   Wed May 17 16:39:56 2017 +0200

    remove unneeded debian/get-orig-source
---
 debian/changelog       |  7 ++++---
 debian/get-orig-source | 35 -----------------------------------
 2 files changed, 4 insertions(+), 38 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 67d2e98..fff1cf0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libpll (0.3.1-1) UNRELEASED; urgency=medium
+libpll (0.3.1-1) unstable; urgency=medium
 
-  * new upstream version incorporating all patches.
+  * new upstream version incorporating all patches
+  * remove unneeded debian/get-orig-source
 
- -- Andreas Tille <tille at debian.org>  Wed, 17 May 2017 16:35:45 +0200
+ -- Andreas Tille <tille at debian.org>  Wed, 17 May 2017 16:39:48 +0200
 
 libpll (0.3.0-3) unstable; urgency=medium
 
diff --git a/debian/get-orig-source b/debian/get-orig-source
deleted file mode 100755
index c14fe33..0000000
--- a/debian/get-orig-source
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/sh -e
-
-COMPRESS=xz
-
-NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-DVERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed -e 's/^[0-9]*://' -e 's/-.*//'`
-MVERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed -e 's/+ds1//' -e '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/xflouris/libpll
-cd $NAME
-VERSION=${MVERSION}+`date -d @$(git show --format="%at" | head -n1) +%Y%m%d`
-
-if [ "$DVERSION" = "$VERSION" ] ; then
-  echo "No newer upstream version than $DVERSION available."
-  cd ..
-  rm -rf ${NAME}
-  exit
-fi
-
-# for esthetical reasons set file timestamps (if git-restore-mtime is installed)
-git restore-mtime 2>/dev/null || true
-cd ..
-TARDIR=${NAME}-${VERSION}
-mv ${NAME} ${TARDIR}
-rm -rf ${TARDIR}/.git
-rm -f ${TARDIR}/jars/*
-rm -rf ${TARDIR}/m4
-
-GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf "$NAME"_"$VERSION".orig.tar.${COMPRESS} "${TARDIR}"
-rm -rf ${TARDIR}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libpll.git



More information about the debian-med-commit mailing list