From a607199d302b43cddffae74e7effe0c3b0467e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 1 Oct 2017 13:44:01 +0200 Subject: Move repack to opyright Files-Excluded --- debian/changelog | 5 +++-- debian/repack.sh | 50 -------------------------------------------------- debian/watch | 1 - 3 files changed, 3 insertions(+), 53 deletions(-) delete mode 100755 debian/repack.sh diff --git a/debian/changelog b/debian/changelog index 1d69496..603b3ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -scons-doc (3.0.0+repack-1) UNRELEASED; urgency=medium +scons-doc (3.0.0+repack-1) unstable; urgency=medium * New upstream release. - Refresh patches: @@ -7,8 +7,9 @@ scons-doc (3.0.0+repack-1) UNRELEASED; urgency=medium * Declare compliance with Debian Policy 4.1.0. (No changes needed). * debian/copyright: - Add year 2017. + - Move unwanted files frem repack.sh into copyright Files-Excluded. - -- Jörg Frings-Fürst Thu, 28 Sep 2017 12:19:45 +0200 + -- Jörg Frings-Fürst Sun, 01 Oct 2017 13:43:25 +0200 scons-doc (2.5.1+repack-1) unstable; urgency=medium diff --git a/debian/repack.sh b/debian/repack.sh deleted file mode 100755 index 233dea5..0000000 --- a/debian/repack.sh +++ /dev/null @@ -1,50 +0,0 @@ -#!/bin/sh -e -# Repackaging script to be called by Uscan - -echo "Repackaging ..." -TMP="../" -PKG="`dpkg-parsechangelog|sed 's/^Source: //p;d'`_$2+repack.orig" - - -echo "Extracting tarball ..." -tar xzf "$3" -C "$TMP" -cd "$TMP" - -echo "Rename source dir" -#ls -l -mv scons-src-$2 scons-doc-$2 - -echo "Removing unwanted stuff ..." -cd scons-doc-$2 -#mv scons-src-$2 scons-doc-$2 -#cd scons-doc-$2 -ls -l -rm -rf HOWTO -rm -rf debian -rm -rf bench -rm -rf examples -rm -rf gentoo -rm -rf rpm -rm -rf template -rm -rf test -rm -rf testing -rm -rf timings -rm -rf .hgtags -rm -rf *-local -rm -rf ReleaseConfig -rm -rf runtest.py -ls -l -#cd .. - -echo "Creating repack tarball ..." -tar -caf "../scons-doc_$2+repack.orig.tar.xz" * - -cd .. -echo "Clean tmp dir ..." -rm -rf scons-doc-$2 - -echo "Clean uscan files ..." -rm -rf scons-src-2.3.5.tar.gz -rm -rf scons-doc_2.3.5.orig.tar.gz - -echo "Repackaged tarball created" diff --git a/debian/watch b/debian/watch index 3f0e004..0208447 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,3 @@ version=4 opts=dversionmangle=s/\+repack(.*)// \ http://sf.net/scons/scons-src-(\d\S*)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -# debian debian/repack.sh -- cgit v1.2.3 From fabd454ddf505302bf41ef4da0609437c29d5605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 1 Oct 2017 16:09:28 +0200 Subject: Some typos at d/changelog --- debian/changelog | 3 ++- debian/files | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 debian/files diff --git a/debian/changelog b/debian/changelog index 603b3ae..57ba688 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,8 @@ scons-doc (3.0.0+repack-1) unstable; urgency=medium * Declare compliance with Debian Policy 4.1.0. (No changes needed). * debian/copyright: - Add year 2017. - - Move unwanted files frem repack.sh into copyright Files-Excluded. + - Move the repack without unwanted files from repack.sh into + copyright Files-Excluded. -- Jörg Frings-Fürst Sun, 01 Oct 2017 13:43:25 +0200 diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..d209510 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +scons-doc_3.0.0+repack-1_source.buildinfo doc optional -- cgit v1.2.3