[texmaker] 58/103: Upload to unstable (after unsuccessfully trying to enable hardening flags - patches welcome)
Andreas Tille
tille at debian.org
Sun Sep 10 17:38:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository texmaker.
commit 18d53528bdd9741080aa1170452b7db9113bb2bb
Author: Andreas Tille <tille at debian.org>
Date: Fri Jun 1 15:10:43 2012 +0000
Upload to unstable (after unsuccessfully trying to enable hardening flags - patches welcome)
---
debian/changelog | 4 +++-
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 ++
4 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e2b74a3..1fb4fdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
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 7318119..21a828b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
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/
diff --git a/debian/rules b/debian/rules
index 4a6683e..4257921 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,8 @@ clean:
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/texmaker.git
More information about the debian-science-commits
mailing list