[med-svn] [mobyle] 07/08: Remove get-orig-source
Andreas Tille
tille at debian.org
Fri May 20 21:22:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository mobyle.
commit 9ea55bfaf7e6cb1a7bfb594aa474150e03acf179
Author: Andreas Tille <tille at debian.org>
Date: Fri May 20 23:13:43 2016 +0200
Remove get-orig-source
---
debian/changelog | 2 +-
debian/get-orig-source | 36 ------------------------------------
debian/rules | 3 ---
3 files changed, 1 insertion(+), 40 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b57d0ed..df96ef9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ mobyle (1.5.5+dfsg-1) UNRELEASED; urgency=medium
* New upstream version
* Move packaging from SVN to Git
- * Use xz compression in watch file
+ * Use xz compression in watch file and remove get-orig-source
* cme fix dpkg-control
-- Andreas Tille <tille at debian.org> Fri, 20 May 2016 22:46:31 +0200
diff --git a/debian/get-orig-source b/debian/get-orig-source
deleted file mode 100755
index d4fc25b..0000000
--- a/debian/get-orig-source
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/bash
-
-set -e
-
-PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-VERSION=`uscan --verbose --force-download --no-symlink |
- grep "Newest version on remote site is .* local version is .*" |
- head -n 1 |
- sed "s/Newest version on remote site is \([a-z0-9.]\+\),.*/\1/"`
-
-mkdir -p ../tarballs
-
-cd ../tarballs
-
-UTAR="${PKG}-${VERSION}.tar.gz"
-mv ../${UTAR} .
-tar -xzf ${UTAR}
-
-mv Mobyle-${VERSION} $PKG-${VERSION}+dfsg.orig # .orig is requested by Developers Reference 3.4.4 §6.7.8.2
-
-cd $PKG-${VERSION}+dfsg.orig
-# remove license issue file
-rm Src/Mobyle/Test/Converter/DataSequences/sequence.SWISSPROT
-# remove unnecessary files, standard packages will be used
-rm Src/Portal/htdocs/MobylePortal/js/openid/jquery-1.3.2.min.js
-rm Src/Portal/htdocs/MobylePortal/js/scriptaculous.js
-rm Src/Portal/htdocs/MobylePortal/js/builder.js
-rm Src/Portal/htdocs/MobylePortal/js/effects.js
-rm Src/Portal/htdocs/MobylePortal/js/prototype-1.7.js
-rm -rf Src/Mobyle/Captcha/data/fonts/vera
-cd ..
-
-BZIP2="--best" tar -cjf ${PKG}_${VERSION}+dfsg.orig.tar.bz2 ${PKG}-${VERSION}+dfsg.orig
-rm -rf ${PKG}-${VERSION}+dfsg.orig
-
-rm ${UTAR}
diff --git a/debian/rules b/debian/rules
index 586efd6..16fe36f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,9 +9,6 @@
override_dh_auto_build:
# Nothing to do
-get-orig-source:
- bash debian/get-orig-source
-
clean:
dh clean --with python2
rm -f debian/common-install-stamp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mobyle.git
More information about the debian-med-commit
mailing list