[clp] 02/02: bump; prepare for unstable
Miles Lubin
mlubin-guest at moszumanska.debian.org
Thu Nov 28 04:48:48 UTC 2013
This is an automated email from the git hooks/post-receive script.
mlubin-guest pushed a commit to branch master
in repository clp.
commit c440a190a11c0ac4651f817a93a5f9b9d5e03808
Author: Miles Lubin <miles.lubin at gmail.com>
Date: Wed Nov 27 23:30:06 2013 -0500
bump; prepare for unstable
---
debian/changelog | 12 ++++++++----
debian/control | 2 +-
debian/copyright | 3 ---
debian/orig-tar.sh | 12 ------------
debian/watch | 4 ++--
5 files changed, 11 insertions(+), 22 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b9b8961..ef7830c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
-clp (1.15.3-3) experimental; urgency=low
+clp (1.15.5-1) unstable; urgency=low
- * Move manpage to coinor-clp.
- - Actually fixes #726720.
+ * Move manpage to coinor-clp (Closes: #729778)
+ - Also closes: #726720
+ * New upstream version.
+ * Switch to upstream's packager-friendly tarballs.
+ * Bump standards version (no changes needed).
+ * Upload to unstable for transition.
- -- Miles Lubin <miles.lubin at gmail.com> Sun, 20 Oct 2013 11:16:50 -0400
+ -- Miles Lubin <miles.lubin at gmail.com> Wed, 27 Nov 2013 23:22:19 -0500
clp (1.15.3-2) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 1c6145c..0131fe3 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: coinor-libcoinutils-dev (>= 2.9.4),
liblapack-dev,
pkg-config,
zlib1g-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/debian-science/packages/clp.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/clp.git
Homepage: https://projects.coin-or.org/Clp
diff --git a/debian/copyright b/debian/copyright
index 22fee73..9663854 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,9 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Clp
Source: https://projects.coin-or.org/Clp
- The source tarball was extracted and the Clp directory contained
- was repackaged as a standalone tarball. This distribution mechanism
- is supported by upstream. See orig-tar.sh.
Files: *
Copyright: 2000-2013, IBM Corporation and others
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 3d25296..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-# called as orig-tar.sh --upstream-version version path/to/tarball
-
-tarname=`basename $3`
-cd `dirname $3`
-tar xzf $tarname
-mv Clp-$2/Clp .
-rm $tarname
-tar czf $tarname Clp
-rm -r Clp-$2
-rm -r Clp
-
diff --git a/debian/watch b/debian/watch
index 98a15d4..c34ff4c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
version=3
-http://www.coin-or.org/download/source/Clp/Clp-([\d\.]+).tgz \
- debian debian/orig-tar.sh
+http://www.coin-or.org/download/pkgsource/Clp/Clp-([\d\.]+).tgz \
+ debian
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clp.git
More information about the debian-science-commits
mailing list