debian/0000755000000000000000000000000011705056447007177 5ustar debian/source/0000755000000000000000000000000011705056447010477 5ustar debian/source/format0000644000000000000000000000001311705056447011704 0ustar 3.0 (quilt)debian/watch0000644000000000000000000000014611705056447010231 0ustar version=3 http://launchpad.net/udev-discover/+download \ (?:.*/)?udev-discover-([\d\.]+)\.tar\.gz debian/control0000644000000000000000000000145411705056447010606 0ustar Source: udev-discover Section: gnome Priority: optional Maintainer: J. Félix Ontañón Build-Depends: debhelper (>= 7.0.50~),python-dev (>= 2.6.6-3~), gettext Standards-Version: 3.9.2 Homepage: http://fontanon.org/udevdiscover X-Python-Version: >=2.7 Package: udev-discover Architecture: any Depends: ${misc:Depends}, ${python:Depends}, python-gconf, python-gudev, python-gobject, gir1.2-gtk-3.0, gir1.2-gconf-2.0, gir1.2-gdkpixbuf-2.0, gnome-icon-theme-full | gnome-icon-theme-extras Description: Sysfs browsing tool focused on helping udev users and developers A helping tool for udev testers, coders, hackers and consumers. * Browsing the sysfs tree via udev * Reports udev device info and udev properties * Filter and search devices * Monitorize udev device events debian/patches/0000755000000000000000000000000011705056447010626 5ustar debian/patches/modify_prefix.patch0000644000000000000000000000016111705056447014511 0ustar --- a/setup.cfg +++ b/setup.cfg @@ -2,4 +2,4 @@ prefix=/usr/local [install] -prefix=/usr/local +prefix=/usr/ debian/patches/series0000644000000000000000000000005111705056447012037 0ustar modify_prefix.patch authors_readme.patch debian/patches/authors_readme.patch0000644000000000000000000000314711705056447014656 0ustar Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . udev-discover (0.2.2-2) unstable; urgency=low . * Migrated to dh_python2 and quilt source * New icon dependency Author: J. Félix Ontañón --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- udev-discover-0.2.2.orig/AUTHORS +++ udev-discover-0.2.2/AUTHORS @@ -4,3 +4,6 @@ Contributors: Juanje Ojeda Javier Hernandez Ed Catmur + +Packaging contributions: +Ghe Rivero --- udev-discover-0.2.2.orig/README.rst +++ udev-discover-0.2.2/README.rst @@ -13,7 +13,7 @@ Dependencies: * gir1.2-gtk-3.0 * gir1.2-gconf-2.0 * gir1.2-gdkpixbuf-2.0 -* gnome-icon-theme-full +* gnome-icon-theme-full | gnome-icon-theme-extras Install udev-discover: ---------------------- debian/changelog0000644000000000000000000000100711705056447011047 0ustar udev-discover (0.2.2-1) unstable; urgency=low * Migrated to dh_python2 and quilt source * New icon dependency * New upstream version -- J. Félix Ontañón Wed, 04 Jan 2012 13:43:44 +0100 udev-discover (0.2.1-1) unstable; urgency=low * New upstream version -- J. Félix Ontañón Wed, 31 Aug 2011 20:43:44 +0200 udev-discover (0.2-1) unstable; urgency=low * Initial release -- J. Félix Ontañón Wed, 17 Aug 2011 20:53:49 +0100 debian/copyright0000644000000000000000000000221411705056447011131 0ustar This package was debianized by J. Félix Ontañón on Wed, 17 Aug 2011 21:28:45 +0100. It was downloaded from http://launchpad.net/udev-discover Copyright: Copyright (C) 2011 J. Félix Ontañón License: This package 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 3 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 along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. The Debian packaging is Copyright (C) 2011, J. Félix Ontañón and is licensed under the GPL, see above. debian/docs0000644000000000000000000000002011705056447010042 0ustar TODO README.rst debian/rules0000755000000000000000000000136711705056447010266 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 #export DH_OPTIONS=-v %: dh $@ --with python2 # i18n rules PREFIX = /usr DATADIR = $(PREFIX)/share LOCALEDIR = $(DATADIR)/locale PO = $(shell find ./po -name *.po -print | sed -e 's!.po!!g' -e 's!./!!g') clean: rm -rf mo rm -rf build rm -f udev-discover override_dh_auto_install: dh_auto_install for lang in $(PO); do mkdir -p mo/$$lang/LC_MESSAGES; msgfmt po/$$lang.po -o mo/$$lang/LC_MESSAGES/udevdiscover.mo; dh_install mo/$$lang/LC_MESSAGES/udevdiscover.mo $(DESTDIR)$(LOCALEDIR)/$$lang/LC_MESSAGES/; done mkdir -p debian/udev-discover/usr/share/gconf mv debian/udev-discover/etc/gconf/schemas debian/udev-discover/usr/share/gconf/ rmdir debian/udev-discover/etc/gconf rmdir debian/udev-discover/etc debian/compat0000644000000000000000000000000211705056447010375 0ustar 7