--- nautilus-filename-repairer-0.0.6.orig/debian/rules +++ nautilus-filename-repairer-0.0.6/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk + +# prevent useless call to ldconfig in postinst/postrm +DEB_DH_MAKESHLIBS_ARGS_nautilus-filename-repairer := -Xlibnautilus-filename-repairer.so + +# *.la file is not required for a nautilus extension +install/nautilus-filename-repairer:: + find $(CURDIR)/debian/nautilus-filename-repairer/ -name *.la -exec rm \{} \; --- nautilus-filename-repairer-0.0.6.orig/debian/nautilus-filename-repairer.docs +++ nautilus-filename-repairer-0.0.6/debian/nautilus-filename-repairer.docs @@ -0,0 +1,2 @@ +NEWS +README --- nautilus-filename-repairer-0.0.6.orig/debian/control +++ nautilus-filename-repairer-0.0.6/debian/control @@ -0,0 +1,21 @@ +Source: nautilus-filename-repairer +Section: gnome +Priority: optional +Maintainer: Changwoo Ryu +Homepage: http://code.google.com/p/repairer/ +Vcs-Browser: http://git.debian.org/?p=l10n-korean/nautilus-filename-repairer.git +Vcs-Git: git://git.debian.org/git/l10n-korean/nautilus-filename-repairer.git +Standards-Version: 3.8.3 +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libnautilus-extension-dev (>= 2.22.0), intltool, libgnome2-dev + +Package: nautilus-filename-repairer +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Nautilus extension for filename encoding repair + This is a Nautilus extension which repairs filename which uses wrong + encoding in Nautilus. This extension provides the context menu for any + file whose filename uses wrong encoding, so that you cannot read the + filename in Nautilus. + . + You can find a candidate for filename in context menu or submenu. + This extension also provides a decoded name for URL encoded filename. --- nautilus-filename-repairer-0.0.6.orig/debian/watch +++ nautilus-filename-repairer-0.0.6/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://code.google.com/p/repairer/downloads/list http://repairer.googlecode.com/files/nautilus-filename-repairer-(.*)\.tar\.gz --- nautilus-filename-repairer-0.0.6.orig/debian/copyright +++ nautilus-filename-repairer-0.0.6/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Changwoo Ryu on +Sat, 02 Feb 2008 12:11:44 +0900. + +It was downloaded from + +Upstream Author: + + Choe Hwanjin + +Copyright: + + Copyright (C) 2008 Choe Hwanjin + +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) 2008, Changwoo Ryu and +is licensed under the GPL, see above. --- nautilus-filename-repairer-0.0.6.orig/debian/changelog +++ nautilus-filename-repairer-0.0.6/debian/changelog @@ -0,0 +1,43 @@ +nautilus-filename-repairer (0.0.6-1) unstable; urgency=low + + * New Upstream Version (Closes: #559623) + * New upstream project homepage (Closes: #559456) + * Standards-Version: 3.8.3 + + -- Changwoo Ryu Mon, 18 Jan 2010 02:59:19 +0900 + +nautilus-filename-repairer (0.0.5-3) unstable; urgency=low + + * Upload to unstable. (Closes: #529871) + * Standards-Version: 3.8.2 + + -- Changwoo Ryu Thu, 30 Jul 2009 23:46:15 +0900 + +nautilus-filename-repairer (0.0.5-2) experimental; urgency=low + + * Used -X option to dh_makeshlibs. + * Build-Depends on libnautilus-extension-dev (>= 2.22.0) for the new + nautilus extension ABI. (Closes: #475232) + + -- Changwoo Ryu Tue, 01 Apr 2008 22:54:07 +0900 + +nautilus-filename-repairer (0.0.5-1) unstable; urgency=low + + * New Upstream Version + * Prevent useless call to ldconfig in postinst/postrm, by appending + --noscripts option to dh_makeshlibs. + + -- Changwoo Ryu Tue, 01 Apr 2008 22:11:57 +0900 + +nautilus-filename-repairer (0.0.4-1) unstable; urgency=low + + * New Upstream Version + + -- Changwoo Ryu Mon, 10 Mar 2008 19:13:09 +0900 + +nautilus-filename-repairer (0.0.3-1) unstable; urgency=low + + * Initial release (Closes: #463667) + + -- Changwoo Ryu Wed, 06 Feb 2008 16:02:55 +0900 + --- nautilus-filename-repairer-0.0.6.orig/debian/compat +++ nautilus-filename-repairer-0.0.6/debian/compat @@ -0,0 +1 @@ +5