--- openclipart-0.18+dfsg.orig/clipart/computer/network/router_joeseph_teed_01.svg +++ openclipart-0.18+dfsg/clipart/computer/network/router_joeseph_teed_01.svg @@ -1,17 +1,36 @@ - - - - + + + + + Router - + router - + Joeseph Teed @@ -27,47 +46,167 @@ 8/15/2005 image/svg+xml - - + + en - - - - + + + + - - - - + + + + - - - + + + - - - + + + - - - - - + + + + + - - - - - - - - - - - + + + + + + + + + + + --- openclipart-0.18+dfsg.orig/debian/openclipart.README.Debian +++ openclipart-0.18+dfsg/debian/openclipart.README.Debian @@ -0,0 +1,7 @@ +openclipart for Debian +---------------------- + +This package is intended only to force the installation of the other +openclipart packages through its dependencies. + + -- Aurelien Jarno Mon, 10 Dec 2004 08:55:09 +0100 --- openclipart-0.18+dfsg.orig/debian/openclipart-svg.README.Debian +++ openclipart-0.18+dfsg/debian/openclipart-svg.README.Debian @@ -0,0 +1,16 @@ +openclipart-svg for Debian +-------------------------- + +If you need to create a PNG or a JPEG image with higher resolution, you +can convert it from the SVG format, using rsvg (from the librsvg2-bin package) +as follow: + + rsvg -d dpi_x -p dpi_y in.svg out.png + +or + + rsvg -d dpi_x -p dpi_y in.svg out.jpeg + +Some options could be specified, please see rsvg(1) for more information. + + -- Aurelien Jarno Fri, 04 Jan 2005 23:07:12 +0100 --- openclipart-0.18+dfsg.orig/debian/openclipart-svg.dirs +++ openclipart-0.18+dfsg/debian/openclipart-svg.dirs @@ -0,0 +1,2 @@ +usr/share/lintian/overrides +usr/share/openclipart/svg --- openclipart-0.18+dfsg.orig/debian/copyright +++ openclipart-0.18+dfsg/debian/copyright @@ -0,0 +1,44 @@ +This package was debianized by Aurelien Jarno on +Sun, 19 Dec 2004 13:54:06 +0100. + +It was downloaded from http://www.openclipart.org + +Upstream Authors: + Each image has an associated .txt file giving information about + the image, including the author. + + +Copyright: + + creative commons Public Domain Dedication + + Copyright-Only Dedication (based on United States law) or Public Domain + Certification + + The person or persons who have associated work with this document (the + "Dedicator" or "Certifier") hereby either (a) certifies that, to the best + of his knowledge, the work of authorship identified is in the public + domain of the country from which the work is published, or (b) hereby + dedicates whatever copyright the dedicators holds in the work of authorship + identified below (the "Work") to the public domain. A certifier, morever, + dedicates any copyright interest he may have in the associated work, and + for these purposes, is described as a "dedicator" below. + + A certifier has taken reasonable steps to verify the copyright status of + this work. Certifier recognizes that his good faith efforts may not shield + him from liability if in fact the work certified is not in the public domain. + + A dedicator makes this dedication for the benefit of the public at large and + to the detriment of the Dedicator's heirs and successors. Dedicators intend + this dedication to be an overt act of relinquishment in perpetuity of all + present and future rights under copyright law, whether vested or contingent, + in the Work. Dedicator understand that such relinquishment of all rights + includes the relinquishment of all rights to enforce (by lawsuit or otherwise) + those copyrights in the Work. + + Dedicator recognizes that, once placed in the public domain, the Work may be + freely reproduced, distributed, transmitted, used, modified, built upon, or + otherwise exploited by anyone for any purpose, commercial or non-commercial, + and in any way, including by methods that have not yet been invented or + conceived. + --- openclipart-0.18+dfsg.orig/debian/control +++ openclipart-0.18+dfsg/debian/control @@ -0,0 +1,55 @@ +Source: openclipart +Section: graphics +Priority: extra +Maintainer: Debian QA Group +Build-Depends: debhelper (>> 4.0.0) +Build-Depends-Indep: inkscape (>= 0.42.2+0.43pre1-1), fdupes, libreoffice-dev, java-gcj-compat +Standards-Version: 3.6.2 +Homepage: http://www.openclipart.org + +Package: openclipart +Architecture: all +Depends: openclipart-svg (>= ${Source-Version}), openclipart-png (>= ${Source-Version}), openclipart-libreoffice (= ${Source-Version}) +Description: Open Clip Art Library + The Open Clip Art Library is a collection of 100% license-free, + royalty-free, and restriction-free art that you can use for any purpose. + . + This package is a meta package installing both the SVG and PNG (converted + from SVG) versions. + +Package: openclipart-svg +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: openclipart (<< 0.10+dfsg-3) +Recommends: librsvg2-bin +Suggests: ksvg, gimp-svg, inkscape, sodipodi, sketch +Description: clip art in SVG format + The Open Clip Art Library is a collection of 100% license-free, + royalty-free, and restriction-free art that you can use for any purpose. + . + This package contains the images in Scalable Vector Graphic + (SVG) format, which is an XML format approved by the W3C. + +Package: openclipart-png +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: openclipart (<< 0.10+dfsg-3) +Suggests: gimp +Description: clip art in PNG format + The Open Clip Art Library is a collection of 100% license-free, + royalty-free, and restriction-free art that you can use for any purpose. + . + This package contains the images in Portable Network Graphics + (PNG) format. + +Package: openclipart-libreoffice +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, openclipart-png (= ${Source-Version}) +Conflicts: openclipart (<< 0.10+dfsg-3), libreoffice-common (<< 1:${basis-version}), libreoffice-common (>= 1:${basis-version}.99) +Recommends: libreoffice +Description: clip art for OpenOffice.org/LibreOffice gallery + The Open Clip Art Library is a collection of 100% license-free, + royalty-free, and restriction-free art that you can use for any purpose. + . + This package contains the OpenOffice.org/LibreOffice Gallery info files. + --- openclipart-0.18+dfsg.orig/debian/rules +++ openclipart-0.18+dfsg/debian/rules @@ -0,0 +1,151 @@ +#!/usr/bin/make -f +# 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 + +# Put here files that are oversized and need to have a reduced size +OVERSIZED_FILES = ./clipart/animals/mammals/big_cats/tiger_graig_ryan_smith_-_01.svg \ + ./clipart/signs_and_symbols/flags/national_flag_of_the_re_.svg \ + ./clipart/signs_and_symbols/flags/the_official_flag_of_i_r.svg \ + ./clipart/food/bread_and_wine_mark_near_.svg \ + ./clipart/geography/africa_01.svg \ + ./clipart/geography/europe_01.svg \ + ./clipart/geography/oceania_01.svg \ + ./clipart/geography/world_map_01.svg \ + ./clipart/geography/world_map_02.svg \ + ./clipart/shapes/tangram_erwan_01.svg \ + ./clipart/shapes/tangram_erwan_02.svg \ + ./clipart/recreation/games/chess/tamerlane_chess_jonadab_.svg \ + ./clipart/recreation/tamerlane_chess_jonadab_.svg + +clean: + dh_testdir + dh_testroot + + # Files with space in their name are causing problems. Removing spaces. + -mv "./clipart/recreation/music/CD_Player" "./clipart/recreation/music/CD Player" + -mv "./clipart/unsorted/profilo_della_citta.svg" "./clipart/unsorted/profilo_della citta.svg" + + -rm -rf build + -rm -f *-stamp + dh_clean + + +build: build-stamp +build-stamp: + dh_testdir + + # Files with space in their name are causing problems. Removing spaces. + mv "./clipart/recreation/music/CD Player" "./clipart/recreation/music/CD_Player" + mv "./clipart/unsorted/profilo_della citta.svg" "./clipart/unsorted/profilo_della_citta.svg" + + # Create svg and png files + cd $(CURDIR)/clipart && for i in `find . -name "*.svg" -printf "%p " ` ; do \ + echo "Processing $$i" ; \ + dir=`dirname $$i` ; \ + file=`basename $$i` ; \ + pngfile=`basename $$file svg`png ; \ + mkdir -p $(CURDIR)/build/usr/share/openclipart/svg/$$dir ; \ + sed -e '//,/<\/i:pgf>/d' $(CURDIR)/clipart/$$dir/$$file > \ + $(CURDIR)/build/usr/share/openclipart/svg/$$dir/$$file ; \ + mkdir -p $(CURDIR)/build/usr/share/openclipart/png/$$dir ; \ + if echo $(OVERSIZED_FILES) | grep -q $$i ; then \ + inkscape -w 1500 --export-png=$(CURDIR)/build/usr/share/openclipart/png/$$dir/$$pngfile \ + $$dir/$$file 2>&1 | grep -v "^$$" | uniq; \ + else \ + inkscape --export-png=$(CURDIR)/build/usr/share/openclipart/png/$$dir/$$pngfile \ + $$dir/$$file 2>&1 | grep -v "^$$" | uniq; \ + fi ; \ + done + + # Replace duplicates files by symlinks + cd $(CURDIR)/build/ ; \ + fdupes -r -1 . | while read lines ; do \ + unset MAIN ; \ + for dupes in $$lines ; do \ + if [ -z "$$MAIN" ] ; then \ + MAIN=`echo $$dupes | sed s/\\.//` ; \ + else \ + ln -sf $$MAIN $$dupes ; \ + fi ; \ + done ; \ + done + + # Move some files + mv $(CURDIR)/build/usr/share/openclipart/svg/animals/birds/macchina_fotografica_di_01.svg \ + $(CURDIR)/build/usr/share/openclipart/svg/electronics/ + mv $(CURDIR)/build/usr/share/openclipart/png/animals/birds/macchina_fotografica_di_01.png \ + $(CURDIR)/build/usr/share/openclipart/png/electronics/ + + # Create OOo gallery files; we need to add the files in hunks + # because we othererwise may get too many arguments.... + mkdir -p $(CURDIR)/build/usr/lib/libreoffice/$(shell readlink /usr/lib/libreoffice/basis-link)/share/gallery + for dir in `find build/usr/share/openclipart/png -mindepth 1 -maxdepth 1 -type d | LC_CTYPE=C sort` ; do \ + gal_name=$${dir##*/}; \ + gal_oooname=`echo $$gal_name | awk '{gsub("_"," ");a=toupper(substr($$0,1,1));b=substr($$0,2);print a b}'` ; \ + echo "Doing gallery $$gal_oooname..."; \ + find $(CURDIR)/$$dir -name "*.png" -and -not -type l >> build/$$gal_name.filelist; \ + split -d -l 250 build/$$gal_name.filelist build/$$gal_name.filelist- ; \ + for file in build/$$gal_name.filelist-*; do \ + echo "Processing filelist $$file"; \ + SAL_USE_VCLPLUGIN="svp" /usr/lib/libreoffice/basis-link/program/gengal --name "$$gal_oooname" --path "$(CURDIR)/build/usr/lib/libreoffice/`readlink /usr/lib/libreoffice/basis-link`/share/gallery" --destdir "$(CURDIR)/build" --number-from "70" `cat $$file | xargs`; \ + done; \ + done + + touch build-stamp + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Install PNG files + cp -af $(CURDIR)/build/usr/share/openclipart/png/* \ + $(CURDIR)/debian/openclipart-png/usr/share/openclipart/png/ + + # Install SVG files + cp -af $(CURDIR)/build/usr/share/openclipart/svg/* \ + $(CURDIR)/debian/openclipart-svg/usr/share/openclipart/svg/ + + # Install OOo files + mkdir -p $(CURDIR)/debian/openclipart-libreoffice/usr/lib/libreoffice/$(shell readlink /usr/lib/libreoffice/basis-link)/share/gallery + cp -af $(CURDIR)/build/usr/lib/libreoffice/$(shell readlink /usr/lib/libreoffice/basis-link)/share/gallery/* \ + $(CURDIR)/debian/openclipart-libreoffice/usr/lib/libreoffice/$(shell readlink /usr/lib/libreoffice/basis-link)/share/gallery/ + + # Install Overrides file + install -p -o root -g root -m 644 $(CURDIR)/debian/openclipart-svg.overrides $(CURDIR)/debian/openclipart-svg/usr/share/lintian/overrides/openclipart-svg + + +# Build architecture-dependent files here. +# We have nothing to do by default. +binary-arch: build install + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs + dh_installexamples +# dh_installlogrotate + dh_installcron + dh_installman + dh_installinfo + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + dh_installdeb +# dh_perl + dh_shlibdeps + dh_gencontrol -- -V'basis-version=$(shell readlink /usr/lib/libreoffice/basis-link | sed -e "s/basis//")' + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- openclipart-0.18+dfsg.orig/debian/compat +++ openclipart-0.18+dfsg/debian/compat @@ -0,0 +1 @@ +4 --- openclipart-0.18+dfsg.orig/debian/changelog +++ openclipart-0.18+dfsg/debian/changelog @@ -0,0 +1,190 @@ +openclipart (0.18+dfsg-10ubuntu1) natty-proposed; urgency=low + + * merging LibreOffice renaming from debian (LP: #739839) + * Also fixes FTBFS (LP: #755989) + + -- Bjoern Michaelsen Thu, 28 Apr 2011 20:24:58 +0200 + +openclipart (0.18+dfsg-11) unstable; urgency=low + + * QA upload + * adapt for LibreOffice + + -- Rene Engelhard Sun, 13 Feb 2011 13:11:38 +0100 + +openclipart (0.18+dfsg-10) unstable; urgency=medium + + * QA upload + * set maintainer to Debian QA Group + * throw away empty lines and double lines from the inkscape calls, + thanks Wolfram Quester (closes: #594036) + + -- Rene Engelhard Tue, 24 Aug 2010 23:55:26 +0200 + +openclipart (0.18+dfsg-9) unstable; urgency=low + + * rebuild for OOo 3.2 (closes: #565970) + * mention that openclipart is a meta package (closes: #564313) + + -- Rene Engelhard Thu, 11 Feb 2010 13:24:01 +0100 + +openclipart (0.18+dfsg-8) unstable; urgency=low + + * rebuild for OOo 3.1 + * add conflicts against openoffice.org-commons newer than the basis we + build against (( >= ${basis-version}.99) ) + * stop using Xvfb and rely on the headless mode of OOo/VCL. Makes the build + not fail on sid due to Xvfb crashing... + + -- Rene Engelhard Thu, 07 May 2009 17:16:39 +0200 + +openclipart (0.18+dfsg-7) unstable; urgency=low + + * upload to unstable + + -- Rene Engelhard Fri, 20 Feb 2009 00:31:54 +0100 + +openclipart (0.18+dfsg-6) experimental; urgency=low + + * update for 3-layer OOo (basis-link) + * move Homepage from description to Homepage: + * remove bashisms (closes: #459115) + + -- Rene Engelhard Thu, 08 Jan 2009 08:45:16 +0100 + +openclipart (0.18+dfsg-5) unstable; urgency=low + + * new maintainer + + -- Rene Engelhard Sat, 27 Jan 2007 19:52:13 +0100 + +openclipart (0.18+dfsg-4) unstable; urgency=low + + * Fixed background size of router_joeseph_teed_01.svg (closes: bug#343999). + + -- Aurelien Jarno Mon, 19 Dec 2005 15:05:58 +0100 + +openclipart (0.18+dfsg-3) unstable; urgency=low + + * Build images with the latest version of inkscape (>= 0.42.2+0.43pre1-1) + which seems to be better than rsvg _at least for now_ (closes: bug#338321). + * Move macchina_fotografica_di_01.svg to electronics (closes: bug#338323). + + -- Aurelien Jarno Wed, 9 Nov 2005 16:37:10 +0100 + +openclipart (0.18+dfsg-2) unstable; urgency=low + + * Build-depends on xbase-clients and xfonts-base (closes: bug#337204). + * Added some more files to the list of svg files to build with inkscape. + + -- Aurelien Jarno Fri, 4 Nov 2005 22:19:07 +0100 + +openclipart (0.18+dfsg-1) unstable; urgency=low + + [ Aurelien Jarno ] + * New upstream version. + * Lot of changes in the build process. + * Seems that rsvg doesn't like some files, process them with inkscape. + + [ Rene Engelhard ] + * build openclipart-openoffice.org dynamically using gengal instead + of shippig manually pre-built files and also let the numbers + only start at 70 to avoid collisions with OOo2. Build-Depend + on openoffice.org-dev (>= 2.0.0) and xvfb (gengal needs X...). + * add myself to Uploaders: + + -- Aurelien Jarno Tue, 1 Nov 2005 02:16:07 +0100 + +openclipart (0.17+dfsg-4) unstable; urgency=low + + * Switch back to rsvg to convert svg images to png, as it seems that + inkscape does not implement all the svg format (closes: bug#331715). + + -- Aurelien Jarno Wed, 5 Oct 2005 01:46:29 +0200 + +openclipart (0.17+dfsg-3) unstable; urgency=low + + * Added a build-dependency on fdupes (closes: bug#331565). + + -- Aurelien Jarno Tue, 4 Oct 2005 08:51:54 +0200 + +openclipart (0.17+dfsg-2) unstable; urgency=low + + * Remove Adobe Illustrator binary parts to save space in the svg files + (closes: bug#329896). + + -- Aurelien Jarno Wed, 28 Sep 2005 15:27:36 +0200 + +openclipart (0.17+dfsg-1) unstable; urgency=low + + * New upstream version (closes: bug#320399). + * Use the svg-only version of openclipart and generate the png files + with inkscape. + * Bumped Standards-Version to 3.6.2 (no changes). + * Swapped the README file of openclipart and openclipart-svg (closes: + bug#327873). + + -- Aurelien Jarno Tue, 6 Sep 2005 12:16:50 +0200 + +openclipart (0.13.2+dfsg-1) unstable; urgency=low + + * New upstream version. + * Replaced duplicated file by symlinks (closes: bug#298390). + * Made the dependencies less strict between packages (closes: bug#300597). + + -- Aurelien Jarno Mon, 9 May 2005 19:49:54 +0200 + +openclipart (0.10+dfsg-4) unstable; urgency=low + + * Suggest some more SVG apps (closes: bug#297137). + + -- Aurelien Jarno Sat, 5 Mar 2005 01:17:08 +0100 + +openclipart (0.10+dfsg-3) unstable; urgency=low + + * Splitted the package into openclipart, openclipart-png, openclipart-svg + and openclipart-openoffice.org. + + -- Aurelien Jarno Fri, 4 Feb 2005 17:58:18 +0100 + +openclipart (0.10+dfsg-2) unstable; urgency=low + + * Added OpenOffice.org Gallery info files from Rene Engelhard (closes: + bug#291859). + + -- Aurelien Jarno Fri, 4 Feb 2005 12:10:40 +0100 + +openclipart (0.10+dfsg-1) unstable; urgency=low + + * New upstream version. + + -- Aurelien Jarno Thu, 3 Feb 2005 12:06:35 +0100 + +openclipart (0.09+dfsg1-1) unstable; urgency=low + + * Removed Nazi German flag from the archive (partly closes bug#289764). + + -- Aurelien Jarno Mon, 10 Jan 2005 23:39:37 +0100 + +openclipart (0.09-2) unstable; urgency=low + + * Put PNG images back into the package as OpenOffice.org doesn't support + SVG images. + + -- Aurelien Jarno Mon, 10 Jan 2005 08:36:36 +0100 + +openclipart (0.09-1) unstable; urgency=low + + * New upstream version. + + -- Aurelien Jarno Sun, 9 Jan 2005 10:17:12 +0100 + +openclipart (0.08-1) unstable; urgency=low + + * Initial release (closes: bug#284419). + + -- Aurelien Jarno Sun, 19 Dec 2004 13:40:00 +0100 + +Local variables: +mode: debian-changelog +End: --- openclipart-0.18+dfsg.orig/debian/openclipart-svg.overrides +++ openclipart-0.18+dfsg/debian/openclipart-svg.overrides @@ -0,0 +1,5 @@ +# Lintian doesn't like filenames containing the word "copying" +openclipart-svg: extra-license-file usr/share/openclipart/svg/computer/icons/etiquette-theme/mimetypes/gnome-mime-text-x-copying.svg +openclipart-svg: extra-license-file usr/share/openclipart/svg/computer/icons/etiquette-theme/gnome-mime-text-x-copying.svg +openclipart-svg: extra-license-file usr/share/openclipart/svg/computer/icons/gnome-mime-text-x-copying.svg +openclipart-svg: extra-license-file usr/share/openclipart/svg/computer/gnome-mime-text-x-copying.svg --- openclipart-0.18+dfsg.orig/debian/openclipart-png.dirs +++ openclipart-0.18+dfsg/debian/openclipart-png.dirs @@ -0,0 +1 @@ +usr/share/openclipart/png