--- wallpaper-0.1.orig/debian/changelog +++ wallpaper-0.1/debian/changelog @@ -0,0 +1,13 @@ +wallpaper (0.1-1ubuntu1) jaunty; urgency=low + + * Cleaned up and applied patch provided by Bodsda, that creates + debian/watch (LP: #244454). + + -- Charlie Smotherman Tue, 17 Feb 2008 16:27:22 -0500 + +wallpaper (0.1-1) unstable; urgency=low + + * Initial Release. + + -- Christian Garbs Fri, 20 Dec 2002 18:58:22 +0100 + --- wallpaper-0.1.orig/debian/watch +++ wallpaper-0.1/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts=uversionmangle=s/\.(tar.*|tgz|zip|gz|bz2)$//i,dversionmangle=s/[-.+~]?(cvs|svn|git|snapshot|pre|hg)(.*)$//i,pasv \ +http://www.cgarbs.de/stuff.en.html (?:.*/)?wallpaper-?_?([\d+\.]+|\d+)\.(tar.*|tgz|zip|gz|bz2|) debian uupdate + --- wallpaper-0.1.orig/debian/copyright +++ wallpaper-0.1/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Christian Garbs on +Fri, 20 Dec 2002 18:43:38 +0100. + +It was downloaded from . + +Upstream Author: Jan Kandziora + +Copyright: + + 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 dated June, 1991. + + 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., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- wallpaper-0.1.orig/debian/wallpaper.pod +++ wallpaper-0.1/debian/wallpaper.pod @@ -0,0 +1,73 @@ +=head1 NAME + +wallpaper - Find images which can be used as wallpapers + +=head1 SYNOPSIS + +B S<[ B ]> F F<...> + +=head1 OVERVIEW + +This script tests if an image is usable as a desktop wallpaper. A +list of image types and a minimum and a maximum width and aspect ratio +can be specified. If a file passes all the tests, it is returned to +stdout. + +=head1 DESCRIPTION + +This is just a short manpage written for the Debian package of +wondershaper because the original version lacks a manpage. See +F for more information. + +=head1 OPTIONS + +=over 5 + +=item B<-w> B<--min-width> + +Set the minimum width. Defaults to 780. + +=item B<-x> B<--max-width> + +Set the maximum width. Defaults to 4000. + +=item B<-a> B<--min-aspect> + +Set the minimum aspect ratio. Defaults to 1.30. + +=item B<-b> B<--max-aspect> + +Set the maximum aspect ratio. Defaults to 1.36. + +=item B<-X> B<--exclude> + +Set the exclude file type list. Defaults to "". + +=item B<-I> B<--include> + +Set the include file type list. Defaults to "JPEG,PNG,GIF,GIF87". + +=item B<-v> B<--verbose> + +Print additonal info to stderr. + +=item B<--help> + +Print a help text and exit. + +=item B<--version> + +Print the version and exit. + +=back + +=head1 AUTHOR + +wallpaper was written by Jan Kandziora >. Look for +updates at >. + +=head1 COPYRIGHT + +wallpaper is licensed under the GNU GPL. + +=cut --- wallpaper-0.1.orig/debian/control +++ wallpaper-0.1/debian/control @@ -0,0 +1,16 @@ +Source: wallpaper +Section: graphics +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Christian Garbs +Build-Depends-Indep: debhelper (>> 3.0.0), perl +Standards-Version: 3.5.8 + +Package: wallpaper +Architecture: all +Depends: gawk, imagemagick +Description: Find images which can be used as wallpapers + This script tests if an image is usable as a desktop wallpaper. A + list of image types and a minimum and a maximum width and aspect + ratio can be specified. If a file passes all the tests, it is + returned to stdout. --- wallpaper-0.1.orig/debian/rules +++ wallpaper-0.1/debian/rules @@ -0,0 +1,98 @@ +#!/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 + +# This is the debhelper compatibility version to use. +export DH_COMPAT=3 + + + +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + CFLAGS += -g +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + #$(MAKE) + #/usr/bin/docbook-to-man debian/wallpaper.sgml > wallpaper.1 + + pod2man --section=1 debian/wallpaper.pod wallpaper.1 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + #-$(MAKE) clean + + rm -f wallpaper.1 + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/wallpaper. + install -m 0755 $(CURDIR)/wallpaper.bash $(CURDIR)/debian/wallpaper/usr/bin/wallpaper + + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs -n +# dh_installexamples +# dh_installmenu +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron + dh_installman wallpaper.1 +# dh_installinfo +# dh_undocumented + dh_installchangelogs + dh_link +# dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + dh_installdeb +# dh_perl +# dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- wallpaper-0.1.orig/debian/dirs +++ wallpaper-0.1/debian/dirs @@ -0,0 +1 @@ +usr/bin