--- xpad-4.0.orig/debian/watch +++ xpad-4.0/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="uversionmangle=s/(\d)[\-_]?(rc\d+|pre-rc\d+|pre\d+a?)$/$1~$2/;s/[\-\.](source|src|orig|unix)$//;s/-(bin|osx)$/~$1/;s/^v(\d)/$1/;" \ +https://launchpad.net/xpad/+download .*xpad-(v?[\d\.]+(?:rc|rc\d+|pre-rc\d+|-unix|-source|-src|\.src|\.orig|[a-z]|b\d+|beta\d+-src|beta\d+)?)\.t.* --- xpad-4.0.orig/debian/control +++ xpad-4.0/debian/control @@ -0,0 +1,15 @@ +Source: xpad +Section: x11 +Priority: optional +Maintainer: Bart Martens +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libgtk2.0-dev (>> 2.6.0), imagemagick, intltool (>= 0.31), libmagickcore-extra +Standards-Version: 3.8.4 +Homepage: http://mterry.name/xpad/ + +Package: xpad +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: sticky note application for X + This program consists of independent pad windows, each is basically a text box + in which notes can be written. Xpad attempts to emulate the look of postit + notes, although the look of the notes can be customized any way you like. --- xpad-4.0.orig/debian/copyright +++ xpad-4.0/debian/copyright @@ -0,0 +1,86 @@ +This package was debianized by Søren Boll Overgaard on +Fri, 17 May 2002 17:14:28 +0200. + +It was downloaded from: + + http://xpad.sourceforge.net/download.html + http://mterry.name/xpad/ + https://launchpad.net/xpad/+download + +Upstream Author: + + Michael Terry + Michael Terry + Michael Terry + Michael Terry + +Copyright: + +Copyright (c) 2001-2007 Michael Terry +Copyright (c) 2002 Jamis Buck +Copyright (C) 1994-2007 Free Software Foundation, Inc. +Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 +Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 +Copyright (c) 2009 Paul Ivanov + +License: + + This program 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, either version 3 of the License, or + (at your option) any later version. + + This program 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 program. If not, see . + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is +Copyright (C) 2002-2006, Søren Boll Overgaard +Copyright (C) 2007-2009, Bart Martens +and is licensed under the GPL, see above. + +The file install-sh has this copyright and license information: + +# Copyright (C) 1994 X Consortium +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Except as contained in this notice, the name of the X Consortium shall not +# be used in advertising or otherwise to promote the sale, use or other deal- +# ings in this Software without prior written authorization from the X Consor- +# tium. +# +# +# FSF changes to this file are in the public domain. + +The file po/Makefile.in.in has this copyright and license information: + +# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper +# Copyright (C) 2004-2008 Rodney Dawes +# +# This file may be copied and used freely without restrictions. It may +# be used in projects which are not available under a GNU Public License, +# but which still want to provide support for the GNU gettext functionality. + --- xpad-4.0.orig/debian/compat +++ xpad-4.0/debian/compat @@ -0,0 +1 @@ +5 --- xpad-4.0.orig/debian/changelog +++ xpad-4.0/debian/changelog @@ -0,0 +1,408 @@ +xpad (4.0-3) unstable; urgency=low + + * Build-Depends: libmagickcore-extra. Fixes FTBFS. Closes: #573975. + + -- Bart Martens Thu, 18 Mar 2010 18:01:31 +0100 + +xpad (4.0-2) unstable; urgency=low + + * Build-Depends: libmagickcore2-extra. Fixes FTBFS. Closes: #560668. + + -- Bart Martens Sat, 12 Dec 2009 14:04:17 +0100 + +xpad (4.0-1) unstable; urgency=low + + * New upstream release. + * debian/copyright: Updated for new upstream release. + + -- Bart Martens Fri, 22 May 2009 11:11:01 +0200 + +xpad (3.1-1) unstable; urgency=low + + * New upstream release. + * debian/copyright: Updated for new upstream release. + * debian/control: Fixed debhelper-but-no-misc-depends. + * debian/control: Build-Depends: intltool >= 0.31 + + -- Bart Martens Mon, 09 Feb 2009 14:48:46 +0100 + +xpad (3.0-1) unstable; urgency=low + + * New upstream release. + * debian/control, debian/watch: New upstream homepage. + * debian/control: Updated. + + -- Bart Martens Sun, 21 Sep 2008 09:13:59 +0200 + +xpad (2.14-1) unstable; urgency=low + + * New upstream release, fixes 100% CPU bug. Closes: #455839. + * debian/control: Homepage and Standards-Version. + * debian/copyright: Set fileencoding=utf-8. + + -- Bart Martens Fri, 14 Dec 2007 13:43:58 +0100 + +xpad (2.13-1) unstable; urgency=low + + * New upstream release. + * debian/patches/01_workspaces.diff: Removed. + * debian/menu: Updated. + + -- Bart Martens Mon, 10 Dec 2007 22:52:37 +0100 + +xpad (2.12-3) unstable; urgency=low + + * debian/patches/01_workspaces.diff: Added. This patch fixes the initial + value of the checkbox named "Show on All Workspaces". + + -- Bart Martens Sat, 14 Jul 2007 17:05:53 +0200 + +xpad (2.12-2) unstable; urgency=low + + * New maintainer. Closes: #417830. + * debian/*: Switch to cdbs. + * debian/changelog.new: Removed. + * debian/control: Updated Build-Depends. Removed intltool, dpatch, x-dev, + libsm-dev, libice-dev, automake1.8. Added autotools-dev, imagemagick. + * debian/compat, debian/control: Use debhelper 5. + * debian/copyright: Updated. + * debian/desktop/xpad.desktop: Removed. + * debian/desktop/xpad.menu: Removed. + * debian/xpad.menu: Updated and renamed to debian/menu. + * debian/patches/*: Removed. + * debian/prerm: Removed. + * debian/rules: Use imagemagick to convert the icon from .png to .xpm. + * debian/watch: Updated. + * debian/xpad-debian.xpm: Removed. + * intl/Makefile, m4/Makefile, scripts/intltool-extract, + scripts/intltool-merge, scripts/intltool-update: Removed from .diff.gz. + * src/Makefile.am, src/Makefile.in: Removed the changes from .diff.gz. + + -- Bart Martens Fri, 6 Apr 2007 10:44:41 +0200 + +xpad (2.12-1) unstable; urgency=low + + * New upstream release (Closes: Bug#390260) + + -- Søren Boll Overgaard Fri, 6 Oct 2006 10:09:37 +0200 + +xpad (2.11-2) unstable; urgency=low + + * Fix path to icon in xpad.desktop (Closes: Bug#370637) + * Bump standards version to 3.7.2 + + -- Søren Boll Overgaard Sun, 13 Aug 2006 18:33:11 +0000 + +xpad (2.11-1) unstable; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Thu, 2 Feb 2006 09:56:14 +0000 + +xpad (2.10-4) unstable; urgency=low + + * Fix linker breakage by linking with -lSM and -lICE + + -- Søren Boll Overgaard Fri, 20 Jan 2006 10:56:12 +0000 + +xpad (2.10-2) unstable; urgency=low + + * Change xlib-dev build-deps (Closes: Bug#346958) + + -- Søren Boll Overgaard Sat, 14 Jan 2006 21:37:31 +0000 + +xpad (2.10-1) unstable; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Sat, 22 Oct 2005 21:16:50 +0200 + +xpad (2.9-2) unstable; urgency=low + + * Fix broken entries in changelog + * Bump standards version, no changes + * Fix clean target to clean po/ + + -- Søren Boll Overgaard Sun, 28 Aug 2005 10:30:11 +0200 + +xpad (2.9-1) unstable; urgency=low + + * New upstream release + * Change path to icon image in xpad.desktop (Closes: Bug#315020) + + -- Søren Boll Overgaard Sat, 27 Aug 2005 23:39:12 +0200 + +xpad (2.8-1) unstable; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Sat, 11 Jun 2005 21:22:52 +0200 + +xpad (2.7-1) experimental; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Sat, 4 Jun 2005 09:11:45 +0200 + +xpad (2.6-1) unstable; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Mon, 14 Mar 2005 10:23:33 +0100 + +xpad (2.5-1) unstable; urgency=low + + * New upstream release (Closes: Bug#298062) + + -- Søren Boll Overgaard Fri, 4 Mar 2005 14:23:17 +0100 + +xpad (2.4-1) unstable; urgency=low + + * New upstream release (Closes: Bug#294264) + + -- Søren Boll Overgaard Wed, 9 Feb 2005 07:13:28 +0000 + +xpad (2.3-1) unstable; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Sun, 6 Feb 2005 21:31:37 +0000 + +xpad (2.2-1) unstable; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Sun, 6 Feb 2005 13:37:49 +0000 + +xpad (2.1-2) unstable; urgency=low + + * Change description slightly, to include the word postit + (Closes: Bug#291024) + + -- Søren Boll Overgaard Sat, 22 Jan 2005 10:39:06 +0000 + +xpad (2.1-1) unstable; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Mon, 20 Dec 2004 10:38:16 +0000 + +xpad (2.0-rel-1) unstable; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Sat, 30 Oct 2004 10:16:38 +0000 + +xpad (2.0-b3-1) unstable; urgency=low + + * New upstream release (Upstream has fixed #273455, so closed: Bug#273455) + + -- Søren Boll Overgaard Wed, 29 Sep 2004 16:31:51 +0000 + +xpad (2.0-b2-1) unstable; urgency=low + + * New upstream release (closes: Bug#270411, Bug#237545) + * Disable 01_fix_path_to_ui_files.dpatch, it was fixed upstream. + + -- Søren Boll Overgaard Sun, 12 Sep 2004 05:21:13 +0000 + +xpad (2.0-b1-4) unstable; urgency=low + + * Look for menu definitions in /usr/share/xpad + + -- Søren Boll Overgaard Mon, 6 Sep 2004 06:30:19 +0000 + +xpad (2.0-b1-3) unstable; urgency=low + + * Introduce debian/watch + + -- Søren Boll Overgaard Tue, 31 Aug 2004 13:40:33 +0000 + +xpad (2.0-b1-2) unstable; urgency=low + + * Fix standards version. + * Upstream has fixed quite a few bugs, so: + closes: Bug#220994, Bug#247583 + * Fix missing dependency on intltool + + -- Søren Boll Overgaard Tue, 31 Aug 2004 13:08:34 +0000 + +xpad (2.0-b1-1) unstable; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Tue, 31 Aug 2004 12:35:06 +0000 + +xpad (1.13.1-1) unstable; urgency=low + + * New upstream release (closes: Bug#250039) + + -- Søren Boll Overgaard Sun, 23 May 2004 15:00:42 +0000 + +xpad (1.13-1) unstable; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Tue, 21 Oct 2003 07:44:38 +0000 + +xpad (1.12-2) unstable; urgency=low + + * Depend on available versions of stuff (closes: Bug#214954). + + -- Søren Boll Overgaard Thu, 9 Oct 2003 17:52:47 +0000 + +xpad (1.12-1) unstable; urgency=low + + * New upstream release (closes: Bug#213148). + + -- Søren Boll Overgaard Thu, 2 Oct 2003 14:29:43 +0000 + +xpad (1.11-1) unstable; urgency=low + + * New upstream release (closes: Bug#199919) + + -- Søren Boll Overgaard Wed, 6 Aug 2003 09:44:35 +0000 + +xpad (1.10-2) unstable; urgency=low + + * Improve clean target, to remove useless cruft from /tmp/ + (closes: Bug#194135). + + -- Søren Boll Overgaard Wed, 4 Jun 2003 14:50:03 +0000 + +xpad (1.10-1) unstable; urgency=low + + * New upstream release (closes: Bug#185323, closes: Bug#185434) + + -- Søren Boll Overgaard Thu, 27 Mar 2003 15:27:47 +0000 + +xpad (1.9.1-2) unstable; urgency=low + + * Fix man page placement (Closes: Bug#183443) + + -- Søren Boll Overgaard Wed, 5 Mar 2003 14:55:58 +0000 + +xpad (1.9.1-1) unstable; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Wed, 12 Feb 2003 21:09:11 +0000 + +xpad (1.9-1) unstable; urgency=low + + * New upstream version + + -- Søren Boll Overgaard Tue, 11 Feb 2003 16:40:50 +0000 + +xpad (1.8-1) unstable; urgency=low + + * New upstream version + + -- Søren Boll Overgaard Tue, 21 Jan 2003 09:25:25 +0000 + +xpad (1.7-3) unstable; urgency=low + + * Fix icon. + + -- Søren Boll Overgaard Wed, 11 Dec 2002 08:45:15 +0000 + +xpad (1.7-2) unstable; urgency=low + + * Fix build-failure on hppa. + + -- Søren Boll Overgaard Wed, 27 Nov 2002 20:39:20 +0000 + +xpad (1.7-1) unstable; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Tue, 26 Nov 2002 12:34:53 +0000 + +xpad (1.6.1-1) unstable; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Thu, 24 Oct 2002 08:41:39 +0200 + +xpad (1.6-1) unstable; urgency=low + + * New upstream release. + * Use upstream man page. + * Don't make /usr/doc link. + * Standards version 3.5.7. + + -- Søren Boll Overgaard Mon, 21 Oct 2002 09:28:28 +0200 + +xpad (1.5.1-1) unstable; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Fri, 27 Sep 2002 16:39:56 +0200 + +xpad (1.5-2) unstable; urgency=low + + * Clean up control. + * Clean up copyright. + + -- Søren Boll Overgaard Tue, 24 Sep 2002 20:29:31 +0200 + +xpad (1.5-1) unstable; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Fri, 23 Aug 2002 08:11:32 +0200 + +xpad (1.4-3) unstable; urgency=low + + * Recompile with new libgtk2.0-png3 (closes: Bug#157319). + + -- Søren Boll Overgaard Thu, 22 Aug 2002 19:15:59 +0200 + +xpad (1.4-2) unstable; urgency=low + + * Add Gnome desktop icon (Thanks T. Bugra UYTUN ). + * Add Debian menu entry (Thanks T. Bugra UYTUN ). + + -- Søren Boll Overgaard Sun, 18 Aug 2002 20:05:53 +0200 + +xpad (1.4-1) unstable; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Sun, 11 Aug 2002 19:46:33 +0200 + +xpad (1.3-1) unstable; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Sun, 4 Aug 2002 17:55:43 +0200 + +xpad (1.2.1-1) unstable; urgency=low + + * New upstream release + + -- Søren Boll Overgaard Tue, 23 Jul 2002 17:58:14 +0200 + +xpad (1.2-1) unstable; urgency=low + + * New upstream release + * Added 3 patches from "Jeroen T. Vermeulen" upstream. + (closes: Bug#153796, closes: Bug#153797, closes: Bug#153800) + * Add another patch from Jeroen to fix a problem with xpad not remembering + the colour settings under special circumstances (closes: Bug#149819) + + -- Søren Boll Overgaard Tue, 23 Jul 2002 10:02:51 +0200 + +xpad (1.1-2) unstable; urgency=low + + * Remove useless calls to dh_* + + -- Søren Boll Overgaard Sat, 1 Jun 2002 19:14:20 +0200 + +xpad (1.1-1) unstable; urgency=low + + * Initial Release (closes: #118177, closes: #132449) + * Changed Makefile to install xpm-file without execute bits set. + + -- Søren Boll Overgaard Fri, 17 May 2002 17:14:28 +0200 + --- xpad-4.0.orig/debian/menu +++ xpad-4.0/debian/menu @@ -0,0 +1,4 @@ +?package(xpad):needs="X11" section="Applications/Editors" \ + title="xpad" command="/usr/bin/xpad" \ + longtitle="Sticky notes on your screen" \ + icon="xpad.xpm" hints="Gnome" --- xpad-4.0.orig/debian/rules +++ xpad-4.0/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/class/gnome.mk + + +update-config:: + [ -e xpad.xpm ] || \ + convert -resize 32x32 images/hicolor/scalable/apps/xpad.svg xpad.xpm + [ -e xpad.desktop.d-r-orig ] || cp -p xpad.desktop xpad.desktop.d-r-orig + [ -e po/xpad.pot.d-r-orig ] || cp -p po/xpad.pot po/xpad.pot.d-r-orig + +reverse-config:: + rm -f xpad.xpm + +clean:: + [ ! -e xpad.desktop.d-r-orig ] || mv xpad.desktop.d-r-orig xpad.desktop + [ ! -e po/xpad.pot.d-r-orig ] || mv po/xpad.pot.d-r-orig po/xpad.pot --- xpad-4.0.orig/debian/install +++ xpad-4.0/debian/install @@ -0,0 +1 @@ +xpad.xpm usr/share/pixmaps/