[med-svn] r18618 - trunk/packages/plink/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Thu Jan 29 09:15:06 UTC 2015


Author: tille
Date: 2015-01-29 09:15:06 +0000 (Thu, 29 Jan 2015)
New Revision: 18618

Removed:
   trunk/packages/plink/trunk/debian/README.source
   trunk/packages/plink/trunk/debian/get-orig-source
Modified:
   trunk/packages/plink/trunk/debian/README.Debian
   trunk/packages/plink/trunk/debian/changelog
Log:
Remove unneeded files and upload to experimental (without creating a new upstream source tarball to simplify things)


Modified: trunk/packages/plink/trunk/debian/README.Debian
===================================================================
--- trunk/packages/plink/trunk/debian/README.Debian	2015-01-29 02:49:32 UTC (rev 18617)
+++ trunk/packages/plink/trunk/debian/README.Debian	2015-01-29 09:15:06 UTC (rev 18618)
@@ -49,5 +49,4 @@
 
 This makes sure that scripts you are using will find the correct plink executable.
 
- -- Andreas Tille <tille at debian.org>  Tue, 31 Mar 2009 22:28:25 +0200
  -- Dylan Aïssi <bob.dybian at gmail.com>  Thu, 22 Jan 2015 08:00:59 +0100

Deleted: trunk/packages/plink/trunk/debian/README.source
===================================================================
--- trunk/packages/plink/trunk/debian/README.source	2015-01-29 02:49:32 UTC (rev 18617)
+++ trunk/packages/plink/trunk/debian/README.source	2015-01-29 09:15:06 UTC (rev 18618)
@@ -1,16 +0,0 @@
-Upstream file deletion
-----------------------
-
-Mark of the ftpmasters has requested the gPLINK.jar to disappear.
-
-This removal will be automatically done if you are using the
-    debian/rules get-orig-source
-script to obtain the upstream tarball.
-
-
-Upstream source patching
-------------------------
-
-This packages uses the program ‘quilt’ to apply patch from the ‘debian/patches’
-directory. You can find instructions on how to use quilt in the following file:
-‘/usr/share/doc/quilt/README.source’.

Modified: trunk/packages/plink/trunk/debian/changelog
===================================================================
--- trunk/packages/plink/trunk/debian/changelog	2015-01-29 02:49:32 UTC (rev 18617)
+++ trunk/packages/plink/trunk/debian/changelog	2015-01-29 09:15:06 UTC (rev 18618)
@@ -1,9 +1,12 @@
-plink (1.07+dfsg-1) UNRELEASED; urgency=low
+plink (1.07-4) experimental; urgency=low
 
   [ Andreas Tille ]
   * debian/copyright: - Add Files-Excluded to document what was removed
     from original source
-  * debian/watch: Enable '+dfsg' suffix in Debian versions
+  * debian/watch: Enable '+dfsg' suffix in Debian versions for future
+    upstream version upgrades
+  * debian/README.source: removed since redundant
+  * debian/get-orig-source: removed since not needed any more
 
   [ Dylan Aïssi ]
   * Moved plink executable to usr/lib/debian-med/bin/plink (and symlinked

Deleted: trunk/packages/plink/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/plink/trunk/debian/get-orig-source	2015-01-29 02:49:32 UTC (rev 18617)
+++ trunk/packages/plink/trunk/debian/get-orig-source	2015-01-29 09:15:06 UTC (rev 18618)
@@ -1,32 +0,0 @@
-#!/bin/sh
-# script to download and repack source package
-# Repackaging is needed because original archive is in zip format
-# and moreover gPLINK.jar has to be stripped from the tarball because
-# it is a binary without source
-
-BUILDTARBALLDEPENDS="unzip"
-missingdepends=`dpkg -l ${BUILDTARBALLDEPENDS} ${BUILDDEPS} | \
-    grep -v -e "^ii" -e "^|" -e "^++" -e "^ " -e "^..[^[:space:]]" | \
-    sed 's/^[a-z][a-z][[:space:]]\+\([^[:space:]]\+\)[[:space:]]\+.*/\1/'`
-
-if [ "$missingdepends" != "" ] ; then
-    echo "Please install the following packages to rebuild the upstream source tarball:"
-    echo $missingdepends
-    exit -1
-fi
-
-PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-VERSION=`uscan --verbose --force-download | \
-    grep "Newest version on remote site is .* local version is .*" | \
-    head -n 1 | \
-    sed "s/Newest version on remote site is \([-0-9.]\+\),.*/\1/"`
-
-mkdir -p ../tarballs
-cd ../tarballs
-
-UPSTREAMDIR="${PKG}-${VERSION}-src"
-unzip ../"$UPSTREAMDIR".zip
-rm -f "$UPSTREAMDIR"/gPLINK.jar
-
-GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -czf "$PKG"_"$VERSION".orig.tar.gz "$UPSTREAMDIR"
-rm -rf "$UPSTREAMDIR"




More information about the debian-med-commit mailing list