[Pkg-cli-apps-commits] r3947 - in /packages/gnome-do/trunk/debian: control copyright rules

raof-guest at users.alioth.debian.org raof-guest at users.alioth.debian.org
Sun May 11 11:29:15 UTC 2008


Author: raof-guest
Date: Sun May 11 11:29:15 2008
New Revision: 3947

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3947
Log:
 * Add files in libdo/ to debian/copyright
 * Add deps on dbus & procps, needed for wrapper script
 * Add get-orig-source target

Modified:
    packages/gnome-do/trunk/debian/control
    packages/gnome-do/trunk/debian/copyright
    packages/gnome-do/trunk/debian/rules

Modified: packages/gnome-do/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do/trunk/debian/control?rev=3947&op=diff
==============================================================================
--- packages/gnome-do/trunk/debian/control (original)
+++ packages/gnome-do/trunk/debian/control Sun May 11 11:29:15 2008
@@ -30,7 +30,9 @@
 Architecture: any
 Depends: ${cli:Depends}, 
 	 ${shlibs:Depends},
-	 xdg-utils
+	 xdg-utils,
+	 dbus,
+	 procps
 Recommends: gnome-do-plugins
 Description: Quickly perform actions on your desktop
  Allows you to quickly search for many items present in your

Modified: packages/gnome-do/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do/trunk/debian/copyright?rev=3947&op=diff
==============================================================================
--- packages/gnome-do/trunk/debian/copyright (original)
+++ packages/gnome-do/trunk/debian/copyright Sun May 11 11:29:15 2008
@@ -54,5 +54,47 @@
     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
     02110-1301, USA.
 
+X-Comment: On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'.
 
-X-Comment: On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'.
+Files: libdo/keybinder.{c,h}
+Copyright: © 2004-2007 Alex Graveley <alex at beatniksoftware.com>
+License: LGPL-2+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+ 
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+ 
+    You should have received a copy of the GNU Library General Public
+    License along with this library; if not, write to the Free
+    Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+    02110-1301, USA.
+
+X-Comment: On Debian systems, the complete text of the GNU Library General Public License can be found in `/usr/share/common-licenses/LGPL-2'.
+
+Files: libdo/eggaccelerators.c
+Copyright: © 2002 Red Hat, Inc,
+	   © 1998, 2001 Tim Janik
+License: LGPL-2+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+ 
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+ 
+    You should have received a copy of the GNU Library General Public
+    License along with this library; if not, write to the Free
+    Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+    02110-1301, USA.
+
+Files: libdo/eggaccelerators.h
+Copyright: © 2002 Red Hat, Inc,
+License: LGPL-2+

Modified: packages/gnome-do/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do/trunk/debian/rules?rev=3947&op=diff
==============================================================================
--- packages/gnome-do/trunk/debian/rules (original)
+++ packages/gnome-do/trunk/debian/rules Sun May 11 11:29:15 2008
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
 include /usr/share/cli-common/cli.make
 include /usr/share/dpatch/dpatch.make
@@ -18,5 +18,9 @@
 binary-arch: install
 	dh $@
 
+get-orig-source:
+        dh_testdir
+        uscan --force-download --verbose --destdir=$(CURDIR)
+
 %:
 	dh $@




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