--- wallpaper-tray-0.5.5.orig/debian/changelog +++ wallpaper-tray-0.5.5/debian/changelog @@ -0,0 +1,63 @@ +wallpaper-tray (0.5.5-0ubuntu1) jaunty; urgency=low + + * New upstream release. (LP: #205859) + * Added debian/watch file. + * debian/control: + - Add Build Dependencies on libgnomeuimm-2.6-dev, libgconfmm-2.6-dev, + libgtkmm-2.4-dev, libgnomecanvasmm-2.6-dev, libglademm-2.4-dev, + libpanel-applet2-dev, libxml++2.6-dev, libnotify-dev, libboost-dev, + libboost-regex-dev, libboost-filesystem-dev, dpatch, and intltool due + to upstream rewrite in C++ + - Drop libgnomeui-dev Build Dependency + - Added ${misc:Depends} to Depends. + * debian/rules: + - No longer need to rename exacutable. + - Fix lintian warning: debian-rules-ignores-make-clean-error + - Install exacutable to /usr/lib/gnome-panel + - Install gconf schemas to /usr/share/gconf/schemas + - Add dpatch magic. + * debian/patches/10_fix_hard_link.dpatch: + - Use upstream svn changes to fix a hard link in wp_tray.server. + As we patch configure.ac, autoconf is also re-run. + + -- Andrew Starr-Bochicchio Sun, 08 Feb 2009 13:21:31 -0500 + +wallpaper-tray (0.4.6-5) unstable; urgency=low + + * adopt package. Closes: #391406 + * add check for GModule. Thanks Neil Williams. Closes: #382784 + * add Category to .desktop file. Closes: #368803 + * set a lower bound on wallpaper rotation. Closes: #375168 + * correct typo in control. Thanks Christoph Biedl. Closes: #404231 + * update homepage. + + -- Jon Dowland Fri, 26 Jan 2007 18:25:26 +0000 + +wallpaper-tray (0.4.6-4) unstable; urgency=low + + * QA upload. + * Set maintainer to QA Group; Orphaned: #391406 + * Conforms with latest Standards Version 3.7.2 + + -- Michael Ablassmeier Thu, 19 Oct 2006 10:22:18 +0200 + +wallpaper-tray (0.4.6-3) unstable; urgency=low + + * Fixed .desktop file (Closes: #330293). + + -- David Moreno Garza Wed, 30 Nov 2005 12:40:20 -0600 + +wallpaper-tray (0.4.6-2) unstable; urgency=low + + * Renamed wrong executable name in the desktop file + (Closes: #325041). + * Changed maintainer's address. + + -- David Moreno Garza Sat, 27 Aug 2005 17:24:24 -0500 + +wallpaper-tray (0.4.6-1) unstable; urgency=low + + * Initial release (Closes: #213638). + + -- David Moreno Garza Tue, 21 Jun 2005 00:11:24 -0500 + --- wallpaper-tray-0.5.5.orig/debian/compat +++ wallpaper-tray-0.5.5/debian/compat @@ -0,0 +1 @@ +4 --- wallpaper-tray-0.5.5.orig/debian/control +++ wallpaper-tray-0.5.5/debian/control @@ -0,0 +1,17 @@ +Source: wallpaper-tray +Section: gnome +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Jon Dowland +Build-Depends: debhelper (>= 4.0.0), autotools-dev, pkg-config, libgnomeuimm-2.6-dev, libgconfmm-2.6-dev, libgtkmm-2.4-dev, libgnomecanvasmm-2.6-dev, libglademm-2.4-dev, libpanel-applet2-dev, libxml++2.6-dev, libnotify-dev, intltool, libboost-dev, libboost-regex-dev, libboost-filesystem-dev, dpatch +Standards-Version: 3.7.2 + +Package: wallpaper-tray +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: wallpaper changing utility for GNOME + This utility sits in your GNOME Panel Notification Area. It sets a random + wallpaper from a list of directories either at login, on a regular basis + or on demand. + . + Homepage: http://planetearthworm.com/projects/wp_tray/ --- wallpaper-tray-0.5.5.orig/debian/wallpaper-tray.1 +++ wallpaper-tray-0.5.5/debian/wallpaper-tray.1 @@ -0,0 +1,16 @@ +.TH BASTET 1 "JUN 2005" +.SH NAME +wallpaper-tray \- wallpaper changing utility for GNOME +.SH SYNOPSIS +.B wallpaper-tray +.SH DESCRIPTION +.B wallpaper-tray +is a little GNOME app used to manage your wallpaper collection and change +it randomly or any time you logon GNOME. Use it on your GNOME startup +programs and enjoy! +.SH BUGS +None known at the moment. If you find one, please report it to the author. +.SH AUTHOR +David Moreno Garza wrote this mini-mini-manual page +to include wp_tray into the official Debian archive. + --- wallpaper-tray-0.5.5.orig/debian/watch +++ wallpaper-tray-0.5.5/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=dversionmangle=s/\+svn\d+$// \ + http://planetearthworm.com/projects/wp_tray/files/wp_tray-(\d+\.\d+\.\d+)\.tar\.gz debian uupdate --- wallpaper-tray-0.5.5.orig/debian/docs +++ wallpaper-tray-0.5.5/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- wallpaper-tray-0.5.5.orig/debian/rules +++ wallpaper-tray-0.5.5/debian/rules @@ -0,0 +1,81 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DH_VERBOSE=1 + +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 + +include /usr/share/dpatch/dpatch.make + +config.status: patch-stamp + dh_testdir +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 + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --libexecdir=\$${prefix}/lib/gnome-panel --with-gconf-schema-file-dir=\$${prefix}/share/gconf/schemas + + +build: build-stamp + +build-stamp: config.status + dh_testdir + $(MAKE) + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) distclean + -rm -f config.sub config.guess + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install DESTDIR=$(CURDIR)/debian/wallpaper-tray + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + rm -rf debian/wallpaper-tray/usr/doc + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_installman debian/wallpaper-tray.1 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- wallpaper-tray-0.5.5.orig/debian/copyright +++ wallpaper-tray-0.5.5/debian/copyright @@ -0,0 +1,23 @@ +This package was debianized by David Moreno Garza on +Tue, 21 Jun 2005 00:11:24 -0500. + +It was downloaded from http://freshmeat.net/projects/wp_tray/ + + +Copyright Holder: Gareth Foster + for wp_tray core + +Copyright (C) 2002 Anders Carlsson + for eggtrayicon + +Copyright 1991 by the Massachusetts Institute of Technology +Copyright (C) 1995-1997, 2000, 2001 by Ulrich Drepper +Copyright (C) 1992-2005 Free Software Foundation, Inc. + for autoconf support + +License: + +You are free to distribute this software under the terms of the GNU +General Public License. On Debian systems, the complete text of the GNU +General Public License can be found in the file +`/usr/share/common-licenses/GPL'. --- wallpaper-tray-0.5.5.orig/debian/patches/10_fix_hard_link.dpatch +++ wallpaper-tray-0.5.5/debian/patches/10_fix_hard_link.dpatch @@ -0,0 +1,470 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 10_fix_hard_link.dpatch by Andrew Starr-Bochicchio +## +## +## DP: Use upsream svn changes to fix a hard link in wp_tray.server. +## DP: As we patch configure.ac, autoconf is also re-run. +## DP: Upstream svn revision: http://wp-tray.svn.sourceforge.net/viewvc/wp-tray?view=rev&revision=4 + +@DPATCH@ +diff -urNad wallpaper-tray-0.5.5~/Makefile.am wallpaper-tray-0.5.5/Makefile.am +--- wallpaper-tray-0.5.5~/Makefile.am 2007-07-09 18:01:17.000000000 -0400 ++++ wallpaper-tray-0.5.5/Makefile.am 2009-02-08 16:05:47.000000000 -0500 +@@ -17,20 +17,19 @@ + # server file + serverdir = $(libdir)/bonobo/servers + server_in_files = wp_tray.server.in +-server_DATA = $(server_in_files:.server.in=.server) ++server_DATA = $(server_in_files:.server.in=.server) + +-$(server_in_files): $(server_in_files:.server.in=.server.in.in) Makefile +- sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" -e "s|\@PACKAGE\@|$(PACKAGE)|" $< > $@ + + # icon + icondir = $(datadir)/pixmaps + icon_DATA = $(PACKAGE)-applet.png + +-EXTRA_DIST = $(icon_DATA) $(server_DATA:.server=.server.in.in) \ +- intltool-merge.in intltool-extract.in intltool-update.in \ ++EXTRA_DIST = \ ++ $(icon_DATA) \ + $(schemas_in_files) \ +- $(server_DATA) \ +- MAINTAINERS ++ $(server_in_files) \ ++ intltool-merge.in intltool-extract.in intltool-update.in ++ + + DISTCLEANFILES = \ + $(schemas_DATA) \ +diff -urNad wallpaper-tray-0.5.5~/configure wallpaper-tray-0.5.5/configure +--- wallpaper-tray-0.5.5~/configure 2007-07-10 15:45:51.000000000 -0400 ++++ wallpaper-tray-0.5.5/configure 2009-02-08 16:05:47.000000000 -0500 +@@ -901,6 +901,7 @@ + FFLAGS + ac_ct_F77 + LIBTOOL ++LIBEXECDIR + PKG_CONFIG + DEPS_CFLAGS + DEPS_LIBS +@@ -4882,7 +4883,7 @@ + ;; + *-*-irix6*) + # Find out which ABI we are using. +- echo '#line 4885 "configure"' > conftest.$ac_ext ++ echo '#line 4886 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +@@ -7608,11 +7609,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:7611: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:7612: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:7615: \$? = $ac_status" >&5 ++ echo "$as_me:7616: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -7876,11 +7877,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:7879: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:7880: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:7883: \$? = $ac_status" >&5 ++ echo "$as_me:7884: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -7980,11 +7981,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:7983: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:7984: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 +- echo "$as_me:7987: \$? = $ac_status" >&5 ++ echo "$as_me:7988: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized +@@ -9445,7 +9446,7 @@ + libsuff= + case "$host_cpu" in + x86_64*|s390x*|powerpc64*) +- echo '#line 9448 "configure"' > conftest.$ac_ext ++ echo '#line 9449 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +@@ -10309,7 +10310,7 @@ + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext < conftest.$ac_ext <&5) ++ (eval echo "\"\$as_me:12749: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:12752: \$? = $ac_status" >&5 ++ echo "$as_me:12753: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -12849,11 +12850,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:12852: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:12853: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 +- echo "$as_me:12856: \$? = $ac_status" >&5 ++ echo "$as_me:12857: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized +@@ -13385,7 +13386,7 @@ + libsuff= + case "$host_cpu" in + x86_64*|s390x*|powerpc64*) +- echo '#line 13388 "configure"' > conftest.$ac_ext ++ echo '#line 13389 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +@@ -14440,11 +14441,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:14443: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:14444: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:14447: \$? = $ac_status" >&5 ++ echo "$as_me:14448: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -14544,11 +14545,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:14547: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:14548: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 +- echo "$as_me:14551: \$? = $ac_status" >&5 ++ echo "$as_me:14552: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized +@@ -15989,7 +15990,7 @@ + libsuff= + case "$host_cpu" in + x86_64*|s390x*|powerpc64*) +- echo '#line 15992 "configure"' > conftest.$ac_ext ++ echo '#line 15993 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +@@ -16763,11 +16764,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:16766: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:16767: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:16770: \$? = $ac_status" >&5 ++ echo "$as_me:16771: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -17031,11 +17032,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:17034: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:17035: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:17038: \$? = $ac_status" >&5 ++ echo "$as_me:17039: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -17135,11 +17136,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:17138: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:17139: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 +- echo "$as_me:17142: \$? = $ac_status" >&5 ++ echo "$as_me:17143: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized +@@ -18600,7 +18601,7 @@ + libsuff= + case "$host_cpu" in + x86_64*|s390x*|powerpc64*) +- echo '#line 18603 "configure"' > conftest.$ac_ext ++ echo '#line 18604 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +@@ -21075,6 +21076,11 @@ + + + ++LIBEXECDIR="$libexecdir" ++while [ -n "$(echo "$LIBEXECDIR" | grep -e ".*\$.*")" ]; do ++ LIBEXECDIR="$(eval echo "$LIBEXECDIR")" ++done; ++ + + + +@@ -23700,7 +23706,7 @@ + + + +-ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in" ++ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in wp_tray.server" + + cat >confcache <<\_ACEOF + # This file is a shell script that caches the results of configure +@@ -24331,6 +24337,7 @@ + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; ++ "wp_tray.server") CONFIG_FILES="$CONFIG_FILES wp_tray.server" ;; + "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;; + + *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 +@@ -24569,6 +24576,7 @@ + FFLAGS!$FFLAGS$ac_delim + ac_ct_F77!$ac_ct_F77$ac_delim + LIBTOOL!$LIBTOOL$ac_delim ++LIBEXECDIR!$LIBEXECDIR$ac_delim + PKG_CONFIG!$PKG_CONFIG$ac_delim + DEPS_CFLAGS!$DEPS_CFLAGS$ac_delim + DEPS_LIBS!$DEPS_LIBS$ac_delim +@@ -24599,7 +24607,7 @@ + LTLIBOBJS!$LTLIBOBJS$ac_delim + _ACEOF + +- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 65; then ++ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 66; then + break + elif $ac_last_try; then + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +diff -urNad wallpaper-tray-0.5.5~/configure.ac wallpaper-tray-0.5.5/configure.ac +--- wallpaper-tray-0.5.5~/configure.ac 2007-07-10 15:45:28.000000000 -0400 ++++ wallpaper-tray-0.5.5/configure.ac 2009-02-08 16:05:47.000000000 -0500 +@@ -17,6 +17,11 @@ + AC_PROG_CXX + AC_PROG_CC + ++LIBEXECDIR="$libexecdir" ++while [[ -n "$(echo "$LIBEXECDIR" | grep -e ".*\$.*")" ]]; do ++ LIBEXECDIR="$(eval echo "$LIBEXECDIR")" ++done; ++AC_SUBST(LIBEXECDIR) + + dnl checks for libraries + PKG_CHECK_MODULES(DEPS, libgnomeuimm-2.6 >= 2.6.0 \ +@@ -48,10 +53,5 @@ + AM_MAINTAINER_MODE + + dnl create makefiles +-AC_OUTPUT( +- Makefile +- src/Makefile +- po/Makefile.in +-dnl help/Makefile +-dnl help/C/Makefile +-) ++AC_CONFIG_FILES([Makefile src/Makefile po/Makefile.in wp_tray.server]) ++AC_OUTPUT +diff -urNad wallpaper-tray-0.5.5~/wp_tray.server wallpaper-tray-0.5.5/wp_tray.server +--- wallpaper-tray-0.5.5~/wp_tray.server 2006-10-25 16:50:08.000000000 -0400 ++++ wallpaper-tray-0.5.5/wp_tray.server 1969-12-31 19:00:00.000000000 -0500 +@@ -1,67 +0,0 @@ +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +diff -urNad wallpaper-tray-0.5.5~/wp_tray.server.in wallpaper-tray-0.5.5/wp_tray.server.in +--- wallpaper-tray-0.5.5~/wp_tray.server.in 1969-12-31 19:00:00.000000000 -0500 ++++ wallpaper-tray-0.5.5/wp_tray.server.in 2009-02-08 16:07:11.000000000 -0500 +@@ -0,0 +1,34 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ +diff -urNad wallpaper-tray-0.5.5~/wp_tray.server.in.in wallpaper-tray-0.5.5/wp_tray.server.in.in +--- wallpaper-tray-0.5.5~/wp_tray.server.in.in 2006-10-25 16:50:08.000000000 -0400 ++++ wallpaper-tray-0.5.5/wp_tray.server.in.in 1969-12-31 19:00:00.000000000 -0500 +@@ -1,30 +0,0 @@ +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- --- wallpaper-tray-0.5.5.orig/debian/patches/00list +++ wallpaper-tray-0.5.5/debian/patches/00list @@ -0,0 +1 @@ +10_fix_hard_link