--- transfermii-0.4.orig/debian/dirs +++ transfermii-0.4/debian/dirs @@ -0,0 +1 @@ +usr/bin --- transfermii-0.4.orig/debian/docs +++ transfermii-0.4/debian/docs @@ -0,0 +1 @@ +README --- transfermii-0.4.orig/debian/control +++ transfermii-0.4/debian/control @@ -0,0 +1,16 @@ +Source: transfermii +Section: utils +Priority: extra +Maintainer: Romain Beauxis +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), libwiimote0-dev, libbluetooth2-dev +Standards-Version: 3.7.2 + +Package: transfermii +Architecture: any +Depends: ${shlibs:Depends} +Description: transfer your mii from and to your wiimotes + transfermii is a program based on cwiid framework for using + the wiimote under linux. + . + It allows you to transfer your miis (the characters used + in the wii) from your wiimote and vice-versa. --- transfermii-0.4.orig/debian/rules +++ transfermii-0.4/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk + +# In order to regenerate 'debian/control' : +# DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean +# Then check manually if everything's ok + +DEB_MAKE_CLEAN_TARGET := mrproper +DEB_MAKE_INSTALL_TARGET := install bindir=$(CURDIR)/debian/transfermii/usr/bin + --- transfermii-0.4.orig/debian/watch +++ transfermii-0.4/debian/watch @@ -0,0 +1,12 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +http://www.stacktic.org/ transfermii-(.*)\.tgz + + + --- transfermii-0.4.orig/debian/changelog +++ transfermii-0.4/debian/changelog @@ -0,0 +1,21 @@ +transfermii (0.4-2) unstable; urgency=low + + * Added missing build dependency + Closes: #418665 + * Corrected typo + Closes: #418684 + + -- Romain Beauxis Wed, 11 Apr 2007 10:53:53 +0200 + +transfermii (0.4-1) unstable; urgency=low + + * New upstream release. + + -- Romain Beauxis Tue, 10 Apr 2007 13:50:48 +0200 + +transfermii (0.3.1-1) unstable; urgency=low + + * Initial release (Closes: #412235) + + -- Romain Beauxis Wed, 28 Feb 2007 15:34:45 +0100 + --- transfermii-0.4.orig/debian/manpages +++ transfermii-0.4/debian/manpages @@ -0,0 +1 @@ +debian/transfermii.1 --- transfermii-0.4.orig/debian/compat +++ transfermii-0.4/debian/compat @@ -0,0 +1 @@ +5 --- transfermii-0.4.orig/debian/control.in +++ transfermii-0.4/debian/control.in @@ -0,0 +1,16 @@ +Source: transfermii +Section: utils +Priority: extra +Maintainer: Romain Beauxis +Build-Depends: @cdbs@, libwiimote0-dev, libbluetooth2-dev +Standards-Version: 3.7.2 + +Package: transfermii +Architecture: any +Depends: ${shlibs:Depends} +Description: transfer your mii from and to your wiimotes + transfermii is a program based on cwiid framework for using + the wiimote under linux. + . + It allows you to transfer your miis (the characters used + in the wii) from your wiimote and vice-versa. --- transfermii-0.4.orig/debian/transfermii.1 +++ transfermii-0.4/debian/transfermii.1 @@ -0,0 +1,54 @@ +.TH TRANSFERMII 1 "February 28, 2007" + +.SH NAME +transfermii \- transfer your miis from and to your wiimotes +.SH SYNOPSIS +.B transfermii +.RI [ options ] " files " +.SH DESCRIPTION +This manual page documents briefly the +.B transfermii +command. +.PP + +\fBtransfermii\fP is a program based on cwiid framework for using the wiimote under linux. It allows you to transfer your miis (the characters used in the wii) from your wiimote and vice-versa. + +.SH OPTIONS +A summary of options is included below. +For a complete description, see the Info files. +.TP +.B \-h +Show summary of options. +.TP +.B \-a block_file mii_file +Add mii to file +.TP +.B \-b XX:XX:XX:XX:XX:XX +Specify bt device +.TP +.B \-d output_file +Download block from wiimote +.TP +.B \-e slot_number output +Download a mii from wiimote slot_number between 1 and 10 +.TP +.B \-i miifile +Display creator and mii's name of miifile +.TP +.B \-l +List all miis on the wiimote +.TP +.B \-o mii_file +Add mii directly to wiimote +.TP +.B \-s nslot miifile +Add mii from miifile to slot nslot on wiimite +.TP +.B \-u block_file + Upload block to wiimote + +.SH AUTHOR +transfermii was written by Arnaud Ysmal . +.PP +This manual page was written by Romain Beauxis , +for the Debian project (but may be used by others). --- transfermii-0.4.orig/debian/copyright +++ transfermii-0.4/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Romain Beauxis on +Wed, 28 Feb 2007 15:34:45 +0100. + +It was downloaded from http://www.stacktic.org/ + +Upstream Author: Arnaud Ysmal + +Copyright: 2007 Arnaud Ysmal + +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 2 of the License, or + (at your option) any later version. + + This package 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 package; 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'. + +The Debian packaging is (C) 2007, Romain Beauxis and +is licensed under the GPL, see above. +