[coinor-cgl] 02/02: bump; prepare for unstable
Miles Lubin
mlubin-guest at moszumanska.debian.org
Thu Nov 28 05:12:43 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-cgl.
commit 6a51dd9fbac1ef906d8301ee5eae83d97fd6c9ea
Author: Miles Lubin <miles.lubin at gmail.com>
Date: Wed Nov 27 23:56:35 2013 -0500
bump; prepare for unstable
---
debian/changelog | 10 ++++++++++
debian/control | 2 +-
debian/copyright | 3 ---
debian/orig-tar.sh | 12 ------------
debian/watch | 4 ++--
5 files changed, 13 insertions(+), 18 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5d780ac..7b61e66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+coinor-cgl (0.58.4-1) experimental; urgency=low
+
+ * New upstream version.
+ - Fixes build failure on 32-bit platforms.
+ * 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> Wed, 27 Nov 2013 23:53:45 -0500
+
coinor-cgl (0.58.2-1) experimental; urgency=low
* New upstream release (Closes: #686579)
diff --git a/debian/control b/debian/control
index d71bf1e..2f4c34a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: coinor-libclp-dev (>= 1.15.3),
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/coinor-cgl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/coinor-cgl.git
Homepage: https://projects.coin-or.org/Cgl
diff --git a/debian/copyright b/debian/copyright
index 4795b9c..596e2f8 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: Cgl
Source: https://projects.coin-or.org/Cgl
- The source tarball was extracted and the Cgl 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 06304fe..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 Cgl-$2/Cgl .
-rm $tarname
-tar czf $tarname Cgl
-rm -r Cgl-$2
-rm -r Cgl
-
diff --git a/debian/watch b/debian/watch
index bcef216..09234a0 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
version=3
-http://www.coin-or.org/download/source/Cgl/Cgl-([\d\.]+).tgz \
- debian debian/orig-tar.sh
+http://www.coin-or.org/download/pkgsource/Cgl/Cgl-([\d\.]+).tgz \
+ debian
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/coinor-cgl.git
More information about the debian-science-commits
mailing list