[Pkg-xfce-commits] r5085 - in goodies/tags/xfce4-notifyd: . 0.2.1-1/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sun Feb 27 03:05:28 UTC 2011


Author: corsac
Date: 2011-02-27 15:05:20 +0000 (Sun, 27 Feb 2011)
New Revision: 5085

Added:
   goodies/tags/xfce4-notifyd/0.2.1-1/
   goodies/tags/xfce4-notifyd/0.2.1-1/debian/changelog
Removed:
   goodies/tags/xfce4-notifyd/0.2.1-1/debian/changelog
Log:
[svn-buildpackage] Tagging xfce4-notifyd 0.2.1-1

Deleted: goodies/tags/xfce4-notifyd/0.2.1-1/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-notifyd/debian/changelog	2011-02-27 01:09:36 UTC (rev 5059)
+++ goodies/tags/xfce4-notifyd/0.2.1-1/debian/changelog	2011-02-27 15:05:20 UTC (rev 5085)
@@ -1,85 +0,0 @@
-xfce4-notifyd (0.2.1-1) UNRELEASED; urgency=low
-
-  * New upstream release.
-  * debian/control:
-    - convert libxfcegui4-dev build-dep to libxfce4ui-dev.
-    - update standards version to 3.9.1.
-    - add build-dep on hardening-includes.
-    - drop libsexy and libglade from build-deps.
-  * debian/rules:
-    - pick {C,LD}FLAGS from dpkg-buildflags.
-    - add -z,defs, --as-needed and -O1 to LDFLAGS.
-    - add hardening flags to {C,LD}FLAGS
-    - drop the overrides since we don't need to patch POTFILES.skip anymore.
-  * debian/patches:
-    - 01_send-second-arg-notification-closed dropped, xfce4-notifyd has been
-      ported to libnotify 0.4.5.
-    - 02_add-spec-version-to-GetServerInformation dropped as well, included
-      upstream.
-  * debian/copyright updated for new release.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Mon, 29 Nov 2010 21:00:58 +0100
-
-xfce4-notifyd (0.1.0-5) unstable; urgency=low
-
-  [ Evgeni Golov ]
-  * Fix Vcs-* fields, they were missing 'trunk' in the path.
-
-  [ Yves-Alexis Perez ]
-  * debian/patches:
-    - 02_add-spec-version-to-GetServerInformation added, returns spec version
-    information so we're conform to 1.0      .                  closes: #588272
-  * switch source format to 3.0 (quilt).
-  * debian/rules:
-    - add .pc files to POTFILES.skip.
-    - drop quilt addon call and rules.
-  * debian/control:
-    - update standards version to 3.9.0.
-    - bump debhelper build-dep to 7.0.50~ for overrides.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Wed, 07 Jul 2010 22:38:41 +0200
-
-xfce4-notifyd (0.1.0-4) unstable; urgency=low
-
-  * debian/patches/01_send-second-arg-notification-closed.patch:
-    Now really send the reason argument with NotificationClosed. closes: 522729
-
- -- Evgeni Golov <evgeni at debian.org>  Sun, 10 May 2009 21:43:20 +0200
-
-xfce4-notifyd (0.1.0-3) unstable; urgency=low
-
-  [ Evgeni Golov ]
-  * Update my e-mail address.
-
-  [ Yves-Alexis Perez ]
-  * debian/patches
-    - 01_send-second-arg-notification-closed added, correctly send two
-      arguments with NotificationClosed.                         closes: 522729
-  * debian/rules:
-    - simplify tiny.rules for debhelper 7.
-  * debian/control:
-    - add build-dep on quilt (with --with-quilt support in the rule).
-
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 10 May 2009 18:14:08 +0200
-
-xfce4-notifyd (0.1.0-2) unstable; urgency=low
-
-  * Upload to unstable.
-  * debian/control:
-    - move to xfce section.
-    - update standards version to 3.8.1.
-    - update build-deps to Xfce 4.6. 
-
- -- Yves-Alexis Perez <corsac at debian.org>  Sat, 04 Apr 2009 02:24:22 +0200
-
-xfce4-notifyd (0.1.0-1) experimental; urgency=low
-
-  [ Evgeni Golov ]
-  * Initial release.                                        closes: #506864
-
-  [ Yves-Alexis Perez ]
-  * debian/control:
-    - add pkg-xfce team to Uploaders:
-    - add build-dep on libxfconf-0-dev.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 01 Mar 2009 00:27:40 +0100

Copied: goodies/tags/xfce4-notifyd/0.2.1-1/debian/changelog (from rev 5076, goodies/branches/experimental/xfce4-notifyd/debian/changelog)
===================================================================
--- goodies/tags/xfce4-notifyd/0.2.1-1/debian/changelog	                        (rev 0)
+++ goodies/tags/xfce4-notifyd/0.2.1-1/debian/changelog	2011-02-27 15:05:20 UTC (rev 5085)
@@ -0,0 +1,85 @@
+xfce4-notifyd (0.2.1-1) experimental; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    - convert libxfcegui4-dev build-dep to libxfce4ui-dev.
+    - update standards version to 3.9.1.
+    - add build-dep on hardening-includes.
+    - drop libsexy and libglade from build-deps.
+  * debian/rules:
+    - pick {C,LD}FLAGS from dpkg-buildflags.
+    - add -z,defs, --as-needed and -O1 to LDFLAGS.
+    - add hardening flags to {C,LD}FLAGS
+    - drop the overrides since we don't need to patch POTFILES.skip anymore.
+  * debian/patches:
+    - 01_send-second-arg-notification-closed dropped, xfce4-notifyd has been
+      ported to libnotify 0.4.5.
+    - 02_add-spec-version-to-GetServerInformation dropped as well, included
+      upstream.
+  * debian/copyright updated for new release.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 27 Feb 2011 15:10:42 +0100
+
+xfce4-notifyd (0.1.0-5) unstable; urgency=low
+
+  [ Evgeni Golov ]
+  * Fix Vcs-* fields, they were missing 'trunk' in the path.
+
+  [ Yves-Alexis Perez ]
+  * debian/patches:
+    - 02_add-spec-version-to-GetServerInformation added, returns spec version
+    information so we're conform to 1.0      .                  closes: #588272
+  * switch source format to 3.0 (quilt).
+  * debian/rules:
+    - add .pc files to POTFILES.skip.
+    - drop quilt addon call and rules.
+  * debian/control:
+    - update standards version to 3.9.0.
+    - bump debhelper build-dep to 7.0.50~ for overrides.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Wed, 07 Jul 2010 22:38:41 +0200
+
+xfce4-notifyd (0.1.0-4) unstable; urgency=low
+
+  * debian/patches/01_send-second-arg-notification-closed.patch:
+    Now really send the reason argument with NotificationClosed. closes: 522729
+
+ -- Evgeni Golov <evgeni at debian.org>  Sun, 10 May 2009 21:43:20 +0200
+
+xfce4-notifyd (0.1.0-3) unstable; urgency=low
+
+  [ Evgeni Golov ]
+  * Update my e-mail address.
+
+  [ Yves-Alexis Perez ]
+  * debian/patches
+    - 01_send-second-arg-notification-closed added, correctly send two
+      arguments with NotificationClosed.                         closes: 522729
+  * debian/rules:
+    - simplify tiny.rules for debhelper 7.
+  * debian/control:
+    - add build-dep on quilt (with --with-quilt support in the rule).
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 10 May 2009 18:14:08 +0200
+
+xfce4-notifyd (0.1.0-2) unstable; urgency=low
+
+  * Upload to unstable.
+  * debian/control:
+    - move to xfce section.
+    - update standards version to 3.8.1.
+    - update build-deps to Xfce 4.6. 
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sat, 04 Apr 2009 02:24:22 +0200
+
+xfce4-notifyd (0.1.0-1) experimental; urgency=low
+
+  [ Evgeni Golov ]
+  * Initial release.                                        closes: #506864
+
+  [ Yves-Alexis Perez ]
+  * debian/control:
+    - add pkg-xfce team to Uploaders:
+    - add build-dep on libxfconf-0-dev.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 01 Mar 2009 00:27:40 +0100




More information about the Pkg-xfce-commits mailing list