[Pkg-jed-commit] [SCM] slcfitsio branch, master, updated. dd725d59823c2ae0fb8d6255613964dfa1e46db3

Rafael Laboissiere rafael at debian.org
Sun Apr 26 10:03:14 UTC 2009


The following commit has been merged in the master branch:
commit dff98301a491e6515f59f3d68e72803473393df2
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun Apr 26 11:58:04 2009 +0200

    Comply with Standards-Version 3.8.1

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..adacd35
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+README.source for slcfitsio
+===========================
+
+The original upstream tarball for version 0.3.8 contained a spurious
+.svn directory, which has been removed.  Hence the package version
+number in Debian contains the "+nosvn" string.
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sun, 26 Apr 2009 11:59:09 +0200
+
diff --git a/debian/changelog b/debian/changelog
index 06fef35..98a8331 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,11 @@ slcfitsio (0.3.8+nosvn-3) UNRELEASED; urgency=low
     + The package is now maintained with Git at alioth.debian.org.  Add
       Vcs-Git field and change Vcs-Browser accordingly.
     + Fix Lintian warning debhelper-but-no-misc-depends
+    + Bump Standards-Version to 3.8.1 (add debian/README.source file
+      explaining the stripping of the .svn directory from the pristine
+      tarball)
+  * debian/orig-tar.sh: Add script for building the Debian "upstream"
+    tarball
   * debian/rules: Use debian/clean instead of manually cleaning files
   * debian/compat, debian/control: Bump build-dependency on debhelper to
     >= 7.0.0, otherwise debian/clean is moot
diff --git a/debian/control b/debian/control
index 4d0251a..5dfd808 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian JED Group <pkg-jed-sl-modules at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
 Build-Depends: debhelper (>= 7.0.0), libslang2-dev, libcfitsio3-dev, cdbs, slsh
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://space.mit.edu/cxc/software/slang/modules/cfitsio/
 Vcs-Git: git://git.debian.org/git/pkg-jed/slcfitsio.git
 Vcs-Browser: http://git.debian.org/?p=pkg-jed/slcfitsio.git
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
new file mode 100644
index 0000000..f0d8c25
--- /dev/null
+++ b/debian/orig-tar.sh
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+PKG=slcfitsio
+DIR=$PKG-$2
+TAR=../${PKG}_$2+nosvn.orig.tar.gz
+
+# clean up the upstream tarball
+tar xfz $3
+rm -rf $DIR/.svn
+tar cfz $TAR $DIR
+rm -rf $DIR
diff --git a/debian/watch b/debian/watch
index 1c13db4..5d5a994 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
 version=3
 opts=dversionmangle=s/\+nosvn// \
-	http://space.mit.edu/CXC/software/slang/modules/cfitsio/src/slcfitsio-([a-z\d\.]+)\.tar\.gz
+	http://space.mit.edu/CXC/software/slang/modules/cfitsio/src/slcfitsio-([a-z\d\.]+)\.tar\.gz \
+	debian /bin/sh debian/orig-tar.sh

-- 
slcfitsio



More information about the Pkg-jed-commit mailing list