[Pkg-lyx-devel] [SCM] LyX packaging branch, master, updated. debian/2.0.1-1-10-g45f0ea4

Per Olofsson pelle at dsv.su.se
Fri Mar 2 14:20:59 UTC 2012


The following commit has been merged in the master branch:
commit 45f0ea428be444429489e42a51d53570dbf5e631
Author: Per Olofsson <pelle at dsv.su.se>
Date:   Fri Mar 2 15:20:21 2012 +0100

    Use debhelper v9 mode.

diff --git a/debian/changelog b/debian/changelog
index 52de2cb..dc3845a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ lyx (2.0.2-2) UNRELEASED; urgency=low
     a new enough version of dpkg rather than using
     'dpkg-maintscript-helper supports' guards, leading to more predictable
     behaviour on upgrades. Thanks to Colin Watson. Closes: #659721.
+  * Use debhelper v9 mode.
 
  -- Per Olofsson <pelle at debian.org>  Tue, 14 Feb 2012 17:18:00 +0100
 
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 2d708ed..37ffb68 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.9.2
 Vcs-Git: git://anonscm.debian.org/pkg-lyx/lyx.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-lyx/lyx.git
 Homepage: http://www.lyx.org/
-Build-Depends: python (>= 2.6.6-3), debhelper (>= 8.1.0~),
+Build-Depends: python (>= 2.6.6-3), debhelper (>= 9),
  libz-dev, libx11-dev, libenchant-dev, libmythes-dev,
  autotools-dev, libqt4-dev, libboost-dev,
  libboost-filesystem-dev, libboost-signals-dev,
diff --git a/debian/rules b/debian/rules
index 34d1b5b..ed274b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+DEB_LDFLAGS_MAINT_PREPEND = -Wl,-z,defs -Wl,--as-needed
 
 %:
 	dh $@ --with autotools_dev,python2,tex --builddirectory

-- 
LyX packaging



More information about the Pkg-lyx-devel mailing list