--- dragbox-0.4.0.orig/debian/compat +++ dragbox-0.4.0/debian/compat @@ -0,0 +1 @@ +6 --- dragbox-0.4.0.orig/debian/pyversions +++ dragbox-0.4.0/debian/pyversions @@ -0,0 +1 @@ +2.4- --- dragbox-0.4.0.orig/debian/copyright +++ dragbox-0.4.0/debian/copyright @@ -0,0 +1,75 @@ +This package was debianized by Ulrik Sverdrup +on Fri, 07 Dec 2007 22:57:35 +0100 + +The current debian maintainer is Ulrik Sverdrup + +It was downloaded from: + http://users.student.lth.se/f04us/wiki/dragbox/ + +Upstream Authors: Ulrik Sverdrup, Andrew Collier, Lateef Alabi-Oki + +## The Dragbox application ## + +Copyright: 2006-2007 Ulrik Sverdrup + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License with + the Debian GNU/Linux distribution in the file /usr/share/common-licenses/GPL; + if not, write to the Free Software Foundation, Inc., 51 Franklin St, + Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +## dragbox: find_package_path() ## + +Files: dragbox +Copyright: 2005 Lateef Alabi-Oki, 2006-2007 Ulrik Sverdrup + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License with + the Debian GNU/Linux distribution in the file /usr/share/common-licenses/GPL; + if not, write to the Free Software Foundation, Inc., 51 Franklin St, + Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +## The AC_PYTHON_MODULE macro ## + +Files: acinclude.m4 +Copyright: 2007 Andrew Collier + +License: + + Copying and distribution of this file, with or without + modification, are permitted in any medium without royalty provided + the copyright notice and this notice are preserved. + +## Debian packaging ## + +The Debian packaging is (C) 2007, Ulrik Sverdrup +and licensed under the GPL, under the same terms as the original program, see +above. --- dragbox-0.4.0.orig/debian/rules +++ dragbox-0.4.0/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +DEB_PYTHON_SYSTEM=pysupport + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/utils.mk + +binary-install/dragbox:: + dh_pysupport -pdragbox --- dragbox-0.4.0.orig/debian/control +++ dragbox-0.4.0/debian/control @@ -0,0 +1,26 @@ +Source: dragbox +Section: utils +Priority: optional +Maintainer: Ulrik Sverdrup +Build-Depends: debhelper (>= 6), cdbs (>= 0.4.43), python-support (>= 0.3) +Build-Depends-Indep: autotools-dev, python-gnome2, python-glade2, python-dbus +Standards-Version: 3.7.3 +Homepage: http://users.student.lth.se/f04us/wiki/dragbox/ +Vcs-Browser: http://repo.or.cz/w/dragbox.git +Vcs-Git: git://repo.or.cz/dragbox.git +XS-Python-Version: current + +Package: dragbox +Architecture: all +Depends: ${python:Depends}, python-gnome2, python-glade2, python-dbus +XB-Python-Version: ${python:Versions} +Description: A command line drag-and-drop tool for GNOME + Dragbox is a tool for connecting the command line with + the desktop environment. It summons a drag handle in a + window when you are managing files or text in the shell, + connecting the different workspaces -- desktop and + command line. + . + Dragbox can take items on the command line or from a + pipe and put on its shelf. The inverse is also possible: + dragged-to items can be output to the shell. --- dragbox-0.4.0.orig/debian/menu +++ dragbox-0.4.0/debian/menu @@ -0,0 +1,4 @@ +?package(dragbox):needs="X11" section="Applications/File Management"\ +title="Dragbox"\ +command="/usr/bin/dragbox"\ +longtitle="Dragbox: shell drag-n-drop tool" --- dragbox-0.4.0.orig/debian/docs +++ dragbox-0.4.0/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO --- dragbox-0.4.0.orig/debian/changelog +++ dragbox-0.4.0/debian/changelog @@ -0,0 +1,31 @@ +dragbox (0.4.0-1) unstable; urgency=low + + * New Upstream Version: + * Dragbox handles a stale environment much better. As a side effect, it + does not use or respect DBUS_SESSION_BUS_ADDRESS anymore. + (closes: #475448) + + -- Ulrik Sverdrup Fri, 25 Apr 2008 14:50:35 +0200 + +dragbox (0.3.0-1) unstable; urgency=low + + * New Upstream Version + * debian/control: Add Vcs and homepage fields. + * debian/copyright: Update homepage URL + * increase debhelper dependency to 6 + + -- Ulrik Sverdrup Thu, 03 Apr 2008 19:19:38 +0200 + +dragbox (0.2.6-1) unstable; urgency=low + + * New Upstream Version + * debian/copyright: More specific info for acinclude.m4 and dragbox + + -- Ulrik Sverdrup Thu, 13 Dec 2007 19:54:10 +0100 + +dragbox (0.2.5-1) unstable; urgency=low + + * Initial Release + * Close ITP (closes: #452982) + + -- Ulrik Sverdrup Sat, 1 Dec 2007 22:40:21 +0100