[Pkg-xfce-commits] r4706 - in goodies/branches/experimental: . xfce4-screenshooter/debian xfce4-screenshooter/debian/source

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sun Dec 12 11:35:03 UTC 2010


Author: mrpouit-guest
Date: 2010-12-12 11:35:00 +0000 (Sun, 12 Dec 2010)
New Revision: 4706

Added:
   goodies/branches/experimental/xfce4-screenshooter/
   goodies/branches/experimental/xfce4-screenshooter/debian/source/
   goodies/branches/experimental/xfce4-screenshooter/debian/source/format
Modified:
   goodies/branches/experimental/xfce4-screenshooter/debian/changelog
   goodies/branches/experimental/xfce4-screenshooter/debian/control
   goodies/branches/experimental/xfce4-screenshooter/debian/rules
Log:
* debian/control:
  - add build-dep on libxfcegui4-dev and hardening-includes.
  - add myself to Uploaders.
  - update Standards-Version to 3.9.1.
* debian/rules:
  - pick {C,LD}FLAGS from dpkg-buildflags.
  - add -O1, -z,defs and --as-needed to LDFLAGS.
  - add hardening flags to {C,LD}FLAGS.
* Switch to 3.0 (quilt) source format.

Modified: goodies/branches/experimental/xfce4-screenshooter/debian/changelog
===================================================================
--- goodies/trunk/xfce4-screenshooter/debian/changelog	2010-12-12 11:22:40 UTC (rev 4703)
+++ goodies/branches/experimental/xfce4-screenshooter/debian/changelog	2010-12-12 11:35:00 UTC (rev 4706)
@@ -1,3 +1,17 @@
+xfce4-screenshooter (1.7.9-2) UNRELEASED; urgency=low
+
+  * debian/control:
+    - add build-dep on libxfcegui4-dev and hardening-includes.
+    - add myself to Uploaders.
+    - update Standards-Version to 3.9.1.
+  * debian/rules:
+    - pick {C,LD}FLAGS from dpkg-buildflags.
+    - add -O1, -z,defs and --as-needed to LDFLAGS.
+    - add hardening flags to {C,LD}FLAGS.
+  * Switch to 3.0 (quilt) source format.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com>  Sun, 12 Dec 2010 12:31:24 +0100
+
 xfce4-screenshooter (1.7.9-1) unstable; urgency=low
 
   * New upstream release.

Modified: goodies/branches/experimental/xfce4-screenshooter/debian/control
===================================================================
--- goodies/trunk/xfce4-screenshooter/debian/control	2010-12-12 11:22:40 UTC (rev 4703)
+++ goodies/branches/experimental/xfce4-screenshooter/debian/control	2010-12-12 11:35:00 UTC (rev 4706)
@@ -2,12 +2,13 @@
 Section: xfce
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
-Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>
+Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>,
+ Simon Huggins <huggie at earth.li>, Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: debhelper (>= 7), autotools-dev, cdbs, 
  libexo-0.3-dev(>= 0.3.2), xfce4-panel-dev (>= 4.4.1), libxml-parser-perl, 
  libgtk2.0-dev, intltool, libcurl4-gnutls-dev, libxmlrpc-c3-dev,
- libsoup2.4-dev
-Standards-Version: 3.8.4
+ libsoup2.4-dev, libxfcegui4-dev, hardening-includes
+Standards-Version: 3.9.1
 Homepage: http://goodies.xfce.org/projects/applications/xfce4-screenshooter
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-screenshooter/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-screenshooter/

Modified: goodies/branches/experimental/xfce4-screenshooter/debian/rules
===================================================================
--- goodies/trunk/xfce4-screenshooter/debian/rules	2010-12-12 11:22:40 UTC (rev 4703)
+++ goodies/branches/experimental/xfce4-screenshooter/debian/rules	2010-12-12 11:35:00 UTC (rev 4706)
@@ -1,6 +1,11 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/hardening-includes/hardening.make
 
+LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
+CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
+LDFLAGS+=$(HARDENING_LDFLAGS) -Wl,-z,defs -Wl,--as-needed -Wl,-O1
+CFLAGS+=$(HARDENING_CFLAGS)
+
 DEB_DH_SHLIBDEPS_ARGS_xfce4-screenshooter = -X debian/xfce4-screenshooter/usr/lib/xfce4-screenshooter/xfce4/panel-plugins/xfce4-screenshooter-plugin -- -dRecommends debian/xfce4-screenshooter/usr/lib/xfce4-screenshooter/xfce4/panel-plugins/xfce4-screenshooter-plugin -dDepends

Added: goodies/branches/experimental/xfce4-screenshooter/debian/source/format
===================================================================
--- goodies/branches/experimental/xfce4-screenshooter/debian/source/format	                        (rev 0)
+++ goodies/branches/experimental/xfce4-screenshooter/debian/source/format	2010-12-12 11:35:00 UTC (rev 4706)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pkg-xfce-commits mailing list