[Pkg-xfce-commits] r7222 - in goodies/tags/gigolo: . 0.4.1+dfsg-1 0.4.1+dfsg-1/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Mon Oct 22 08:51:54 UTC 2012
Author: corsac
Date: 2012-10-22 20:51:54 +0000 (Mon, 22 Oct 2012)
New Revision: 7222
Added:
goodies/tags/gigolo/0.4.1+dfsg-1/
goodies/tags/gigolo/0.4.1+dfsg-1/debian/changelog
goodies/tags/gigolo/0.4.1+dfsg-1/debian/control
Removed:
goodies/tags/gigolo/0.4.1+dfsg-1/debian/changelog
goodies/tags/gigolo/0.4.1+dfsg-1/debian/control
Log:
[svn-buildpackage] Tagging gigolo 0.4.1+dfsg-1
Property changes on: goodies/tags/gigolo/0.4.1+dfsg-1
___________________________________________________________________
Added: svn:mergeinfo
+
Deleted: goodies/tags/gigolo/0.4.1+dfsg-1/debian/changelog
===================================================================
--- goodies/trunk/gigolo/debian/changelog 2012-10-22 04:15:39 UTC (rev 7219)
+++ goodies/tags/gigolo/0.4.1+dfsg-1/debian/changelog 2012-10-22 20:51:54 UTC (rev 7222)
@@ -1,103 +0,0 @@
-gigolo (0.4.1+dfsg-1) UNRELEASED; urgency=low
-
- * Drop unused waf scripts, we use the alternate autotools-based build
- system already. closes: #654468
- * debian/rules:
- - clean up autogenerated files during clean.
- - add a get-orig-source rule to drop the waf related files from the
- tarball.
- * debian/watch:
- - demangle destination file.
-
- -- Lionel Le Folgoc <mrpouit at gmail.com> Sat, 20 Oct 2012 16:55:26 +0200
-
-gigolo (0.4.1-3) unstable; urgency=low
-
- * debian/rules:
- - add hardening flags to build flags.
- - remove ChangeLog, AUTHORS and COPYING from install dir.
- * debian/control:
- - add build-dep on hardening-includes
-
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 04 Sep 2011 22:26:07 +0200
-
-gigolo (0.4.1-2) unstable; urgency=low
-
- * debian/rules:
- - drop waf completely, use autogen.sh to get a standard autotools.
- interface.
- * debian/control:
- - drop python build-dep
- - update standards version to 3.9.2.
-
- -- Yves-Alexis Perez <corsac at debian.org> Wed, 20 Apr 2011 12:49:42 +0200
-
-gigolo (0.4.1-1) unstable; urgency=low
-
- * New upstream release.
- * debian/control:
- - update standards version to 3.9.1.
- * debian/rules, debian/waf-runner-append:
- - fix FTBFS on hppa by patching waf at build time. *yurk*
- * debian/rules:
- - call dpkg-buildflags for CFLAGS and LDFLAGS, add --as-needed to LDFLAGS.
-
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 01 Aug 2010 23:28:07 +0200
-
-gigolo (0.4.0-1) unstable; urgency=low
-
- * New upstream release.
- * debian/patches/01_fix-ftbfs-gold dropped, included upstream.
-
- -- Yves-Alexis Perez <corsac at debian.org> Thu, 31 Dec 2009 12:13:03 +0100
-
-gigolo (0.3.2-2) unstable; urgency=low
-
- [ Yves-Alexis Perez ]
- * debian/control:
- - remove cdbs from build-deps, thanks Lionel Le Folgoc.
- - update standards versions to 3.8.3.
- * debian/watch:
- - update url for the Xfce archive reorganisation.
- * convert package to 3.0 (quilt) format.
- * debian/patches:
- - 01_fix-ftbfs-gold added, fix FTBFS with binutils-gold. closes: #554549
-
- [ Evgeni Golov ]
- * Fix Vcs-* fields, they were missing 'trunk' in the path.
-
- -- Yves-Alexis Perez <corsac at debian.org> Fri, 06 Nov 2009 08:19:43 +0100
-
-gigolo (0.3.2-1) unstable; urgency=low
-
- * New upstream release.
- * debian/control:
- - update homepage address.
- - correct GVfs case in descriptions.
-
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 19 Apr 2009 20:52:10 +0200
-
-gigolo (0.3.1-1) unstable; urgency=low
-
- * New upstream release.
- * debian/control:
- - move gigolo to xfce section and -dbg package to debug.
-
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 05 Apr 2009 14:09:05 +0200
-
-gigolo (0.3.0-1) unstable; urgency=low
-
- * New upstream release, upload to unstable.
- * debian/control:
- - update standards version to 3.8.1.
- - update debhelper build-dep to 7.0.50.
- * debian/rules:
- - use overrides to call dh_install with --fail-missing.
-
- -- Yves-Alexis Perez <corsac at debian.org> Sat, 04 Apr 2009 02:17:42 +0200
-
-gigolo (0.2.1-1) experimental; urgency=low
-
- * Initial Release. closes: #510558
-
- -- Yves-Alexis Perez <corsac at debian.org> Sat, 28 Feb 2009 21:21:50 +0100
Copied: goodies/tags/gigolo/0.4.1+dfsg-1/debian/changelog (from rev 7221, goodies/trunk/gigolo/debian/changelog)
===================================================================
--- goodies/tags/gigolo/0.4.1+dfsg-1/debian/changelog (rev 0)
+++ goodies/tags/gigolo/0.4.1+dfsg-1/debian/changelog 2012-10-22 20:51:54 UTC (rev 7222)
@@ -0,0 +1,107 @@
+gigolo (0.4.1+dfsg-1) unstable; urgency=low
+
+ [ Lionel Le Folgoc ]
+ * Drop unused waf scripts, we use the alternate autotools-based build
+ system already. closes: #654468
+ * debian/rules:
+ - clean up autogenerated files during clean.
+ - add a get-orig-source rule to drop the waf related files from the
+ tarball.
+ * debian/watch:
+ - demangle destination file.
+
+ [ Yves-Alexis Perez ]
+ * Add Lionel to uploaders.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com> Mon, 22 Oct 2012 21:56:24 +0200
+
+gigolo (0.4.1-3) unstable; urgency=low
+
+ * debian/rules:
+ - add hardening flags to build flags.
+ - remove ChangeLog, AUTHORS and COPYING from install dir.
+ * debian/control:
+ - add build-dep on hardening-includes
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 04 Sep 2011 22:26:07 +0200
+
+gigolo (0.4.1-2) unstable; urgency=low
+
+ * debian/rules:
+ - drop waf completely, use autogen.sh to get a standard autotools.
+ interface.
+ * debian/control:
+ - drop python build-dep
+ - update standards version to 3.9.2.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Wed, 20 Apr 2011 12:49:42 +0200
+
+gigolo (0.4.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ - update standards version to 3.9.1.
+ * debian/rules, debian/waf-runner-append:
+ - fix FTBFS on hppa by patching waf at build time. *yurk*
+ * debian/rules:
+ - call dpkg-buildflags for CFLAGS and LDFLAGS, add --as-needed to LDFLAGS.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 01 Aug 2010 23:28:07 +0200
+
+gigolo (0.4.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/patches/01_fix-ftbfs-gold dropped, included upstream.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Thu, 31 Dec 2009 12:13:03 +0100
+
+gigolo (0.3.2-2) unstable; urgency=low
+
+ [ Yves-Alexis Perez ]
+ * debian/control:
+ - remove cdbs from build-deps, thanks Lionel Le Folgoc.
+ - update standards versions to 3.8.3.
+ * debian/watch:
+ - update url for the Xfce archive reorganisation.
+ * convert package to 3.0 (quilt) format.
+ * debian/patches:
+ - 01_fix-ftbfs-gold added, fix FTBFS with binutils-gold. closes: #554549
+
+ [ Evgeni Golov ]
+ * Fix Vcs-* fields, they were missing 'trunk' in the path.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Fri, 06 Nov 2009 08:19:43 +0100
+
+gigolo (0.3.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ - update homepage address.
+ - correct GVfs case in descriptions.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 19 Apr 2009 20:52:10 +0200
+
+gigolo (0.3.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ - move gigolo to xfce section and -dbg package to debug.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 05 Apr 2009 14:09:05 +0200
+
+gigolo (0.3.0-1) unstable; urgency=low
+
+ * New upstream release, upload to unstable.
+ * debian/control:
+ - update standards version to 3.8.1.
+ - update debhelper build-dep to 7.0.50.
+ * debian/rules:
+ - use overrides to call dh_install with --fail-missing.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 04 Apr 2009 02:17:42 +0200
+
+gigolo (0.2.1-1) experimental; urgency=low
+
+ * Initial Release. closes: #510558
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 28 Feb 2009 21:21:50 +0100
Deleted: goodies/tags/gigolo/0.4.1+dfsg-1/debian/control
===================================================================
--- goodies/trunk/gigolo/debian/control 2012-10-22 04:15:39 UTC (rev 7219)
+++ goodies/tags/gigolo/0.4.1+dfsg-1/debian/control 2012-10-22 20:51:54 UTC (rev 7222)
@@ -1,34 +0,0 @@
-Source: gigolo
-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>, Stefan Ott <stefan at ott.net>
-Build-Depends: debhelper (>= 7.0.50), intltool, pkg-config,
- libgtk2.0-dev (>= 2.12.0), hardening-includes
-Standards-Version: 3.9.2
-Homepage: http://www.uvena.de/gigolo/
-Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/gigolo/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/gigolo/
-
-Package: gigolo
-Section: xfce
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: gvfs-bin
-Description: frontend to manage connections to remote filesystems using GIO/GVfs
- Gigolo is a frontend to easily manage connections to remote filesystems
- using GIO/GVfs. It allows you to quickly connect/mount a remote filesystem
- and manage bookmarks of such.
-
-Package: gigolo-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: gigolo (= ${binary:Version}), ${misc:Depends}
-Description: frontend to manage connections to remote filesystems using GIO/GVfs (debug)
- Gigolo is a frontend to easily manage connections to remote filesystems
- using GIO/GVfs. It allows you to quickly connect/mount a remote filesystem
- and manage bookmarks of such.
- .
- This package contains the debugging symbols.
-
Copied: goodies/tags/gigolo/0.4.1+dfsg-1/debian/control (from rev 7220, goodies/trunk/gigolo/debian/control)
===================================================================
--- goodies/tags/gigolo/0.4.1+dfsg-1/debian/control (rev 0)
+++ goodies/tags/gigolo/0.4.1+dfsg-1/debian/control 2012-10-22 20:51:54 UTC (rev 7222)
@@ -0,0 +1,34 @@
+Source: gigolo
+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>, Stefan Ott <stefan at ott.net>, Lionel Le Folgoc <mrpouit at gmail.com>
+Build-Depends: debhelper (>= 7.0.50), intltool, pkg-config,
+ libgtk2.0-dev (>= 2.12.0), hardening-includes
+Standards-Version: 3.9.2
+Homepage: http://www.uvena.de/gigolo/
+Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/gigolo/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/gigolo/
+
+Package: gigolo
+Section: xfce
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: gvfs-bin
+Description: frontend to manage connections to remote filesystems using GIO/GVfs
+ Gigolo is a frontend to easily manage connections to remote filesystems
+ using GIO/GVfs. It allows you to quickly connect/mount a remote filesystem
+ and manage bookmarks of such.
+
+Package: gigolo-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: gigolo (= ${binary:Version}), ${misc:Depends}
+Description: frontend to manage connections to remote filesystems using GIO/GVfs (debug)
+ Gigolo is a frontend to easily manage connections to remote filesystems
+ using GIO/GVfs. It allows you to quickly connect/mount a remote filesystem
+ and manage bookmarks of such.
+ .
+ This package contains the debugging symbols.
+
More information about the Pkg-xfce-commits
mailing list