[Pkg-xfce-commits] r6838 - in goodies/tags/xfce4-mount-plugin: . 0.6.0-1 0.6.0-1/debian

Yves-Alexis Perez corsac at alioth.debian.org
Tue Apr 17 07:22:10 UTC 2012


Author: corsac
Date: 2012-04-17 19:22:10 +0000 (Tue, 17 Apr 2012)
New Revision: 6838

Added:
   goodies/tags/xfce4-mount-plugin/0.6.0-1/
   goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/changelog
   goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/control
   goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/rules
Removed:
   goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/changelog
   goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/control
   goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/rules
Log:
[svn-buildpackage] Tagging xfce4-mount-plugin 0.6.0-1


Property changes on: goodies/tags/xfce4-mount-plugin/0.6.0-1
___________________________________________________________________
Added: svn:mergeinfo
   + /goodies/branches/experimental/xfce4-mount-plugin:4419-5287

Deleted: goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/changelog
===================================================================
--- goodies/trunk/xfce4-mount-plugin/debian/changelog	2012-04-16 21:11:16 UTC (rev 6826)
+++ goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/changelog	2012-04-17 19:22:10 UTC (rev 6838)
@@ -1,70 +0,0 @@
-xfce4-mount-plugin (0.5.5-2) unstable; urgency=low
-
-  [ Evgeni Golov ]
-  * Fix Vcs-* fields, they were missing 'trunk' in the path.
-
-  [ Yves-Alexis Perez ]
-  * debian/watch edited to track Xfce archive reorganisation.
-  * debian/control:
-    - switch to xfce section.
-    - add build-dep on libxfcegui4-dev. 
-    - update standards version to 3.9.2.
-    - update debhelper build-dep to 7.
-    - add build-dep on hardening-includes.
-    - add dependency on ${misc:Depends}.
-  * debian/compat bumped to 7. 
-  * Switch to 3.0 (quilt) source format.
-  * 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.
-
-  [ Lionel Le Folgoc ]
-  * debian/control:
-    - add myself to Uploaders.
-    - remove Simon and Emanuele from uploaders, thanks to them.
-    - bump xfce4-panel-dev b-dep to (>= 4.8.0).
-
- -- Yves-Alexis Perez <corsac at debian.org>  Tue, 19 Apr 2011 23:09:51 +0200
-
-xfce4-mount-plugin (0.5.5-1) unstable; urgency=low
-
-  [ Simon Huggins ]
-  * debian/control: Move fake Homepage field to a real one now dpkg
-    supports it.
-  * Add Vcs-* headers to debian/control
-
-  [ Yves-Alexis Perez ]
-  * New upstream release.
-  * debian/control:
-    - remove Rudy Godoy from Uploaders. Thanks for the work!
-    - update my email address.
-    - update standards version to 3.7.3.
-  * debian/copyright:
-    - update upstream url.
-    - update copyright dates.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Sat, 17 May 2008 15:05:33 +0200
-
-xfce4-mount-plugin (0.5.4-1) unstable; urgency=low
-
-  (Yves-Alexis Perez)
-  * New upstream release.
-  (Stefan Ott)
-  * updated the url
-  (Simon Huggins)
-  * Build against latest and greatest xfce.
-
- -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 01 Oct 2007 22:54:56 +0200
-
-xfce4-mount-plugin (0.4.5-2) unstable; urgency=low
-
-  * Updated build-deps to 4.3.90.2 (Xfce 4.4 Beta2).
-
- -- Yves-Alexis Perez <corsac at corsac.net>  Wed, 26 Jul 2006 17:48:34 +0100
-
-xfce4-mount-plugin (0.4.5-1) unstable; urgency=low
-
-  * Intial Release.                                            Closes: #370119
-
- -- Emanuele Rocca <ema at debian.org>  Sat, 03 Jun 2006 14:16:49 +0200

Copied: goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/changelog (from rev 6831, goodies/trunk/xfce4-mount-plugin/debian/changelog)
===================================================================
--- goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/changelog	                        (rev 0)
+++ goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/changelog	2012-04-17 19:22:10 UTC (rev 6838)
@@ -0,0 +1,90 @@
+xfce4-mount-plugin (0.6.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    - add build-dep on intltool.
+    - replace libxfcegui4 build-dep by libxfce4ui.
+    - update debhelper build-dep to 9.
+    - add build-dep on dpkg-dev.
+    - drop cdbs build-dep.
+    - drop build-dep on hardening-includes.
+    - update standards version to 3.9.3.
+  * debian/rules:
+    - replace cdbs by dh and use --parallel.
+    - use debhelper 9 and dpkg-dev 1.16.1 hardening support.
+    - pass --disable-static to configure.
+    - use find to delete .la files
+  * debian/compat bumped to 9.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 17 Apr 2012 21:11:07 +0200
+
+xfce4-mount-plugin (0.5.5-2) unstable; urgency=low
+
+  [ Evgeni Golov ]
+  * Fix Vcs-* fields, they were missing 'trunk' in the path.
+
+  [ Yves-Alexis Perez ]
+  * debian/watch edited to track Xfce archive reorganisation.
+  * debian/control:
+    - switch to xfce section.
+    - add build-dep on libxfcegui4-dev. 
+    - update standards version to 3.9.2.
+    - update debhelper build-dep to 7.
+    - add build-dep on hardening-includes.
+    - add dependency on ${misc:Depends}.
+  * debian/compat bumped to 7. 
+  * Switch to 3.0 (quilt) source format.
+  * 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.
+
+  [ Lionel Le Folgoc ]
+  * debian/control:
+    - add myself to Uploaders.
+    - remove Simon and Emanuele from uploaders, thanks to them.
+    - bump xfce4-panel-dev b-dep to (>= 4.8.0).
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 19 Apr 2011 23:09:51 +0200
+
+xfce4-mount-plugin (0.5.5-1) unstable; urgency=low
+
+  [ Simon Huggins ]
+  * debian/control: Move fake Homepage field to a real one now dpkg
+    supports it.
+  * Add Vcs-* headers to debian/control
+
+  [ Yves-Alexis Perez ]
+  * New upstream release.
+  * debian/control:
+    - remove Rudy Godoy from Uploaders. Thanks for the work!
+    - update my email address.
+    - update standards version to 3.7.3.
+  * debian/copyright:
+    - update upstream url.
+    - update copyright dates.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sat, 17 May 2008 15:05:33 +0200
+
+xfce4-mount-plugin (0.5.4-1) unstable; urgency=low
+
+  (Yves-Alexis Perez)
+  * New upstream release.
+  (Stefan Ott)
+  * updated the url
+  (Simon Huggins)
+  * Build against latest and greatest xfce.
+
+ -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 01 Oct 2007 22:54:56 +0200
+
+xfce4-mount-plugin (0.4.5-2) unstable; urgency=low
+
+  * Updated build-deps to 4.3.90.2 (Xfce 4.4 Beta2).
+
+ -- Yves-Alexis Perez <corsac at corsac.net>  Wed, 26 Jul 2006 17:48:34 +0100
+
+xfce4-mount-plugin (0.4.5-1) unstable; urgency=low
+
+  * Intial Release.                                            Closes: #370119
+
+ -- Emanuele Rocca <ema at debian.org>  Sat, 03 Jun 2006 14:16:49 +0200

Deleted: goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/control
===================================================================
--- goodies/trunk/xfce4-mount-plugin/debian/control	2012-04-16 21:11:16 UTC (rev 6826)
+++ goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/control	2012-04-17 19:22:10 UTC (rev 6838)
@@ -1,19 +0,0 @@
-Source: xfce4-mount-plugin
-Section: xfce
-Priority: optional
-Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
-Uploaders: Yves-Alexis Perez <corsac at debian.org>, Lionel Le Folgoc <mrpouit at gmail.com>
-Build-Depends: autotools-dev, cdbs, debhelper (>= 7), libgtk2.0-dev, 
- xfce4-panel-dev (>= 4.8.0), libxml2-dev, libstartup-notification0-dev, 
- libxml-parser-perl, libxfcegui4-dev, hardening-includes, libxfcegui4-dev
-Standards-Version: 3.9.2
-Homepage: http://goodies.xfce.org/
-Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-mount-plugin/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-mount-plugin/
-
-Package: xfce4-mount-plugin
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: mount plugin for the Xfce4 panel
- This plugin for Xfce displays a list of the various devices available, giving
- the opportunity to mount/umount them.

Copied: goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/control (from rev 6830, goodies/trunk/xfce4-mount-plugin/debian/control)
===================================================================
--- goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/control	                        (rev 0)
+++ goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/control	2012-04-17 19:22:10 UTC (rev 6838)
@@ -0,0 +1,19 @@
+Source: xfce4-mount-plugin
+Section: xfce
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Yves-Alexis Perez <corsac at debian.org>, Lionel Le Folgoc <mrpouit at gmail.com>
+Build-Depends: autotools-dev, debhelper (>= 9), libgtk2.0-dev, 
+ xfce4-panel-dev (>= 4.8.0), libxml2-dev, libstartup-notification0-dev, 
+ libxml-parser-perl, libxfcegui4-dev, libxfce4ui-1-dev, intltool
+Standards-Version: 3.9.3
+Homepage: http://goodies.xfce.org/
+Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-mount-plugin/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-mount-plugin/
+
+Package: xfce4-mount-plugin
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: mount plugin for the Xfce4 panel
+ This plugin for Xfce displays a list of the various devices available, giving
+ the opportunity to mount/umount them.

Deleted: goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/rules
===================================================================
--- goodies/trunk/xfce4-mount-plugin/debian/rules	2012-04-16 21:11:16 UTC (rev 6826)
+++ goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/rules	2012-04-17 19:22:10 UTC (rev 6838)
@@ -1,15 +0,0 @@
-#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.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)
-
-export CFLAGS LDFLAGS
-
-binary-post-install/xfce4-mount-plugin::
-	-rm -rf debian/xfce4-mount-plugin/usr/lib/xfce4/panel-plugins/*.a
-	-rm -rf debian/xfce4-mount-plugin/usr/lib/xfce4/panel-plugins/*.la

Copied: goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/rules (from rev 6829, goodies/trunk/xfce4-mount-plugin/debian/rules)
===================================================================
--- goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/rules	                        (rev 0)
+++ goodies/tags/xfce4-mount-plugin/0.6.0-1/debian/rules	2012-04-17 19:22:10 UTC (rev 6838)
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
+export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
+
+%:
+		dh $@ --parallel
+
+override_dh_auto_configure:
+		dh_auto_configure -- --disable-static
+
+override_dh_auto_install:
+	dh_auto_install
+	find debian/xfce4-mount-plugin/usr/lib -name '*.la' -delete




More information about the Pkg-xfce-commits mailing list