debian/0002755000000000000000000000000011553670050007172 5ustar debian/clean.old0000644000000000000000000000021411553365262010755 0ustar Makefile.in aclocal.m4 configure install-sh missing quickreference/Makefile.in stylesheets/profile-mode.xsl stylesheets/profile.xsl.debdiff debian/gimp-help-it.doc-base0000644000000000000000000000053311553646517013077 0ustar Document: gimp-help-it Title: GIMP User's Manual (Italian) Author: Various Abstract: This manual contains documentation for using the GNU Image Manipulation Program (The GIMP) in the Italian language. Section: Graphics Format: HTML Index: /usr/share/doc/gimp-help-common/html/it/index.html Files: /usr/share/doc/gimp-help-common/html/it/*.html debian/rules0000755000000000000000000000212611553630433010252 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with=autoreconf #--builddirectory=build # Commands not to run: override_dh_auto_test: override_dh_autoreconf: dh_autoreconf ./autogen.sh override_dh_auto_configure: dh_auto_configure -- --without-gimp --enable-build override_dh_auto_install: dh_auto_install # Remove old (unmaintained?) language rm -rf debian/tmp/usr/share/gimp/2.0/help/zh_CN # Remove execute bit from images find debian/tmp/usr/share/gimp/2.0/help/*/images -type f \ -exec chmod -x '{}' ';' override_dh_installdocs: dh_installdocs --link-doc=gimp-help-common -A AUTHORS NEWS README override_dh_clean: dh_clean find tools/xml2po/ -name '*.pyc' -type f -delete rm -f po/*/*/*.po debian/gimp-help-ko.install0000644000000000000000000000003511553426513013052 0ustar /usr/share/gimp/2.0/help/ko/ debian/gimp-help-es.install0000644000000000000000000000003511553426510013045 0ustar /usr/share/gimp/2.0/help/es/ debian/gimp-help-de.postinst0000644000000000000000000000057011553365262013255 0ustar #!/bin/sh -e # if /usr/share/doc/gimp-help-de is a directory, it's probably from an older # package, so remove it and make the symlink if [ ! -L /usr/share/doc/gimp-help-de -a -d /usr/share/doc/gimp-help-de ]; then rmdir /usr/share/doc/gimp-help-de fi if [ ! -e /usr/share/doc/gimp-help-de ]; then ln -s gimp-help-common /usr/share/doc/gimp-help-de fi #DEBHELPER# debian/gimp-help-en.doc-base0000644000000000000000000000053311553646517013065 0ustar Document: gimp-help-en Title: GIMP User's Manual (English) Author: Various Abstract: This manual contains documentation for using the GNU Image Manipulation Program (The GIMP) in the English language. Section: Graphics Format: HTML Index: /usr/share/doc/gimp-help-common/html/en/index.html Files: /usr/share/doc/gimp-help-common/html/en/*.html debian/gimp-help-es.doc-base0000644000000000000000000000053311553646517013072 0ustar Document: gimp-help-es Title: GIMP User's Manual (Spanish) Author: Various Abstract: This manual contains documentation for using the GNU Image Manipulation Program (The GIMP) in the Spanish language. Section: Graphics Format: HTML Index: /usr/share/doc/gimp-help-common/html/es/index.html Files: /usr/share/doc/gimp-help-common/html/es/*.html debian/gimp-help-fr.postinst0000644000000000000000000000057011553365262013274 0ustar #!/bin/sh -e # if /usr/share/doc/gimp-help-fr is a directory, it's probably from an older # package, so remove it and make the symlink if [ ! -L /usr/share/doc/gimp-help-fr -a -d /usr/share/doc/gimp-help-fr ]; then rmdir /usr/share/doc/gimp-help-fr fi if [ ! -e /usr/share/doc/gimp-help-fr ]; then ln -s gimp-help-common /usr/share/doc/gimp-help-fr fi #DEBHELPER# debian/gimp-help-en.postinst0000644000000000000000000000057011553365262013267 0ustar #!/bin/sh -e # if /usr/share/doc/gimp-help-en is a directory, it's probably from an older # package, so remove it and make the symlink if [ ! -L /usr/share/doc/gimp-help-en -a -d /usr/share/doc/gimp-help-en ]; then rmdir /usr/share/doc/gimp-help-en fi if [ ! -e /usr/share/doc/gimp-help-en ]; then ln -s gimp-help-common /usr/share/doc/gimp-help-en fi #DEBHELPER# debian/gimp-help-nn.install0000644000000000000000000000003511553426515013056 0ustar /usr/share/gimp/2.0/help/nn/ debian/source/0002755000000000000000000000000011553365262010500 5ustar debian/source/format0000644000000000000000000000001411553365262011704 0ustar 3.0 (quilt) debian/patches/0002755000000000000000000000000011553561115010622 5ustar debian/patches/series0000644000000000000000000000001611553561115012032 0ustar autogen.patch debian/patches/autogen.patch0000644000000000000000000000353111553366040013305 0ustar Description: disable running configure since dh_autoreconf won't let us pass --without-gimp to this. (Debian Bug #623229 Index: gimp-help-2.6.1/autogen.sh =================================================================== --- gimp-help-2.6.1.orig/autogen.sh +++ gimp-help-2.6.1/autogen.sh @@ -58,18 +58,18 @@ test $TEST_TYPE $FILE || { } -echo -echo "I am going to run ./configure with the following arguments:" -echo -echo " --enable-maintainer-mode --enable-build $AUTOGEN_CONFIGURE_ARGS $@" -echo - -if test -z "$*"; then - echo "If you wish to pass additional arguments, please specify them " - echo "on the $0 command line or set the AUTOGEN_CONFIGURE_ARGS " - echo "environment variable." - echo -fi +#echo +#echo "I am going to run ./configure with the following arguments:" +#echo +#echo " --enable-maintainer-mode --enable-build $AUTOGEN_CONFIGURE_ARGS $@" +#echo +# +#if test -z "$*"; then +# echo "If you wish to pass additional arguments, please specify them " +# echo "on the $0 command line or set the AUTOGEN_CONFIGURE_ARGS " +# echo "environment variable." +# echo +#fi if test -z "$ACLOCAL_FLAGS"; then acdir=`$ACLOCAL --print-ac-dir` @@ -96,7 +96,7 @@ if test $RC -ne 0; then exit 1 fi -$AUTOMAKE --add-missing || exit 1 +$AUTOMAKE --add-missing --copy || exit 1 if [ -e Makefile.in ]; then sed -e 's/^# HIDE FROM AUTOMAKE #//' \ -e '/^all\(-local\)\?:/i\ @@ -114,11 +114,11 @@ rm -rf autom4te.cache cd $ORIGDIR -if $srcdir/configure --enable-maintainer-mode "$@"; then - echo - echo "Now type 'make' to compile $PROJECT." -else - echo - echo "Configure failed or did not finish!" - exit 1 -fi +#if $srcdir/configure --enable-maintainer-mode "$@"; then +# echo +# echo "Now type 'make' to compile $PROJECT." +#else +# echo +# echo "Configure failed or did not finish!" +# exit 1 +#fi debian/gimp-help-nl.doc-base0000644000000000000000000000052711553646517013077 0ustar Document: gimp-help-nl Title: GIMP User's Manual (Dutch) Author: Various Abstract: This manual contains documentation for using the GNU Image Manipulation Program (The GIMP) in the Dutch language. Section: Graphics Format: HTML Index: /usr/share/doc/gimp-help-common/html/nl/index.html Files: /usr/share/doc/gimp-help-common/html/nl/*.html debian/control0000644000000000000000000001233611553670041010600 0ustar Source: gimp-help Section: doc Priority: optional Maintainer: Ari Pollak Build-Depends: debhelper (>= 7.0.50~), automake (>= 1.10), autoconf, pkg-config, dh-autoreconf Build-Depends-Indep: xsltproc (>= 1.1.12), docbook-xml, docbook-xsl, gnome-doc-utils Build-Conflicts: dblatex, docbook2odf Standards-Version: 3.9.2 Homepage: http://www.gimp.org Package: gimp-help-common Architecture: all Depends: ${misc:Depends} Description: Data files for the GIMP documentation This package contains necessary files common to all GIMP help packages, such as graphics and screenshots. Package: gimp-help-de Architecture: all Depends: ${misc:Depends}, gimp-help-common (= ${source:Version}), gimp-helpbrowser | www-browser Provides: gimp-help Enhances: gimp Description: Documentation for the GIMP (German) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in German. Package: gimp-help-en Architecture: all Depends: ${misc:Depends}, gimp-help-common (= ${source:Version}), gimp-helpbrowser | www-browser Provides: gimp-help Enhances: gimp Description: Documentation for the GIMP (English) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in English. Package: gimp-help-es Architecture: all Depends: ${misc:Depends}, gimp-help-common (= ${source:Version}), gimp-helpbrowser | www-browser Provides: gimp-help Enhances: gimp Description: Documentation for the GIMP (Spanish) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in Spanish. Package: gimp-help-fr Architecture: all Depends: ${misc:Depends}, gimp-help-common (= ${source:Version}), gimp-helpbrowser | www-browser Provides: gimp-help Enhances: gimp Description: Documentation for the GIMP (French) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in French. Package: gimp-help-it Architecture: all Depends: ${misc:Depends}, gimp-help-common (= ${source:Version}), gimp-helpbrowser | www-browser Provides: gimp-help Enhances: gimp Description: Documentation for the GIMP (Italian) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in Italian. Package: gimp-help-ko Architecture: all Depends: ${misc:Depends}, gimp-help-common (= ${source:Version}), gimp-helpbrowser | www-browser Provides: gimp-help Enhances: gimp Description: Documentation for the GIMP (Korean) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in Korean. Package: gimp-help-nl Architecture: all Depends: ${misc:Depends}, gimp-help-common (= ${source:Version}), gimp-helpbrowser | www-browser Provides: gimp-help Enhances: gimp Description: Documentation for the GIMP (Dutch) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in Dutch. Package: gimp-help-nn Architecture: all Depends: ${misc:Depends}, gimp-help-common (= ${source:Version}), gimp-helpbrowser | www-browser Provides: gimp-help Enhances: gimp Description: Documentation for the GIMP (Norwegian) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in Norwegian. Package: gimp-help-pl Architecture: all Depends: ${misc:Depends}, gimp-help-common (= ${source:Version}), gimp-helpbrowser | www-browser Provides: gimp-help Enhances: gimp Description: Documentation for the GIMP (Polish) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in Polish. Package: gimp-help-ru Architecture: all Depends: ${misc:Depends}, gimp-help-common (= ${source:Version}), gimp-helpbrowser | www-browser Provides: gimp-help Enhances: gimp Description: Documentation for the GIMP (Russian) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in Russian. Package: gimp-help-sv Architecture: all Depends: ${misc:Depends}, gimp-help-common (= ${source:Version}), gimp-helpbrowser | www-browser Provides: gimp-help Enhances: gimp Description: Documentation for the GIMP (Swedish) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in Swedish. debian/gimp-help-nl.install0000644000000000000000000000003511553426514013053 0ustar /usr/share/gimp/2.0/help/nl/ debian/changelog0000644000000000000000000001567511553630346011064 0ustar gimp-help (2.6.1-1) unstable; urgency=low * New upstream release (Closes: #523295, #550535) - git archive GIMP_HELP_2_6_1 | gzip > ../gimp-help_2.6.1.orig.tar.gz * Changed location of upstream source in copyright file * Use debhelper 7 with short rules file * Use machine-readable copyright file -- Ari Pollak Sat, 14 Aug 2010 01:02:20 -0400 gimp-help (2.4.1-2) unstable; urgency=low * Don't use a custom version of dh_installdocs anymore (Closes: #521933) -- Ari Pollak Sun, 12 Apr 2009 16:36:19 -0400 gimp-help (2.4.1-1) unstable; urgency=low * New upstream release * Remove executable bit from images (Closes: #394907) -- Ari Pollak Fri, 11 Apr 2008 19:05:53 -0400 gimp-help (2.4.0-2) unstable; urgency=low * Changed gimp-helpbrowser dependency to gimp * Remove bashism in debian/rules when cleaning up images from missing languages (Closes: #459191) -- Ari Pollak Fri, 04 Jan 2008 15:14:19 -0500 gimp-help (2.4.0-1) unstable; urgency=low * New upstream release -- Ari Pollak Sat, 01 Dec 2007 14:06:09 -0500 gimp-help (2+0.13-1) unstable; urgency=low * New upstream release * Fix description for gimp-help-no (Closes: #421615) -- Ari Pollak Fri, 03 Aug 2007 12:21:37 -0400 gimp-help (2+0.12-1) unstable; urgency=low * New upstream release - Add Korean, Norwegian, and Russian translations * Remove old compatibility conflicts & replaces that were from pre-sarge -- Ari Pollak Sun, 11 Mar 2007 08:56:21 -0400 gimp-help (2+0.10-2) unstable; urgency=low * Add Build-Depend on docbook-xml for 4.3 DTDs, and apply patch from Mike Hommey to allow building with libxslt 1.1.8 (Closes: #397623) * Make clean rule better -- Ari Pollak Fri, 10 Nov 2006 23:41:27 -0500 gimp-help (2+0.10-1) unstable; urgency=low * New upstream release - Ignore the Croatian translation since there's barely anything translated -- Ari Pollak Wed, 12 Apr 2006 19:03:18 -0400 gimp-help (2+0.9-1) unstable; urgency=low * New upstream release (Closes: #327806) -- Ari Pollak Mon, 12 Sep 2005 13:59:21 -0400 gimp-help (2+0.8-3) unstable; urgency=low * Add imagemagick to build-depends (Closes: #315036) -- Ari Pollak Mon, 20 Jun 2005 11:54:24 -0400 gimp-help (2+0.8-2) unstable; urgency=low * Correct lang=en to lang=it in src/concepts/selection.xml (Closes: #314885) * Manually add /usr/share/doc/gimp-help- symlinks in postinst for all languages except it and nl if those exist as empty directories * Include upstream NEWS file in docs (Closes: #302856) -- Ari Pollak Sun, 19 Jun 2005 13:04:53 -0400 gimp-help (2+0.8-1) unstable; urgency=low * New upstream release -- Ari Pollak Tue, 17 May 2005 19:11:04 -0400 gimp-help (2+0.7-5) unstable; urgency=high * Fix doc-base entry for gimp-help-zh-cn to point to correct directory name (Closes: #308228) -- Ari Pollak Sun, 8 May 2005 18:04:08 -0400 gimp-help (2+0.7-4) unstable; urgency=low * Correct lang=en to lang=cs in ch. 2 sec. 6.3. This is already fixed in upstream CVS, from GNOME bug 170140. (Closes: #170140) -- Ari Pollak Mon, 2 May 2005 16:06:22 -0400 gimp-help (2+0.7-3) unstable; urgency=low * Oops, add a section to the *.doc-base files, and actually install them * Fix the order of the directories in the *.links files -- Ari Pollak Wed, 9 Mar 2005 09:18:59 -0500 gimp-help (2+0.7-2) unstable; urgency=low * Actually put the appropriate files into gimp-help-cs * Make /usr/share/doc/gimp-help- symlink to gimp-help-common, and link /usr/share/gimp/2.0/help to /usr/share/doc/gimp-help-common/html. (Closes: #298428) * Create debian/gimp-help-.doc-base files -- Ari Pollak Mon, 7 Mar 2005 10:16:22 -0500 gimp-help (2+0.7-1) unstable; urgency=low * New upstream release * Add a -cs package for Czech -- Ari Pollak Fri, 18 Feb 2005 20:27:34 -0500 gimp-help (2+0.6-3) unstable; urgency=low * Rebuild, depending on xsltproc >= 1.1.12, since it has now hit unstable. This should fix the problem where the back cover indexes are not generated. (Closes: #286831) -- Ari Pollak Thu, 17 Feb 2005 01:41:14 -0500 gimp-help (2+0.6-2) unstable; urgency=low * Rebuild for unstable -- Ari Pollak Mon, 20 Dec 2004 18:43:22 -0500 gimp-help (2+0.6-1) experimental; urgency=low * New upstream release for experimental - if GIMP 2.2 will be uploaded to unstable, so will this. * Fix enormous .diff file * Don't copy config.{sub,guess}, they're not used here * Language packs now have versioned depends on gimp-help-common * Remove html/, pdf/, and xml/ on clean -- Ari Pollak Sun, 19 Dec 2004 15:20:04 -0500 gimp-help (2+0.5-1) experimental; urgency=low * New upstream release for experimental, since it contains documentation updated for GIMP 2.2 (already in experimental). * Add gimp-help-zh-cn package for Chinese Simplified * Add --enable-build to configure options to rebuild output files, since otherwise the French translation won't be included. Add xsltproc and docbook-xsl to build-depends appropriately. -- Ari Pollak Mon, 8 Nov 2004 10:07:41 -0500 gimp-help (2+0.4-1) unstable; urgency=low * New upstream release -- Ari Pollak Fri, 13 Aug 2004 09:07:02 -0400 gimp-help (2+0.3-5) unstable; urgency=low * Remove gimp-help dummy package (Closes: #263855) * Depend on gimp-helpbrowser | www-browser, not gimp -- Ari Pollak Thu, 5 Aug 2004 21:48:48 -0400 gimp-help (2+0.3-4) unstable; urgency=low * add gimp-helpbrowser option to depends, remove gimp -- Ari Pollak Fri, 9 Jul 2004 10:40:14 -0400 gimp-help (2+0.3-3) unstable; urgency=low * Replaces & Conflicts: gimp-help (<< 2+0.3-1) (Closes: #255281) -- Ari Pollak Sat, 19 Jun 2004 21:04:03 -0400 gimp-help (2+0.3-2) unstable; urgency=low * Make all language packages Recommend gimp-help-en, and explain why -- Ari Pollak Sat, 19 Jun 2004 13:04:33 -0400 gimp-help (2+0.3-1) unstable; urgency=low * New upstream release * Split gimp-help into language-specific packages, make gimp-help a dummy and depend on gimp-help-en for now -- Ari Pollak Sun, 6 Jun 2004 08:52:50 -0400 gimp-help (2+0.2-2) unstable; urgency=low * Suggest gimp, not gimp1.3 (Closes: #247390) -- Ari Pollak Tue, 4 May 2004 18:15:52 -0400 gimp-help (2+0.2-1) unstable; urgency=low * New upstream release -- Ari Pollak Wed, 24 Mar 2004 21:54:41 -0500 gimp-help (2+0.1-1) unstable; urgency=low * Initial Release. (Closes: #236987) -- Ari Pollak Tue, 9 Mar 2004 00:26:21 -0500 debian/copyright0000644000000000000000000000037411553630357011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Source: git://git.gnome.org/gimp-help-2 Files: * Copyright: 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The GIMP Documentation Team (see AUTHORS) License: GFDL-NIV-1.2 debian/gimp-help-nn.doc-base0000644000000000000000000000053711553646517013102 0ustar Document: gimp-help-nn Title: GIMP User's Manual (Norwegian) Author: Various Abstract: This manual contains documentation for using the GNU Image Manipulation Program (The GIMP) in the Norwegian language. Section: Graphics Format: HTML Index: /usr/share/doc/gimp-help-common/html/nn/index.html Files: /usr/share/doc/gimp-help-common/html/nn/*.html debian/gimp-help-ru.doc-base0000644000000000000000000000053311553646517013111 0ustar Document: gimp-help-ru Title: GIMP User's Manual (Russian) Author: Various Abstract: This manual contains documentation for using the GNU Image Manipulation Program (The GIMP) in the Russian language. Section: Graphics Format: HTML Index: /usr/share/doc/gimp-help-common/html/ru/index.html Files: /usr/share/doc/gimp-help-common/html/ru/*.html debian/rules.old0000644000000000000000000000527711553365262011043 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif build/config.status: configure dh_testdir # Add here commands to configure the package. mkdir build cd build; CFLAGS="$(CFLAGS)" ../configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --without-gimp --enable-build build: build-stamp build-stamp: build/config.status dh_testdir # Add here commands to compile the package. cd build; $(MAKE) #/usr/bin/docbook-to-man debian/gimp-help-2.sgml > gimp-help-2.1 touch build-stamp clean: dh_testdir dh_testroot # Add here commands to clean up after the build process. rm -rf build #ifneq "$(wildcard /usr/share/misc/config.sub)" "" # cp -f /usr/share/misc/config.sub config.sub #endif #ifneq "$(wildcard /usr/share/misc/config.guess)" "" # cp -f /usr/share/misc/config.guess config.guess #endif dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs #-A usr/share/doc # Add here commands to install the package into debian/tmp cd build; $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp # Remove old languages rm -rf debian/tmp/usr/share/gimp/2.0/help/images/*/cs rm -rf debian/tmp/usr/share/gimp/2.0/help/images/*/lt rm -rf debian/tmp/usr/share/gimp/2.0/help/images/*/zh_CN find debian/tmp/usr/share/gimp/2.0/help/images -type f \ -exec chmod -x '{}' ';' # Build architecture-dependent files here. binary-arch: build install # We have nothing to do by default. # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_movefiles dh_installchangelogs -pgimp-help-common ChangeLog dh_link dh_installdocs dh_installexamples # dh_install # dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_installinit # dh_installcron # dh_installinfo dh_installman dh_strip dh_compress dh_fixperms # dh_perl # dh_python # 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 debian/watch.old0000644000000000000000000000010411553365262010777 0ustar version=3 ftp://ftp.gimp.org/pub/gimp/help/gimp-help-(.*)\.tar\.bz2 debian/gimp-help-fr.doc-base0000644000000000000000000000053111553646517013070 0ustar Document: gimp-help-fr Title: GIMP User's Manual (French) Author: Various Abstract: This manual contains documentation for using the GNU Image Manipulation Program (The GIMP) in the French language. Section: Graphics Format: HTML Index: /usr/share/doc/gimp-help-common/html/fr/index.html Files: /usr/share/doc/gimp-help-common/html/fr/*.html debian/gimp-help-common.links0000644000000000000000000000007411553621670013407 0ustar usr/share/gimp/2.0/help usr/share/doc/gimp-help-common/html debian/gimp-help-fr.install0000644000000000000000000000003511553426511013046 0ustar /usr/share/gimp/2.0/help/fr/ debian/gimp-help-de.doc-base0000644000000000000000000000053111553646517013051 0ustar Document: gimp-help-de Title: GIMP User's Manual (German) Author: Various Abstract: This manual contains documentation for using the GNU Image Manipulation Program (The GIMP) in the German language. Section: Graphics Format: HTML Index: /usr/share/doc/gimp-help-common/html/de/index.html Files: /usr/share/doc/gimp-help-common/html/de/*.html debian/TODO.internal0000644000000000000000000000021711553630453011476 0ustar - undo symlinks since -common is useless - need .preinst to convert links to dirs - also need to change the .doc-base files and debian/rules debian/compat0000644000000000000000000000000211553365262010374 0ustar 7 debian/gimp-help-it.install0000644000000000000000000000003511553426512013054 0ustar /usr/share/gimp/2.0/help/it/ debian/gimp-help-pl.doc-base0000644000000000000000000000053111553646517013074 0ustar Document: gimp-help-pl Title: GIMP User's Manual (Polish) Author: Various Abstract: This manual contains documentation for using the GNU Image Manipulation Program (The GIMP) in the Polish language. Section: Graphics Format: HTML Index: /usr/share/doc/gimp-help-common/html/pl/index.html Files: /usr/share/doc/gimp-help-common/html/pl/*.html debian/gimp-help-ru.install0000644000000000000000000000003511553426524013071 0ustar /usr/share/gimp/2.0/help/ru/ debian/gimp-help-sv.doc-base0000644000000000000000000000053311553646517013113 0ustar Document: gimp-help-sv Title: GIMP User's Manual (Swedish) Author: Various Abstract: This manual contains documentation for using the GNU Image Manipulation Program (The GIMP) in the Swedish language. Section: Graphics Format: HTML Index: /usr/share/doc/gimp-help-common/html/sv/index.html Files: /usr/share/doc/gimp-help-common/html/sv/*.html debian/gimp-help-ko.doc-base0000644000000000000000000000053111553646517013072 0ustar Document: gimp-help-ko Title: GIMP User's Manual (Korean) Author: Various Abstract: This manual contains documentation for using the GNU Image Manipulation Program (The GIMP) in the Korean language. Section: Graphics Format: HTML Index: /usr/share/doc/gimp-help-common/html/ko/index.html Files: /usr/share/doc/gimp-help-common/html/ko/*.html debian/gimp-help-sv.postinst0000644000000000000000000000057011553365262013315 0ustar #!/bin/sh -e # if /usr/share/doc/gimp-help-sv is a directory, it's probably from an older # package, so remove it and make the symlink if [ ! -L /usr/share/doc/gimp-help-sv -a -d /usr/share/doc/gimp-help-sv ]; then rmdir /usr/share/doc/gimp-help-sv fi if [ ! -e /usr/share/doc/gimp-help-sv ]; then ln -s gimp-help-common /usr/share/doc/gimp-help-sv fi #DEBHELPER# debian/gimp-help-en.install0000644000000000000000000000003511553365262013046 0ustar /usr/share/gimp/2.0/help/en/ debian/gimp-help-sv.install0000644000000000000000000000003511553426526013075 0ustar /usr/share/gimp/2.0/help/sv/ debian/gimp-help-pl.install0000644000000000000000000000003511553426521013053 0ustar /usr/share/gimp/2.0/help/pl/ debian/gimp-help-de.install0000644000000000000000000000003511553426504013031 0ustar /usr/share/gimp/2.0/help/de/