[SCM] glpk packaging branch, master, updated. 65f38637c6861959d412a6b1483c27c8ba029e0c

Sylvestre Ledru sylvestre.ledru at scilab.org
Wed Aug 3 21:50:43 UTC 2011


The following commit has been merged in the master branch:
commit 65f38637c6861959d412a6b1483c27c8ba029e0c
Author: Sylvestre Ledru <sylvestre.ledru at scilab.org>
Date:   Wed Aug 3 23:45:40 2011 +0200

      * Team upload
      * ACK NMU
      * New upstream release
      * Package moved to the Debian Science team
      * Standards-Version updated to version 3.9.2
      * Launch libtoolize and autoreconf (Closes: #558505)
      * Switch to dpkg-source 3.0 (quilt) format
      * debian/glpk-doc.doc-base.tables removed (tables.pdf is no longer provided)

diff --git a/debian/changelog b/debian/changelog
index 8024fad..31ebe7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+glpk (4.45-1) unstable; urgency=low
+
+  * Team upload
+  * ACK NMU
+  * New upstream release
+  * Package moved to the Debian Science team
+  * Standards-Version updated to version 3.9.2
+  * Launch libtoolize and autoreconf (Closes: #558505)
+  * Switch to dpkg-source 3.0 (quilt) format
+  * debian/glpk-doc.doc-base.tables removed (tables.pdf is no longer provided)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 03 Aug 2011 23:27:24 +0200
+
+glpk (4.43-1.1) unstable; urgency=low
+
+  * NMU.  Change dependency libgmp3-dev --> libgmp-dev.
+
+ -- Steve M. Robbins <smr at debian.org>  Wed, 16 Mar 2011 22:29:43 -0500
+
 glpk (4.43-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 2fe7030..b95116b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,14 @@
 Source: glpk
 Section: math
 Priority: optional
-Maintainer: Debian Scientific Computation Team <pkg-scicomp-devel at lists.alioth.debian.org>
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Falk Hueffner <falk at debian.org>
-Build-Depends: debhelper (>> 5.0.0), cdbs, libgmp3-dev, libltdl-dev,
- zlib1g-dev, libiodbc2-dev, libmysqlclient-dev
-Standards-Version: 3.8.4.0
+Build-Depends: debhelper, cdbs, libgmp-dev, libltdl-dev,
+ zlib1g-dev, libiodbc2-dev, libmysqlclient-dev, automake, autoconf, libtool
+Standards-Version: 3.9.2
 Homepage: http://www.gnu.org/software/glpk/glpk.html
-Vcs-Git: git://git.debian.org/git/pkg-scicomp/glpk.git
-Vcs-Browser: http://git.debian.org/?p=pkg-scicomp/glpk.git
+Vcs-Git: git://git.debian.org/git/debian-science/packages/glpk.git
+Vcs-Browser: http://git.debian.org/?p=debian-science/packages/glpk.git
 
 Package: libglpk0
 Architecture: any
diff --git a/debian/glpk-doc.doc-base.tables b/debian/glpk-doc.doc-base.tables
deleted file mode 100644
index ba9602e..0000000
--- a/debian/glpk-doc.doc-base.tables
+++ /dev/null
@@ -1,11 +0,0 @@
-Document: glpk-tables
-Title: Using Data Tables in the GNU MathProg Modeling Language
-Author: Andrew Makhorin and Heinrich Schuchardt
-Abstract: Abstract This is a supplement to the document "Modeling Language
- GNU MathProg."  It describes the table statement, which allows reading data
- from external tables into model objects such as sets and parameters as well
- as writing data from the model to external tables.
-Section: Science/Mathematics
-
-Format: PDF
-Files: /usr/share/doc/glpk-doc/tables.pdf
diff --git a/debian/libglpk0.symbols b/debian/libglpk0.symbols
index f9d1bc9..40f7e59 100644
--- a/debian/libglpk0.symbols
+++ b/debian/libglpk0.symbols
@@ -329,3 +329,4 @@ libglpk.so.0 libglpk0 #MINVER#
  glp_write_mps at Base 4.30
  glp_write_prob at Base 4.43
  glp_write_sol at Base 4.30
+ glp_cpp at Base 4.45
diff --git a/debian/rules b/debian/rules
index 172da7b..f9259a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,3 +15,7 @@ DEB_CONFIGURE_EXTRA_FLAGS =	\
 DEB_MAKE_CHECK_TARGET = check
 DEB_DH_MAKESHLIBS_ARGS_libglpk0 = -V"libglpk0 (>= $(uversion))"
 DEB_COMPRESS_EXCLUDE = .sql .pdf
+
+debian/stamp-autotools-files:
+	libtoolize
+	autoreconf
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
glpk packaging



More information about the debian-science-commits mailing list