debian/0000755000000000000000000000000012065002436007164 5ustar debian/compat0000644000000000000000000000000212056414563010372 0ustar 9 debian/changelog0000644000000000000000000000450712065002436011044 0ustar convmv (1.15-2) experimental; urgency=low * Use corect target for installation in debian/rules Thanks to Gerardo Esteban Malazdrewicz for reporting and shame on me. Closes: #696434 -- Christian Perrier Fri, 21 Dec 2012 07:43:42 +0100 convmv (1.15-1) experimental; urgency=low * New upstream version * Take the package over * Move to source v3 * Move to dh7-style debian/rules and bump debhelper compatibility level to 9 * Add ${misc:Depends} in debian/control as we're using debhelper * Bump Standards to 3.9.3 (checked) * Explicitly link to GPL-2 licence in debian/copyright * Add copyright information to debian/copyright * Use machine-parseable copyright file * Use xz compression (therefore Pre-Depend on dpkg>= 1.15.6~) -- Christian Perrier Sat, 04 Aug 2012 10:19:38 +0200 convmv (1.12-2) unstable; urgency=low * Avoid immense number of annoying warning messages. Closes: #504327 -- Raphael Zimmerer Tue, 04 Nov 2008 01:31:34 +0100 convmv (1.12-1) unstable; urgency=low * New upstream release - GPL v2 and v3 now - Workaround bugs in recent perl releases * Enable testsuite -- Raphael Zimmerer Fri, 01 Feb 2008 00:38:02 +0100 convmv (1.10-0.1) unstable; urgency=low * Non-maintainer upload. * New upstream release (Closes: #388551) - This version fix the problem with utf-8 (Closes: #352613) * Bump standards version * Move debhelper to Build-Depends -- Julien Danjou Sun, 12 Nov 2006 22:50:01 +0100 convmv (1.09-1) unstable; urgency=low * New upstream release (Bugfix only) * Make package lintian clean. -- Raphael Zimmerer Fri, 13 Jan 2006 11:56:38 +0100 convmv (1.08-1) unstable; urgency=low * New upstream release (Bugfix only) * Add keywords to description. Closes: #251603 -- Raphael Zimmerer Wed, 25 Aug 2004 21:09:55 +0200 convmv (1.07-1) unstable; urgency=low * New upstream version * Change of Description, thanks to Joe Drew -- Raphael Zimmerer Thu, 15 Jan 2004 03:23:13 +0100 convmv (1.05-1) unstable; urgency=low * Initial release. * Initial (sponsored) upload. Closes: #220856 -- Raphael Zimmerer Sun, 16 Nov 2003 15:53:43 +0100 debian/watch0000644000000000000000000000011112056414563010216 0ustar version=2 http://j3e.de/linux/convmv/convmv-(.*)\.tar\.gz debian uupdate debian/control0000644000000000000000000000145512056414563010604 0ustar Source: convmv Section: utils Priority: optional Maintainer: Christian Perrier Build-Depends-Indep: perl Build-Depends: debhelper ( >= 9~ ) Standards-Version: 3.9.3 Package: convmv Architecture: all Depends: ${misc:Depends},${perl:Depends} Pre-Depends: dpkg (>= 1.15.6~) Description: filename encoding conversion tool convmv can convert a single filename, a directory tree or all files on a filesystem to a different encoding. It only converts the encoding of filenames, not files contents. A special feature of convmv is that it also takes care of symlinks: the encoding of the symlink's target will be converted if the symlink itself is being converted. . It is also possible to convert directories to UTF-8 which are already partially UTF-8 encoded. . Keywords: rename, move debian/source/0000755000000000000000000000000012056414563010474 5ustar debian/source/format0000644000000000000000000000001412056414563011702 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000364512056414563011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: convmv Source: https://www.j3e.de/linux/convmv/ Files: * Copyright: 2003-2008 Bjoern JACKE License: GPL-2+ 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; version 2 or 3. . 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-2' and `/usr/share/common-licenses/GPL-3'. File: debian/* Copyright: 2003-2008 Raphael Zimmerer 2012 Christian Perrier License: GPL-2+ 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; version 2 or 3. . 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-2' and `/usr/share/common-licenses/GPL-3'. debian/docs0000644000000000000000000000001512056414563010043 0ustar TODO CREDITS debian/rules0000755000000000000000000000024612065001626010246 0ustar #!/usr/bin/make -f export PREFIX=/usr %: dh $@ override_dh_auto_install: set make install PREFIX=debian/convmv/usr override_dh_builddeb: dh_builddeb -- -Zxz