--- nitrogen-1.5.1.orig/debian/compat
+++ nitrogen-1.5.1/debian/compat
@@ -0,0 +1 @@
+7
--- nitrogen-1.5.1.orig/debian/copyright
+++ nitrogen-1.5.1/debian/copyright
@@ -0,0 +1,53 @@
+This package was debianized by Nico Golde <nion@debian.org> on
+Sat, 03 May 2008 18:10:00 +0200.
+
+It was downloaded from http://projects.l3ib.org/nitrogen/
+
+Upstream Authors:
+
+ Dave Foster <daf@minuslab.net>
+ Javeed Shaikh <syscrash2k@gmail.com>
+
+Copyright:
+
+ Copyright (C) 2005 - 2006 Dave Foster & Javeed Shaikh
+ src/md5.*: Copyright (C) 1999 Aladdin Enterprises
+
+License:
+
+ 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., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+ for src/md5.* the following license term apply:
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+
+The Debian packaging is Copyright (C) 2008-2010, Nico Golde <nion@debian.org> and
+is licensed under the GPL-2, see `/usr/share/common-licenses/GPL-2'.
--- nitrogen-1.5.1.orig/debian/watch
+++ nitrogen-1.5.1/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://projects.l3ib.org/nitrogen/files/nitrogen-(.*)\.tar\.gz
--- nitrogen-1.5.1.orig/debian/rules
+++ nitrogen-1.5.1/debian/rules
@@ -0,0 +1,71 @@
+#!/usr/bin/make -f
+
+# 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)
+
+
+config.status: configure
+ dh_testdir
+ # Add here commands to configure the package.
+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
+ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+
+
+build: build-stamp
+
+build-stamp: config.status
+ dh_testdir
+
+ $(MAKE)
+ touch $@
+
+clean:
+ 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_prep
+ dh_installdirs
+
+ $(MAKE) DESTDIR=$(CURDIR)/debian/nitrogen install
+
+# 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
+ dh_installchangelogs ChangeLog
+ dh_installdocs
+ dh_installman
+ dh_icons
+ dh_installmenu
+ 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
--- nitrogen-1.5.1.orig/debian/control
+++ nitrogen-1.5.1/debian/control
@@ -0,0 +1,23 @@
+Source: nitrogen
+Section: x11
+Priority: extra
+Maintainer: Nico Golde <nion@debian.org>
+Build-Depends: debhelper (>= 7), autotools-dev, libgtkmm-2.4-dev, libxinerama-dev
+Standards-Version: 3.8.4
+Homepage: http://projects.l3ib.org/nitrogen/
+
+Package: nitrogen
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: wallpaper browser and changing utility for X
+ nitrogen is a graphical wallpaper utility that can be used in two
+ modes, browser and recall.
+ Some of the things to look for in nitrogen are:
+ .
+ * Multihead and Xinerama support (setting
+ different wallpapers for each monitor)
+ * Recall mode to restore wallpapers via startup script
+ * Uses freedesktop.org standard for thumbnails
+ * Can set GNOME background
+ * Command line set modes for script usage
+ * Inotify monitoring of browsed directories
--- nitrogen-1.5.1.orig/debian/menu
+++ nitrogen-1.5.1/debian/menu
@@ -0,0 +1,2 @@
+?package(nitrogen):needs="X11" section="Applications/System/Administration" \
+title="nitrogen" command="/usr/bin/nitrogen"
--- nitrogen-1.5.1.orig/debian/changelog
+++ nitrogen-1.5.1/debian/changelog
@@ -0,0 +1,51 @@
+nitrogen (1.5.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Bumping standards version, no changes needed.
+
+ -- Nico Golde <nion@debian.org> Wed, 03 Mar 2010 21:03:00 +0100
+
+nitrogen (1.5-1) unstable; urgency=low
+
+ * New upstream release
+ - Fix gui crash on certain xinerama setups (Closes: #550673).
+ * Bump policy version, no changes needed.
+ * Minor copyright updates.
+
+ -- Nico Golde <nion@debian.org> Tue, 26 Jan 2010 15:37:19 +0100
+
+nitrogen (1.4-2) unstable; urgency=low
+
+ * Workaround libpng bug by moving include for png.h to the top
+ of Thumbview.cc (Closes: #527673).
+ * debian/rules: Replace dh_clean -k bei dh_prep.
+ * Bump policy version, no changes needed.
+ * Minor copyright updates.
+
+ -- Nico Golde <nion@debian.org> Mon, 11 May 2009 16:17:46 +0200
+
+nitrogen (1.4-1) unstable; urgency=low
+
+ * New upstream release.
+ * Bump standards version to 3.8.0.
+ * Bump compat version to 7 and adapt debhelper dependency.
+ * Added watch file.
+
+ -- Nico Golde <nion@debian.org> Mon, 11 Aug 2008 15:15:28 +0200
+
+nitrogen (1.3-1) unstable; urgency=low
+
+ * New upstream release:
+ - Made the program not recurse when no directory argument is given, thus
+ not loading your entire home dir when you least expect it!
+ - Made thumbnail loading lazy. Only thumbnails that you see in the GUI are
+ actually loaded into memory.
+
+ -- Nico Golde <nion@debian.org> Wed, 14 May 2008 16:03:35 +0200
+
+nitrogen (1.2-1) unstable; urgency=low
+
+ * Initial release (Closes: #425940).
+
+ -- Nico Golde <nion@debian.org> Sat, 03 May 2008 18:10:00 +0200
+