--- lusernet.app-0.4.1.orig/LuserNETInfo.plist +++ lusernet.app-0.4.1/LuserNETInfo.plist @@ -1,5 +1,6 @@ { ApplicationDescription = "News reader"; + ApplicationRelease = "0.4.1"; Authors = ("Alexander Malmberg "); Copyright = "Copyright 2002 Alexander Malmberg (icon by Andrew Lindesay)"; CopyrightDescription = "GNU General Public License"; --- lusernet.app-0.4.1.orig/debian/LuserNET.1 +++ lusernet.app-0.4.1/debian/LuserNET.1 @@ -0,0 +1,21 @@ +.TH LUSERNET 1 "December 30, 2003" +.SH NAME +LuserNET \- News Reader for GNUstep +.SH SYNOPSIS +.B LuserNET +.SH DESCRIPTION +This manual page documents briefly the +.B LuserNET +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.PP +\fBLuserNET\fP is an NNTP-based news reader for GNUstep. It features good +MIME conformance and handling, an ability to handle multiple servers, +intelligent scrolling, complete asynchronicity, background read-ahead, +and coloring of messages based on quoting depth. +.SH SEE ALSO +.BR GNUstep (7). +.SH AUTHOR +This manual page was written by Gürkan Sengün , +for the Debian project (but may be used by others). --- lusernet.app-0.4.1.orig/debian/changelog +++ lusernet.app-0.4.1/debian/changelog @@ -0,0 +1,35 @@ +lusernet.app (0.4.1-4ubuntu1) dapper; urgency=low + + * debian/control: Updated build-depends for new GNUstep version + + -- Lukas Fittl Fri, 10 Feb 2006 01:09:08 +0100 + +lusernet.app (0.4.1-4) unstable; urgency=low + + * Renamed source package to lusernet.app. + * Updated manual page. + * Fixed debian/copyright. + * Updated debian/control build-depends for GNUstep 0.9.4. + + -- Gürkan Sengün Wed, 22 Dec 2004 00:41:23 +0100 + +lusernet (0.4.1-3) unstable; urgency=high + + * Updated for latest gnustep + * Renamed binary package to lusernet.app. (Closes: #265634) + + -- Gürkan Sengün Sun, 8 Aug 2004 12:52:22 +0200 + +lusernet (0.4.1-2) unstable; urgency=low + + * Added gnustep-make to build-depends. (Closes: #240391) + * Dropped .app from debian/menu. + + -- Gürkan Sengün Sat, 27 Mar 2004 14:39:59 +0100 + +lusernet (0.4.1-1) unstable; urgency=low + + * Initial Release. (Closes: #179093) + + -- Gürkan Sengün Tue, 30 Dec 2003 21:55:44 +0100 + --- lusernet.app-0.4.1.orig/debian/compat +++ lusernet.app-0.4.1/debian/compat @@ -0,0 +1 @@ +4 --- lusernet.app-0.4.1.orig/debian/menu +++ lusernet.app-0.4.1/debian/menu @@ -0,0 +1,2 @@ +?package(lusernet.app):needs="X11" section="Apps/Net"\ + title="LuserNET" command="/usr/bin/LuserNET" --- lusernet.app-0.4.1.orig/debian/dirs +++ lusernet.app-0.4.1/debian/dirs @@ -0,0 +1,3 @@ +usr/bin +usr/lib/GNUstep/System +usr/share/lintian/overrides --- lusernet.app-0.4.1.orig/debian/lintian-override +++ lusernet.app-0.4.1/debian/lintian-override @@ -0,0 +1 @@ +lusernet.app: image-file-in-usr-lib --- lusernet.app-0.4.1.orig/debian/manpages +++ lusernet.app-0.4.1/debian/manpages @@ -0,0 +1 @@ +debian/LuserNET.1 --- lusernet.app-0.4.1.orig/debian/copyright +++ lusernet.app-0.4.1/debian/copyright @@ -0,0 +1,11 @@ +This package was debianized by Gürkan Sengün on +Tue, 30 Dec 2003 21:55:44 +0100. + +It was downloaded from http://w1.423.telia.com/~u42308495/alex/LuserNET/LuserNET.html + +Upstream Author: Alexander Malmberg + +Copyright 2002 Alexander Malmberg (icon by Andrew Lindesay + +Released under the GNU GPL. +Please see /usr/share/common-licenses/GPL for the full license. --- lusernet.app-0.4.1.orig/debian/control +++ lusernet.app-0.4.1/debian/control @@ -0,0 +1,16 @@ +Source: lusernet.app +Section: x11 +Priority: optional +Maintainer: Gürkan Sengün +Build-Depends: debhelper (>= 4.0.0), libgnustep-gui0.10-dev, pantomime-dev, gnustep-make +Standards-Version: 3.6.1 + +Package: lusernet.app +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: lusernet +Replaces: lusernet +Provides: news-reader +Description: News Reader for GNUstep + LuserNET is an NNTP based news reader for GNUstep. Though it's at + an early version, it's already quite usable. --- lusernet.app-0.4.1.orig/debian/rules +++ lusernet.app-0.4.1/debian/rules @@ -0,0 +1,75 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# 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 + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +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 + . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh ; \ + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh ; \ + $(MAKE) distclean clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh ; \ + $(MAKE) install GNUSTEP_INSTALLATION_DIR=`pwd`/debian/lusernet.app/usr/lib/GNUstep/System + + +# 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 Changes + install -m 644 debian/lintian-override $(CURDIR)/debian/lusernet.app/usr/share/lintian/overrides/lusernet.app + dh_installdocs + dh_installexamples + dh_installmenu + dh_installman + dh_link -plusernet.app usr/bin/gnustep-app-wrapper usr/bin/LuserNET + 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 configure --- lusernet.app-0.4.1.orig/debian/docs +++ lusernet.app-0.4.1/debian/docs @@ -0,0 +1 @@ +README