[Pkg-cli-apps-commits] r4010 - in /packages/gnome-do/trunk/debian: changelog gnome-do.1 rules

raof-guest at users.alioth.debian.org raof-guest at users.alioth.debian.org
Thu Jun 19 11:37:11 UTC 2008


Author: raof-guest
Date: Thu Jun 19 11:37:11 2008
New Revision: 4010

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4010
Log:
 * New upstream version
 * Fix get-orig-source to be policy compliant
 * Update man page

Modified:
    packages/gnome-do/trunk/debian/changelog
    packages/gnome-do/trunk/debian/gnome-do.1
    packages/gnome-do/trunk/debian/rules

Modified: packages/gnome-do/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do/trunk/debian/changelog?rev=4010&op=diff
==============================================================================
--- packages/gnome-do/trunk/debian/changelog (original)
+++ packages/gnome-do/trunk/debian/changelog Thu Jun 19 11:37:11 2008
@@ -1,3 +1,14 @@
+gnome-do (0.5.0.1-1) UNRELEASED; urgency=low
+
+  * New upstream version (closes: #485684)
+  * debian/gnome-do.1
+    + Manpage updated for new version
+  * debian/rules
+    + Fix get-orig-source target to run properly from any directory; now should
+    be policy compliant.
+
+ -- Christopher James Halse Rogers (RAOF) <chalserogers at gmail.com>  Thu, 19 Jun 2008 17:46:35 +1000
+
 gnome-do (0.4.2.0-1) unstable; urgency=low
 
   * Initial Debian package (closes: #474022)

Modified: packages/gnome-do/trunk/debian/gnome-do.1
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do/trunk/debian/gnome-do.1?rev=4010&op=diff
==============================================================================
--- packages/gnome-do/trunk/debian/gnome-do.1 (original)
+++ packages/gnome-do/trunk/debian/gnome-do.1 Thu Jun 19 11:37:11 2008
@@ -1,30 +1,20 @@
-.TH GNOME-DO 1 "16 March 2008" "0.4.0.1"
+.TH GNOME-DO 1 "19 June 2008" "0.5"
 .SH NAME
 GNOME-Do \- Launcher application in the spirit of Quicksilver
 .SH DESCRIPTION
-GNOME-Do 0.4.0.1
+GNOME-Do 0.5.0.1
 .PP
 \fBGNOME-Do\fP allows you to quickly search for many objects present 
 in your GNOME desktop environment \- applications, Evolution contacts,
 Firefox bookmarks, documents \- and perform commonly used commands on 
 those objects \- run, open, send, etc.
+
+By default the hotkey to summon the \fBGNOME-Do\fG interface is 
+<super>+space.  This, and other options, can be changed from the
+graphical interface.
+
 .SH USAGE
-gnome-do [\-\-quiet] [\-\-glassframe | \-\-mini]
-.SH OPTIONS
-\fB\-\-quiet\fR
-.PP
-Load without displaying the command window.  Useful for 
-starting Do with your desktop session.
-
-.PP
-\fB\-\-glassframe\fR
-.PP
-Use the glassframe theme.  Similar to KDE's Oxygen style.
-
-.PP
-\fB\-\-mini\fR
-.PP
-Use the mini theme, optimised for those using small screens.
+gnome-do
 
 .SH VERSION
 0.4.0.1

Modified: packages/gnome-do/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do/trunk/debian/rules?rev=4010&op=diff
==============================================================================
--- packages/gnome-do/trunk/debian/rules (original)
+++ packages/gnome-do/trunk/debian/rules Thu Jun 19 11:37:11 2008
@@ -18,9 +18,16 @@
 binary-arch: install
 	dh $@
 
+
+# Makefile arcanery warning:
+# $(dir $(_)) gives us the path containing this rules file.  
+# I haven't found this documented in any make documentation, so I am unsure 
+# how portable/version independent it is.
+# This magic care of Emmet Hickory:
+# (http://lists.debian.org/debian-devel-games/2008/02/msg00135.html)
 get-orig-source:
-	dh_testdir
-	uscan --force-download --verbose --destdir=$(CURDIR)
+	uscan --download --package gnome-do --destdir=$(CURDIR) \
+	      --no-symlink --upstream-version 0 --watchfile=$(dir $(_))/watch
 
 %:
 	dh $@




More information about the Pkg-cli-apps-commits mailing list