--- plopfolio.app-0.1.0.orig/debian/copyright +++ plopfolio.app-0.1.0/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Gürkan Sengün on +Fri, 4 Jun 2004 16:25:54 +0200. + +It was downloaded from http://www.collaboration-world.com/cgi-bin/project/description.cgi?pid=7 + +Upstream Authors: Ludovic Marcotte , + Boris Anthony (UI design) + +License: + + Copyright (C) 2002 Ludovic Marcotte + + 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 2 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, 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'. --- plopfolio.app-0.1.0.orig/debian/bug.presubj +++ plopfolio.app-0.1.0/debian/bug.presubj @@ -0,0 +1,15 @@ +Unfortunately many klips do not work. Sometimes klip files cannot be +imported, because the GNUstep XML parser is very strict about +encodings and when there are non-UTF-8 characters in the .klip (a +common case), the file cannot be successfully parsed. + +Other problems are connected with broken JavaScript or XML of the +content source. Of course, there might be bugs in GSXML and PlopFolio +itself. + +Obviously those klips that are especially created for monitoring +operating system services/notifications for MS-Windows cannot work on +a GNU system. + +Please include PlopFolio's output on the GNU/Linux console when +reporting bugs and if possible the problematic .klip file. --- plopfolio.app-0.1.0.orig/debian/PlopFolio.1 +++ plopfolio.app-0.1.0/debian/PlopFolio.1 @@ -0,0 +1,26 @@ +.TH PLOPFOLIO 1 "November 28, 2007" +.SH NAME +PlopFolio \- Personal dashboard for GNUstep +.SH SYNOPSIS +.B PlopFolio +.SH DESCRIPTION +This manual page documents briefly the +.B PlopFolio +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.PP +\fBPlopFolio\fP is a free replacement of Serence's proprietary +KlipFolio application. PlopFolio supports Klips available from +KlipFarm. PlopFolio is developed using the Objective-C language and +works well with GNUstep (on GNU/Linux, FreeBSD, and more) and Cocoa on +Mac OS X. +.PP +Klip files can be downloaded from +.IR http://klipfarm.com . +.SH SEE ALSO +.BR Grr (1), +.BR GNUstep (7). +.SH AUTHOR +This manual page was written by G\[:u]rkan Seng\[:u]n , +for the Debian project (but may be used by others). --- plopfolio.app-0.1.0.orig/debian/control +++ plopfolio.app-0.1.0/debian/control @@ -0,0 +1,23 @@ +Source: plopfolio.app +Section: gnustep +Priority: optional +Maintainer: Debian GNUstep maintainers +Uploaders: Yavor Doganov +Build-Depends: debhelper (>= 7), + libgnustep-gui-dev, + imagemagick +Vcs-Arch: http://arch.debian.org/arch/pkg-gnustep/gnustep/plopfolio-app--debian--1.0 +Standards-Version: 3.8.4 +Homepage: http://www.collaboration-world.com/plopfolio + +Package: plopfolio.app +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${gnustep:Depends} +Description: Personal dashboard for GNUstep + This is a free replacement of Serence's proprietary KlipFolio + application. PlopFolio supports Klips available from KlipFarm + (http://klipfarm.com). PlopFolio is developed using the Objective-C + language and works well with GNUstep (on GNU/Linux, FreeBSD, and + more) and Cocoa on Mac OS X. --- plopfolio.app-0.1.0.orig/debian/manpages +++ plopfolio.app-0.1.0/debian/manpages @@ -0,0 +1 @@ +debian/PlopFolio.1 --- plopfolio.app-0.1.0.orig/debian/compat +++ plopfolio.app-0.1.0/debian/compat @@ -0,0 +1 @@ +7 --- plopfolio.app-0.1.0.orig/debian/PlopFolio.desktop +++ plopfolio.app-0.1.0/debian/PlopFolio.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=PlopFolio +Name[bg]=PlopFolio +Comment=Personal dashboard for GNUstep +Comment[bg]=Преглед на емисии новини и събития +Type=Application +Version=1.0 +Categories=Network;News; +Icon=/usr/lib/GNUstep/Applications/PlopFolio.app/Resources/PlopFolio.tiff +Exec=PlopFolio --- plopfolio.app-0.1.0.orig/debian/preinst +++ plopfolio.app-0.1.0/debian/preinst @@ -0,0 +1,28 @@ +#!/bin/sh +# dpkg will not replace a real directory with a symlink. +# FIXME: Remove during the squeeze+1 cycle. + +set -e +set -u + +RESDIR=/usr/lib/GNUstep/Applications/PlopFolio.app/Resources + +case "$1" in + install | upgrade) + if [ -d $RESDIR ] && [ ! -L $RESDIR ]; then + rm -rf $RESDIR + fi + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 --- plopfolio.app-0.1.0.orig/debian/menu +++ plopfolio.app-0.1.0/debian/menu @@ -0,0 +1,5 @@ +?package(plopfolio.app):needs="X11" \ + section="Applications/Network/Web News" \ + title="PlopFolio" command="/usr/bin/PlopFolio" \ + icon="/usr/share/pixmaps/PlopFolio.xpm" \ + longtitle="Personal dashboard for GNUstep" --- plopfolio.app-0.1.0.orig/debian/rules +++ plopfolio.app-0.1.0/debian/rules @@ -0,0 +1,74 @@ +#!/usr/bin/make -f +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/GNUstep/debian/config.mk + +d_app := $(CURDIR)/debian/plopfolio.app +LDFLAGS := -Wl,-z,defs -Wl,--as-needed +export GNUSTEP_MAKEFILES := $(GS_MAKE_DIR) + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) +optim := debug=yes +endif + +build: build-stamp +build-stamp: + dh_testdir + $(MAKE) $(optim) LDFLAGS="$(LDFLAGS)" messages=yes + convert Images/PlopFolio.tiff -resize 32x32 PlopFolio.xpm + touch $@ + +clean: + dh_testdir + dh_testroot + $(MAKE) distclean + dh_clean build-stamp PlopFolio.xpm + +install: build + dh_testdir + dh_testroot + dh_prep + $(MAKE) install DESTDIR=$(d_app) GNUSTEP_INSTALLATION_DOMAIN=SYSTEM +# Remove invalid .desktop file and install ours. + rm $(d_app)$(GNUSTEP_SYSTEM_APPS)/*.app/Resources/*.desktop + install -D -m 644 debian/PlopFolio.desktop \ + $(d_app)/usr/share/applications/PlopFolio.desktop +# Install the XPM icon. + install -D -m 644 PlopFolio.xpm \ + $(d_app)/usr/share/pixmaps/PlopFolio.xpm +# Notice for bug reporters. + install -D -m 644 debian/bug.presubj \ + $(d_app)/usr/share/bug/plopfolio.app/presubj + +# 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_installmenu + dh_installman +ifeq ($(GS_USE_FHS),yes) + gsdh_gnustep + dh_installdirs usr/share/GNUstep + mv $(d_app)$(GNUSTEP_SYSTEM_APPS)/PlopFolio.app/Resources \ + $(d_app)/usr/share/GNUstep/PlopFolio.app + dh_link usr/share/GNUstep/PlopFolio.app \ + $(GNUSTEP_SYSTEM_APPS)/PlopFolio.app/Resources +endif + 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 --- plopfolio.app-0.1.0.orig/debian/changelog +++ plopfolio.app-0.1.0/debian/changelog @@ -0,0 +1,107 @@ +plopfolio.app (0.1.0-6build3) raring; urgency=low + + * Rebuild for gnustep-gui 0.22 transition. + + -- Benjamin Drung Wed, 21 Nov 2012 16:50:17 +0100 + +plopfolio.app (0.1.0-6build2) oneiric; urgency=low + + * Rebuild for gnustep-base 0.22 and gnustep-gui 0.20. + + -- Colin Watson Mon, 11 Jul 2011 11:29:29 +0100 + +plopfolio.app (0.1.0-6build1) natty; urgency=low + + * Rebuild for the GNUstep transition. + + -- Luca Falavigna Fri, 29 Oct 2010 21:11:56 +0200 + +plopfolio.app (0.1.0-6) unstable; urgency=low + + * debian/compat: Set to 7. + * debian/control (Section): Change to `gnustep'. + (Build-Depends): Require debhelper >= 7, remove version constraints + for libgnustep-gui-dev. + (Depends): Add ${misc:Depends} and ${gnustep:Depends}. + (Standards-Version): Compliant with 3.8.4 as of this release. + (Vcs-Arch): New field. + * debian/rules: Include /usr/share/GNUstep/debian/config.mk, export + GNUSTEP_MAKEFILES and get rid of gs_make usage. + (OPTFLAG): No longer define; rework noopt handling to be compatible + with gnustep-make/2.4.x (Closes: #581968). + (install): Replace dh_clean -k with dh_prep. Don't install the + lintian override file. + (binary-arch): Conditionally move arch-independent Resources to + /usr/share/GNUstep. + * debian/lintian-override: Delete. + * debian/preinst: + * debian/source/format: New file. + * debian/PlopFolio.desktop: Make it valid. + + -- Yavor Doganov Tue, 01 Jun 2010 13:42:18 +0300 + +plopfolio.app (0.1.0-5) unstable; urgency=low + + * debian/control (Maintainer): Adopting package, thanks Gürkan for the + packaging and support so far. The new maintainer is the Debian + GNUstep team (Closes: #450488). + (Uploaders): Add myself. + (Build-Depends): Bump debhelper to >= 5, libgnustep-gui-dev to >= + 0.12. Drop gnustep-make and libxml2-dev; both are pulled in by + -base. Add imagemagick. + (Homepage): Add. + (Description): Do not praise non-free software. Include the URL where + klips can be downloaded. + * debian/PlopFolio.1: Likewise. Put Grr in the `SEE ALSO' section. + * debian/compat: Increase to 5. + * debian/dirs: Delete. + * debian/docs: Likewise; not useful. + * debian/bug.presubj: Add. + * debian/rules (d_app, LDFLAGS): Define. + (OPTFLAG): Define conditionally based on DEB_BUILD_OPTIONS. + (build-stamp): Do not source GNUstep.sh, define GNUSTEP_MAKEFILES + instead. Honor the flags set. Convert the app icon in XPM format. + (clean): Don't source GNUstep.sh and use gs_make (Closes: #451458). + Delete the generated icon. + (install): Do not invoke dh_installdirs. Install using DESTDIR and + GNUSTEP_INSTALLATION_DOMAIN. Install the custom desktop file, XPM + icon, lintian override file and notice for bug reporters. + (binary-arch): Do not create the app wrapper symlink. + * debian/PlopFolio.desktop: Add. + * debian/menu (section): Change to `Applications/Network/Web News'. + (icon, longtitle): Add. + * debian/README.Debian: Delete; a bit redundant as the URL is in the + manpage and package description. + + -- Yavor Doganov Wed, 28 Nov 2007 22:44:56 +0200 + +plopfolio.app (0.1.0-4) unstable; urgency=low + + * Rebuild against latest libgnustep-gui-dev. + * Bump standards version. + * Removed debian/*.klip files. + + -- Gürkan Sengün Fri, 22 Sep 2006 00:56:20 +0200 + +plopfolio.app (0.1.0-3) unstable; urgency=low + + * Rebuild against latest libgnustep-gui. + * Update manual page. + * Bump standards version. + + -- Gürkan Sengün Wed, 8 Feb 2006 14:05:30 +0100 + +plopfolio.app (0.1.0-2) unstable; urgency=low + + * Updated manual page. + * Renamed source package to plopfolio.app. + * Updated debian/control build-depends for GNUstep 0.9.4. + * Fixed debian/copyright. + + -- Gürkan Sengün Sun, 28 Nov 2004 12:41:38 +0100 + +plopfolio (0.1.0-1) unstable; urgency=low + + * Initial Release. (Closes: #252748) + + -- Gürkan Sengün Fri, 4 Jun 2004 16:25:54 +0200 --- plopfolio.app-0.1.0.orig/debian/source/format +++ plopfolio.app-0.1.0/debian/source/format @@ -0,0 +1 @@ +1.0