--- librcc-0.2.8.orig/debian/librcc-dev.install +++ librcc-0.2.8/debian/librcc-dev.install @@ -0,0 +1,6 @@ +usr/include/* +usr/lib/lib*.a +usr/lib/lib*.so +usr/lib/*.la +usr/lib/rcc/engines/*.a +usr/lib/rcc/engines/*.la --- librcc-0.2.8.orig/debian/control +++ librcc-0.2.8/debian/control @@ -0,0 +1,80 @@ +Source: librcc +Priority: extra +Maintainer: Ivan Borzenkov +Build-Depends: debhelper (>= 7), librcd-dev, libenca-dev, libdb-dev, libxml2-dev, libaspell-dev, doxygen, automake, libtool, pkg-config, libgtk2.0-dev +Standards-Version: 3.8.0 +Section: libs +Homepage: http://rusxmms.sourceforge.net/ + +Package: librcc0 +Section: libs +Architecture: any +Depends: librcd0, libenca0, ${shlibs:Depends} +Description: Library for autoconvert codepages + Originally, the project was aimed to provide means to work with + multiple encodings + * Language Autodetection + * On the fly translation between languages, using online-services! + * Encoding Autodetection for most of European Languages1 + * Support for encoding detection plugins (besides Enca and LibRCD) + * Recoding/translation of multi-language playlists! + * Cache to speed-up re-recoding. + * Possibility to configure new languages and encodings. + * Shared configuration file. For example mentioned TagLib and + LibID3 patches do not have their own user interface, but will + utilize the same recoding configuration as XMMS. + * As well the separate program for configuration adjustment is + available. + * GTK/GTK2 UI Library: you can add properties page to your GTK+ + application with 3 lines of code. + * Menu localization opportunity + +Package: librccgtk2-0 +Section: libs +Architecture: any +Depends: librcc0 (= ${binary:Version}), ${shlibs:Depends} +Replaces: librcc0 (<< 0.2.8-1) +Description: Library for autoconvert codepages GTK2 interface + Originally, the project was aimed to provide means to work with + multiple encodings + * Language Autodetection + * On the fly translation between languages, using online-services! + * Encoding Autodetection for most of European Languages1 + * Support for encoding detection plugins (besides Enca and LibRCD) + * Recoding/translation of multi-language playlists! + * Cache to speed-up re-recoding. + * Possibility to configure new languages and encodings. + * Shared configuration file. For example mentioned TagLib and + LibID3 patches do not have their own user interface, but will + utilize the same recoding configuration as XMMS. + * As well the separate program for configuration adjustment is + available. + * GTK/GTK2 UI Library: you can add properties page to your GTK+ + application with 3 lines of code. + * Menu localization opportunity + This package contains GTK/GTK2 UI Library. + +Package: librcc-dev +Section: libdevel +Architecture: any +Depends: librcc0 (= ${binary:Version}), librccgtk2-0 (= ${binary:Version}), librcd-dev +Description: Library for autoconvert codepages development files + Originally, the project was aimed to provide means to work with + multiple encodings + * Language Autodetection + * On the fly translation between languages, using online-services! + * Encoding Autodetection for most of European Languages1 + * Support for encoding detection plugins (besides Enca and LibRCD) + * Recoding/translation of multi-language playlists! + * Cache to speed-up re-recoding. + * Possibility to configure new languages and encodings. + * Shared configuration file. For example mentioned TagLib and + LibID3 patches do not have their own user interface, but will + utilize the same recoding configuration as XMMS. + * As well the separate program for configuration adjustment is + available. + * GTK/GTK2 UI Library: you can add properties page to your GTK+ + application with 3 lines of code. + * Menu localization opportunity + This package contains the include files, static library and + development tools for librcc, as well as the testlibraw program. --- librcc-0.2.8.orig/debian/librccgtk2-0.install +++ librcc-0.2.8/debian/librccgtk2-0.install @@ -0,0 +1,2 @@ +usr/lib/librccui.so.* +usr/lib/librccgtk2.so.* --- librcc-0.2.8.orig/debian/rules +++ librcc-0.2.8/debian/rules @@ -0,0 +1,78 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + ./autogen.sh + + #dh_auto_configure + ./configure --prefix=/usr --disable-libtranslate --enable-force-dynamic-engines + + touch configure-stamp + + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + + cd docs/api && doxygen Doxyfile + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + test ! -f Makefile || $(MAKE) clean distclean distclean-am + rm -rf docs/api/html + rm -rf aclocal.m4 + rm -f configure examples/Makefile config.guess ltmain.sh config.sub + find ./ -name 'Makefile.in' -delete + test ! -d ./examples/.deps || find ./examples/.deps -name '*.Po' -delete + + dh_auto_clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/tmp + $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + + +# Build architecture-independent files here. +binary-indep: build install + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- librcc-0.2.8.orig/debian/watch +++ librcc-0.2.8/debian/watch @@ -0,0 +1,4 @@ +# Compulsory line, this is a version 3 file +version=3 + +http://dside.dyndns.org/files/rusxmms/librcc-(.*)\.tar\.bz2 --- librcc-0.2.8.orig/debian/librccgtk2-0.dirs +++ librcc-0.2.8/debian/librccgtk2-0.dirs @@ -0,0 +1 @@ +usr/lib --- librcc-0.2.8.orig/debian/changelog +++ librcc-0.2.8/debian/changelog @@ -0,0 +1,54 @@ +librcc (0.2.8-2) unstable; urgency=low + + * Fix Replaces for librccgtk2-0 + + -- Ivan Borzenkov Sun, 18 Jan 2009 20:16:59 +0300 + +librcc (0.2.8-1) unstable; urgency=low + + * New upstream release + * Change License - GPL2 to LGPL2.1 + * Split librcc0 to librcc0 and librcc0-gtk (Closes: #512044) + + -- Ivan Borzenkov Sat, 17 Jan 2009 10:52:15 +0300 + +librcc (0.2.7-3) unstable; urgency=low + + * move gen doc to binary-arch (wait to split package) (Closes: #511823) + + -- Ivan Borzenkov Fri, 16 Jan 2009 21:00:40 +0300 + +librcc (0.2.7-2) unstable; urgency=low + + * Fix License - GPL to GPL2 + + -- Ivan Borzenkov Fri, 26 Dec 2008 03:12:34 +0300 + +librcc (0.2.7-1) unstable; urgency=low + + * NO Repack original source - original is good + * New upstream release + + -- Ivan Borzenkov Tue, 16 Dec 2008 22:58:17 +0300 + +librcc (0.2.6-3) unstable; urgency=low + + * Repack original source + * del source.lintian-overrides + + -- Ivan Borzenkov Tue, 09 Dec 2008 01:16:27 +0300 + +librcc (0.2.6-2) unstable; urgency=low + + * add source.lintian-overrides when original code is not fox + * fix clean error when original Makefile is exist + * add watch file + + -- Ivan Borzenkov Thu, 20 Nov 2008 23:14:01 +0300 + +librcc (0.2.6-1) unstable; urgency=low + + * Initial release (Closes: #507294) + + -- Ivan Borzenkov Sun, 16 Nov 2008 03:15:55 +0300 + --- librcc-0.2.8.orig/debian/compat +++ librcc-0.2.8/debian/compat @@ -0,0 +1 @@ +7 --- librcc-0.2.8.orig/debian/librcc0.dirs +++ librcc-0.2.8/debian/librcc0.dirs @@ -0,0 +1,2 @@ +usr/lib +usr/lib/rcc/engines --- librcc-0.2.8.orig/debian/librcc0.install +++ librcc-0.2.8/debian/librcc0.install @@ -0,0 +1,2 @@ +usr/lib/librcc.so.* +usr/lib/rcc/engines/*.so --- librcc-0.2.8.orig/debian/copyright +++ librcc-0.2.8/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Ivan Borzenkov on +Sun, 16 Nov 2008 03:17:57 +0300. + +It was downloaded from http://rusxmms.sourceforge.net/ + +Upstream Author: + + Suren A. Chilingaryan + +Copyright: + + Copyright (C) 2005 Suren A. Chilingaryan + +License: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General Public License +version 2 can be found in `/usr/share/common-licenses/LGPL-2.1'. + +The Debian packaging is (C) 2008, Ivan Borzenkov and +is licensed under the LGPL, see above. \ No newline at end of file --- librcc-0.2.8.orig/debian/librcc-dev.examples +++ librcc-0.2.8/debian/librcc-dev.examples @@ -0,0 +1,12 @@ +examples/Makefile.am +examples/example1.c +examples/example2.c +examples/rcc-gtk-config.c +examples/rcc.xml.chinese +examples/rcc.xml.eastern +examples/rcc.xml.western +examples/mpg123-rcc.patch +examples/rusxmms_cache.pl +examples/input-russian.txt +examples/rcc-example.xml +examples/rcc.xml --- librcc-0.2.8.orig/debian/librcc-dev.doc-base +++ librcc-0.2.8/debian/librcc-dev.doc-base @@ -0,0 +1,10 @@ +Document: librcc-dev +Title: Debian librcc Manual +Author: Suren A. Chilingaryan +Section: Text + +Format: HTML +Index: /usr/share/doc/librcc-dev/html/index.html +Files: /usr/share/doc/librcc-dev/html/*.html + + --- librcc-0.2.8.orig/debian/librcc-dev.dirs +++ librcc-0.2.8/debian/librcc-dev.dirs @@ -0,0 +1,3 @@ +usr/lib +usr/lib/rcc/engines +usr/include --- librcc-0.2.8.orig/debian/librcc-dev.docs +++ librcc-0.2.8/debian/librcc-dev.docs @@ -0,0 +1,2 @@ +docs/api/html +docs/LibRCC.sxd.pdf