[depqbf] 01/01: New upstream release.
Thomas Krennwallner
tkren-guest at alioth.debian.org
Fri Sep 20 10:10:03 UTC 2013
This is an automated email from the git hooks/post-receive script.
tkren-guest pushed a commit to branch master
in repository depqbf.
commit 35524e73962ebe3ad4d6cd512c1bbfd1b5a26e76
Author: Thomas Krennwallner <tkren at kr.tuwien.ac.at>
Date: Thu Sep 19 13:28:41 2013 +0200
New upstream release.
---
debian/changelog | 11 +++++++++++
debian/compat | 2 +-
debian/control | 5 ++---
debian/copyright | 8 ++++----
debian/docs | 1 +
debian/patches/depqbf-makefile.patch | 19 ++++++++-----------
6 files changed, 27 insertions(+), 19 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8586932..868e115 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+depqbf (2.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/patches/depqbf-makefile.patch: quilt refresh.
+ * debian/compat: Bump version.
+ * debian/control: Bump Standards-Version, Build-Depends.
+ * debian/copyright: Update year.
+ * debian/docs: Add NEWS.
+
+ -- Thomas Krennwallner <tkren at kr.tuwien.ac.at> Thu, 19 Sep 2013 12:36:40 +0200
+
depqbf (1.0-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index e4bae73..6fcc584 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,8 @@ Section: interpreters
Priority: extra
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Thomas Krennwallner <tkren at kr.tuwien.ac.at>
-Build-Depends: debhelper (>= 8.0.0), dpkg-dev (>= 1.16.1~)
-DM-Upload-Allowed: yes
-Standards-Version: 3.9.3.1
+Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~)
+Standards-Version: 3.9.4
Homepage: http://lonsing.github.com/depqbf/
Vcs-Git: git://git.debian.org/debian-science/packages/depqbf.git
Vcs-Browser: http://git.debian.org/?p=debian-science/packages/depqbf.git;a=summary
diff --git a/debian/copyright b/debian/copyright
index 4d89ad3..84946f8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,17 +1,17 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: depqbf
Upstream-Contact: Florian Lonsing <lonsing at kr.tuwien.ac.at.at>
-Source: http://lonsing.github.com/depqbf/
+Source: http://lonsing.github.io/depqbf/
Files: *
-Copyright: 2010, 2011, 2012 Florian Lonsing
- 2010, 2011, 2012 Aina Niemetz
+Copyright: 2010, 2011, 2012, 2013 Florian Lonsing
+ 2010, 2011, 2012, 2013 Aina Niemetz
License: GPL-3.0+
Files: debian/*
-Copyright: 2011 Thomas Krennwallner <tkren at kr.tuwien.ac.at>
+Copyright: 2011,2013 Thomas Krennwallner <tkren at kr.tuwien.ac.at>
Comment:
This package was debianized by Thomas Krennwallner
<tkren at kr.tuwien.ac.at> on Fri, 26 Aug 2011 11:18 +0200.
diff --git a/debian/docs b/debian/docs
index e845566..9eafbe1 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1 +1,2 @@
README
+NEWS
diff --git a/debian/patches/depqbf-makefile.patch b/debian/patches/depqbf-makefile.patch
index e534c72..be3ce83 100644
--- a/debian/patches/depqbf-makefile.patch
+++ b/debian/patches/depqbf-makefile.patch
@@ -1,20 +1,17 @@
Author: Thomas Krennwallner <tkren at kr.tuwien.ac.at>
-Description: Remove -static and use gcc as C compiler.
-Index: lonsing-depqbf-a539c4d/makefile
+Description: Add dpkg-buildflags support and use gcc as C compiler.
+Index: depqbf-version-2.0/makefile
===================================================================
---- lonsing-depqbf-a539c4d.orig/makefile 2012-07-18 13:14:21.000000000 +0200
-+++ lonsing-depqbf-a539c4d/makefile 2012-08-12 22:37:49.000000000 +0200
-@@ -1,11 +1,15 @@
--#CFLAGS=-Wextra -Wall -Wno-unused -pedantic -std=c99 -DNDEBUG -O3
--CFLAGS=-Wextra -Wall -Wno-unused -pedantic -std=c99 -DNDEBUG -O3 -static
+--- depqbf-version-2.0.orig/makefile 2013-08-28 11:01:55.000000000 +0200
++++ depqbf-version-2.0/makefile 2013-09-19 13:20:05.000000000 +0200
+@@ -2,10 +2,14 @@
+ CFLAGS=-Wextra -Wall -Wno-unused -pedantic -std=c99 -DNDEBUG -O3
+ #CFLAGS=-Wextra -Wall -Wno-unused -pedantic -std=c99 -g3
+ #CFLAGS=-Wextra -Wall -Wno-unused -pedantic -std=c99 -DNDEBUG -g3 -pg -fprofile-arcs -ftest-coverage -static
+CC=gcc
-+CFLAGS=-Wextra -Wall -Wno-unused -pedantic -std=c99 -DNDEBUG -O3
+CFLAGS += `dpkg-buildflags --get CFLAGS`
+CFLAGS += `dpkg-buildflags --get CPPFLAGS`
+LDFLAGS = `dpkg-buildflags --get LDFLAGS`
-+#CFLAGS=-Wextra -Wall -Wno-unused -pedantic -std=c99 -DNDEBUG -O3 -static
- #CFLAGS=-Wextra -Wall -Wno-unused -pedantic -std=c99 -g3 -static
- #CFLAGS=-Wextra -Wall -Wno-unused -pedantic -std=c99 -DNDEBUG -g3 -pg -fprofile-arcs -ftest-coverage -static
OBJECTS=qdpll_main.o qdpll_app.o qdpll.o qdpll_mem.o qdpll_dep_man_qdag.o
depqbf: qdpll_main.o qdpll_app.o libqdpll.a
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/depqbf.git
More information about the debian-science-commits
mailing list