[coinor-cbc] 02/02: bump; prepare for unstable
Miles Lubin
mlubin-guest at moszumanska.debian.org
Thu Nov 28 05:24:10 UTC 2013
This is an automated email from the git hooks/post-receive script.
mlubin-guest pushed a commit to branch master
in repository coinor-cbc.
commit 570c38c082fcc38172e953a3678afd7661fd2588
Author: Miles Lubin <miles.lubin at gmail.com>
Date: Thu Nov 28 00:11:00 2013 -0500
bump; prepare for unstable
---
debian/changelog | 9 +++++++++
debian/control | 2 +-
debian/copyright | 3 ---
debian/orig-tar.sh | 12 ------------
debian/watch | 4 ++--
5 files changed, 12 insertions(+), 18 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b60bad2..4df0b08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+coinor-cbc (2.8.7-1) unstable; urgency=low
+
+ * 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> Thu, 28 Nov 2013 00:07:47 -0500
+
coinor-cbc (2.8.5-1) experimental; urgency=low
* New upstream release (Closes: #686578)
diff --git a/debian/control b/debian/control
index c96e997..6b21095 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: coinor-libcgl-dev (>=0.58.2),
libbz2-dev,
pkg-config,
zlib1g-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: https://projects.coin-or.org/Cbc
Vcs-Git: git://anonscm.debian.org/debian-science/packages/coinor-cbc.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/coinor-cbc.git
diff --git a/debian/copyright b/debian/copyright
index fd66659..857eb80 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: Cbc
Source: https://projects.coin-or.org/Cbc
- The source tarball was extracted and the Cbc 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 652de64..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 Cbc-$2/Cbc .
-rm $tarname
-tar czf $tarname Cbc
-rm -r Cbc-$2
-rm -r Cbc
-
diff --git a/debian/watch b/debian/watch
index 8d40876..08c5405 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
-http://www.coin-or.org/download/source/Cbc/Cbc-([\d\.]+).tgz \
- debian debian/orig-tar.sh
+http://www.coin-or.org/download/pkgsource/Cbc/Cbc-([\d\.]+).tgz \
+ debian
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/coinor-cbc.git
More information about the debian-science-commits
mailing list