r39253 - in /desktop/experimental/totem/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Aug 23 18:00:19 UTC 2013


Author: biebl
Date: Fri Aug 23 18:00:18 2013
New Revision: 39253

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39253
Log:
Merge changes from unstable branch

Modified:
    desktop/experimental/totem/debian/changelog
    desktop/experimental/totem/debian/control
    desktop/experimental/totem/debian/control.in
    desktop/experimental/totem/debian/rules

Modified: desktop/experimental/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/changelog?rev=39253&op=diff
==============================================================================
--- desktop/experimental/totem/debian/changelog	[utf-8] (original)
+++ desktop/experimental/totem/debian/changelog	[utf-8] Fri Aug 23 18:00:18 2013
@@ -143,6 +143,18 @@
   * Replace python-gobject dependencies by python-gi.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 27 Nov 2011 06:21:34 +0100
+
+totem (3.0.1-9) unstable; urgency=low
+
+  [ Josselin Mouette ]
+  * Enable all hardening flags. Closes: #613763.
+  * Add corresponding build-dependency on a recent dpkg-dev.
+  * Add missing epochs on libxrandr and libxxf86vm build-dependencies.
+
+  [ Michael Biebl ]
+  * Build against tracker 0.16.
+
+ -- Michael Biebl <biebl at debian.org>  Tue, 30 Jul 2013 14:38:30 +0200
 
 totem (3.0.1-8) unstable; urgency=low
 

Modified: desktop/experimental/totem/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/control?rev=39253&op=diff
==============================================================================
--- desktop/experimental/totem/debian/control	[utf-8] (original)
+++ desktop/experimental/totem/debian/control	[utf-8] Fri Aug 23 18:00:18 2013
@@ -7,9 +7,10 @@
 Section: video
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Jeremy Bicha <jbicha at ubuntu.com>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 8),
                cdbs (>= 0.4.90),
+               dpkg-dev (>= 1.16.1),
                autotools-dev,
                dh-autoreconf,
                gnome-icon-theme (>= 2.15.90),

Modified: desktop/experimental/totem/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/control.in?rev=39253&op=diff
==============================================================================
--- desktop/experimental/totem/debian/control.in	[utf-8] (original)
+++ desktop/experimental/totem/debian/control.in	[utf-8] Fri Aug 23 18:00:18 2013
@@ -5,6 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 8),
                cdbs (>= 0.4.90),
+               dpkg-dev (>= 1.16.1),
                autotools-dev,
                dh-autoreconf,
                gnome-icon-theme (>= 2.15.90),

Modified: desktop/experimental/totem/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/rules?rev=39253&op=diff
==============================================================================
--- desktop/experimental/totem/debian/rules	[utf-8] (original)
+++ desktop/experimental/totem/debian/rules	[utf-8] Fri Aug 23 18:00:18 2013
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 #-*- makefile -*-
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+include /usr/share/dpkg/buildflags.mk
 
 include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/debhelper.mk




More information about the pkg-gnome-commits mailing list