r44937 - in /packages/texmaker/trunk/debian: changelog compat control rules

tille at users.alioth.debian.org tille at users.alioth.debian.org
Fri Jun 1 15:10:44 UTC 2012


Author: tille
Date: Fri Jun  1 15:10:43 2012
New Revision: 44937

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44937
Log:
Upload to unstable (after unsuccessfully trying to enable hardening flags - patches welcome)

Modified:
    packages/texmaker/trunk/debian/changelog
    packages/texmaker/trunk/debian/compat
    packages/texmaker/trunk/debian/control
    packages/texmaker/trunk/debian/rules

Modified: packages/texmaker/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/changelog?rev=44937&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/changelog (original)
+++ packages/texmaker/trunk/debian/changelog Fri Jun  1 15:10:43 2012
@@ -1,6 +1,8 @@
-texmaker (3.3.4-1) UNRELEASED; urgency=low
+texmaker (3.3.4-1) unstable; urgency=low
 
   * New upstream version (patches updated)
+  * debhelper 9 (control+compat)
+    (hardening flags probably need patching build system)
 
  -- Andreas Tille <tille at debian.org>  Fri, 01 Jun 2012 16:29:33 +0200
 

Modified: packages/texmaker/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/compat?rev=44937&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/compat (original)
+++ packages/texmaker/trunk/debian/compat Fri Jun  1 15:10:43 2012
@@ -1,1 +1,1 @@
-8
+9

Modified: packages/texmaker/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/control?rev=44937&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/control (original)
+++ packages/texmaker/trunk/debian/control Fri Jun  1 15:10:43 2012
@@ -5,7 +5,7 @@
 DM-Upload-Allowed: yes
 Uploaders: Andreas Tille <tille at debian.org>,
  Ruben Molina <rmolina at udea.edu.co>
-Build-Depends: debhelper (>= 8), libqt4-dev (>=4.5.1), libglib2.0-dev, libpoppler-qt4-dev,
+Build-Depends: debhelper (>= 9), libqt4-dev (>=4.5.1), libglib2.0-dev, libpoppler-qt4-dev,
  libqtwebkit-dev
 Standards-Version: 3.9.3
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/

Modified: packages/texmaker/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/rules?rev=44937&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/rules (original)
+++ packages/texmaker/trunk/debian/rules Fri Jun  1 15:10:43 2012
@@ -13,6 +13,8 @@
 	dh clean --after  dh_auto_clean
 build:
 	dh build --before dh_auto_build
+	# qmake-qt4 -unix PREFIX=/usr CPPFLAGS="$(CPPFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" texmaker.pro
+	# this simple means does not help to propagate hardening :-(
 	qmake-qt4 -unix PREFIX=/usr texmaker.pro
 	dh build --after dh_auto_build --before dh_auto_test
 	dh build --after dh_auto_test




More information about the debian-science-commits mailing list