r43833 - in /packages/parmetis/trunk/debian: changelog rules source/ source/format
sylvestre at users.alioth.debian.org
sylvestre at users.alioth.debian.org
Mon Aug 29 22:52:27 UTC 2011
Author: sylvestre
Date: Mon Aug 29 22:52:26 2011
New Revision: 43833
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=43833
Log:
misc
Added:
packages/parmetis/trunk/debian/source/
packages/parmetis/trunk/debian/source/format
Modified:
packages/parmetis/trunk/debian/changelog
packages/parmetis/trunk/debian/rules
Modified: packages/parmetis/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/parmetis/trunk/debian/changelog?rev=43833&op=diff
==============================================================================
--- packages/parmetis/trunk/debian/changelog (original)
+++ packages/parmetis/trunk/debian/changelog Mon Aug 29 22:52:26 2011
@@ -3,17 +3,19 @@
* Team upload
* Package migrated to the Debian Science team
* Standards-Version updated to version 3.9.2
+ * Show compilation warnings at build time
* Programs/Makefile: Explicitly link against mpi to resolve FTBFS.
Thanks to Daniel T Chen for providing the patch (Closes: #639743)
(LP: #832950)
+ * Switch to dpkg-source 3.0 (quilt) format
- -- Sylvestre Ledru <sylvestre at debian.org> Tue, 30 Aug 2011 00:14:58 +0200
+ -- Sylvestre Ledru <sylvestre at debian.org> Tue, 30 Aug 2011 00:35:57 +0200
parmetis (3.1.1-3) unstable; urgency=high
* Team upload
- * XS-Autobuild added with high priority to make it to Squeeze.
- Following Adam D. Barratt advices.
+ * XS-Autobuild added with high priority to make it to Squeeze.
+ Following Adam D. Barratt advices.
-- Sylvestre Ledru <sylvestre at debian.org> Thu, 27 Jan 2011 23:36:35 +0100
Modified: packages/parmetis/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/parmetis/trunk/debian/rules?rev=43833&op=diff
==============================================================================
--- packages/parmetis/trunk/debian/rules (original)
+++ packages/parmetis/trunk/debian/rules Mon Aug 29 22:52:26 2011
@@ -1,5 +1,4 @@
#!/usr/bin/make -f
-# Sample debian/rules that uses cdbs. Originaly written by Robert Millan.
# This file is public domain.
# where sources are
@@ -33,8 +32,8 @@
#DEB_MAKE_ENVVARS :=
-CFLAGS=-O3
-CXXFLAGS=-O3
+CFLAGS=-O3 -Wall
+CXXFLAGS=-O3 -Wall
XTRALIBS=-lmpi
LIBS=-lmpi
Added: packages/parmetis/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/parmetis/trunk/debian/source/format?rev=43833&op=file
==============================================================================
--- packages/parmetis/trunk/debian/source/format (added)
+++ packages/parmetis/trunk/debian/source/format Mon Aug 29 22:52:26 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)
More information about the debian-science-commits
mailing list