Bug#686293: Freeze exception for libquantum/1.1.0-3

2012-09-04 Thread Boris Pek
Hi,

 Looks fine, feel free to go ahead and ping us when it has been in
 unstable for a couple of days.

Package was uploaded and was built successfully.
You can unblock it.

Best regards,
Boris


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#686293: Freeze exception for libquantum/1.1.0-3

2012-08-31 Thread Niels Thykier
On 2012-08-31 00:21, Boris Pek wrote:
 Package: release.debian.org
 Severity: normal
 
 Dear release team,
 
 Please consider a release exception for the package libquantum version 
 1.1.0-3.
 
 Best regards,
 Boris

Looks fine, feel free to go ahead and ping us when it has been in
unstable for a couple of days.

~Niels


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#686293: Freeze exception for libquantum/1.1.0-3

2012-08-30 Thread Boris Pek
Package: release.debian.org
Severity: normal

Dear release team,

Please consider a release exception for the package libquantum version 1.1.0-3.

Best regards,
Boris
diff -Nru libquantum-1.1.0/debian/changelog libquantum-1.1.0/debian/changelog
--- libquantum-1.1.0/debian/changelog	2012-06-25 18:58:55.0 +0300
+++ libquantum-1.1.0/debian/changelog	2012-08-31 01:08:28.0 +0300
@@ -1,7 +1,17 @@
+libquantum (1.1.0-3) unstable; urgency=low
+
+  * New maintainer. (Closes: #674883)
+  * Update Vcs-* fields in debian/control.
+  * Small fix in debian/changelog.
+  * Add patch: debian/patches/add-hardening-flags-to-compiler-options
+
+ -- Boris Pek tehnic...@mail.ru  Fri, 31 Aug 2012 01:07:44 +0300
+
 libquantum (1.1.0-2) unstable; urgency=low
 
+  [ Boris Pek ]
   * QA upload.
-  * Deleted Vcs-* fields from debian/control.
+  * Updated Vcs-* fields in debian/control.
   * Package was switched to source format 3.0 (quilt).
   * Added build dependency from autotools-dev.
   * Bumped Standards-Version to 3.9.3.
diff -Nru libquantum-1.1.0/debian/control libquantum-1.1.0/debian/control
--- libquantum-1.1.0/debian/control	2012-06-25 18:59:20.0 +0300
+++ libquantum-1.1.0/debian/control	2012-08-31 01:08:28.0 +0300
@@ -2,12 +2,12 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Science Team debian-science-maintain...@lists.alioth.debian.org
+Uploaders: Boris Pek tehnic...@mail.ru
 Standards-Version: 3.9.3
 Build-Depends: debhelper (= 7.0.50~), autotools-dev
 Homepage: http://www.libquantum.de/
-Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/libquantum/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/libquantum/trunk/
-
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/libquantum.git
+Vcs-Browser: http://anonscm.debian.org/git/debian-science/packages/libquantum.git
 
 Package: libquantum-dev
 Section: libdevel
diff -Nru libquantum-1.1.0/debian/patches/add-hardening-flags-to-compiler-options libquantum-1.1.0/debian/patches/add-hardening-flags-to-compiler-options
--- libquantum-1.1.0/debian/patches/add-hardening-flags-to-compiler-options	1970-01-01 03:00:00.0 +0300
+++ libquantum-1.1.0/debian/patches/add-hardening-flags-to-compiler-options	2012-08-31 01:08:28.0 +0300
@@ -0,0 +1,15 @@
+Description: Add hardening flags to compiler options
+Author: Boris Pek tehnic...@mail.ru
+Last-Update: 2012-08-31
+
+--- a/Makefile.in
 b/Makefile.in
+@@ -49,7 +49,7 @@
+ # Flags passed to C compiler
+ 
+ CFLAGS=@CFLAGS@
+-LDFLAGS=-rpath $(LIBDIR) -version-info 7:0:0
++LDFLAGS=@LDFLAGS@ -rpath $(LIBDIR) -version-info 7:0:0
+ 
+ # Dependencies
+ 
diff -Nru libquantum-1.1.0/debian/patches/series libquantum-1.1.0/debian/patches/series
--- libquantum-1.1.0/debian/patches/series	1970-01-01 03:00:00.0 +0300
+++ libquantum-1.1.0/debian/patches/series	2012-08-31 01:08:28.0 +0300
@@ -0,0 +1 @@
+add-hardening-flags-to-compiler-options