--- u3-tool-0.3.orig/debian/control +++ u3-tool-0.3/debian/control @@ -0,0 +1,20 @@ +Source: u3-tool +Section: utils +Priority: optional +Maintainer: Evgeni Golov +Build-Depends: debhelper (>= 7.0.50~), libusb-dev, pkg-config +Standards-Version: 3.8.3 +Homepage: http://u3-tool.sourceforge.net/ + +Package: u3-tool +Architecture: alpha amd64 arm armel armhf i386 ia64 mipsel kfreebsd-amd64 kfreebsd-i386 hurd-i386 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: tool for controlling the special features of a U3 USB flash disk + Tool for controlling USB flash devices that conform to the U3 specifications. + You can do the following with your U3 flash: + * Replace the CD image + * Change the size of the virtual CD or completely remove it + * Enable and disable security + * Unlock and change the password of secured U3 device + * Obtain various device information + --- u3-tool-0.3.orig/debian/compat +++ u3-tool-0.3/debian/compat @@ -0,0 +1 @@ +7 --- u3-tool-0.3.orig/debian/rules +++ u3-tool-0.3/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- u3-tool-0.3.orig/debian/watch +++ u3-tool-0.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/u3-tool/u3-tool-([\d\.]+)\.tar\.gz --- u3-tool-0.3.orig/debian/changelog +++ u3-tool-0.3/debian/changelog @@ -0,0 +1,51 @@ +u3-tool (0.3-1.1) unstable; urgency=low + + * NMU, added armhf to arch list. (Closes: #596989) + + -- Konstantinos Margaritis Thu, 24 Feb 2011 15:27:19 +0000 + +u3-tool (0.3-1) unstable; urgency=low + + * New upstream release + * debian/watch: + + Make watchfile working, as upstream has tarballs now. + * debian/README.source: + + Remove README.source, it's not needed anymore. + * debian/control: + + Standards-Version: 3.8.3 + * debian/rules: + + Don't override configure, upstream installs in sbin now. + * debian/u3-tool.links: + + Remove the links, we ship only one backend now. + * debian/control: + + Update years and upstream url. + + -- Evgeni Golov Tue, 24 Nov 2009 11:36:34 +0100 + +u3-tool (0.2-1) unstable; urgency=low + + * New upstream release. + Closes: #538078 + * debian/watch: + + Add watch file as upstream has now released a stable version. + * debian/rules: + + Use dh 7 tiny rules file. + + But override dh_auto_install, the tool needs root privileges to + work, so install in /usr/sbin. + * debian/control: + + Add pkg-config Build-Dep. + + Standards-Version: 3.8.2, no changes needed. + * debian/docs: + + Remove commands.txt, it's not shipped by upstream anymore. + * debian/u3-tool.install: + + Drop the file, upstream's build-system is fine. + * debian/u3-tool.links: + + It's u3-tool-usb now that needs a manpage link. + + -- Evgeni Golov Tue, 28 Jul 2009 21:25:33 +0200 + +u3-tool (0.0~svn5-1) unstable; urgency=low + + * Initial release. (Closes: #518756) + + -- Evgeni Golov Thu, 30 Apr 2009 09:55:54 +0200 --- u3-tool-0.3.orig/debian/docs +++ u3-tool-0.3/debian/docs @@ -0,0 +1 @@ +README --- u3-tool-0.3.orig/debian/copyright +++ u3-tool-0.3/debian/copyright @@ -0,0 +1,25 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=420 +Upstream-Name: u3-tool +Upstream-Maintainer: Daviedev +Upstream-Source: http://sourceforge.net/projects/u3-tool/ + +Files: * +Copyright: © 2007-2009 Daviedev +License: GPL-2+ + +Files: src/md5.{c,h} +Copyright: © 2006-2007 Christophe Devine +License: LGPL-2.1 + +Files: debian/* +Copyright: © 2009 Evgeni Golov +License: GPL-2+ + +License: GPL-2+ + On Debian systems the full text of the GNU General Public License can be found + in the `/usr/share/common-licenses/GPL' file. + +License: LGPL-2.1 + On Debian systems the full text of the GNU Lesser General Public License can + be found in the `/usr/share/common-licenses/LGPL-2.1' file.