2010
lusernet.app (0.4.2-6) unstable; urgency=medium
* debian/patches/07_missing-includes.dpatch: Update to fix FTBFS with
gnustep-base/1.20.1 (Closes: #593048).
* debian/control (Standards-Version): Set to 3.9.1 (no changes needed).
-- Yavor Doganov <yavor@gnu.org> Tue, 24 Aug 2010 18:39:30 +0300
lusernet.app (0.4.2-5) unstable; urgency=low
* debian/patches/07_missing-includes.dpatch: Simplify a bit and fix
FTBFS with gnustep-base/1.20.0 (Closes: #581956).
* debian/compat: Set to 7.
* debian/control (Build-Depends): Bump debhelper accordingly. Remove
version requirement for libgnustep-gui-dev.
(Section): Change to `gnustep'.
(Depends): Add ${gnustep:Depends}.
(Description): Extend.
(Standards-Version): Compliant to 3.8.4 as of this release.
(Vcs-Arch): New field.
* debian/LuserNET.desktop: Set version to 1.0.
* debian/rules: Export GNUSTEP_MAKEFILES and remove gs_make usage.
(OBJCFLAGS): Do not define; use debug=yes conditionally.
(install): Replace dh_clean -k with dh_prep.
* debian/source/format:
* debian/README.source:
* debian/watch: New file.
-- Yavor Doganov <yavor@gnu.org> Wed, 19 May 2010 10:42:03 +0300
2008
lusernet.app (0.4.2-4) unstable; urgency=low
* debian/control (Section): Set to `news' to match the override file.
(Maintainer): Adopt package; set to the GNUstep team (Closes:
#454274).
(Uploaders): Change my email address.
(Build-Depends): Wrap all dependencies and bump libgnustep-gui-dev to
>= 0.14.
(Standards-Version): Package is compliant to 3.8.0 (no changes
needed).
(Conflicts, Replaces): Remove; not needed for the upgrade from Etch.
* debian/rules: Do not indent the make conditional.
(d_app): Define for convenience.
(LDFLAGS): Define to -Wl,-z,defs -Wl,--as-needed.
(build-stamp): Use gs_make and LDFLAGS. Pass ADDITIONAL_OBJCFLAGS
instead of OBJCFLAGS to make `noopt' DTRT.
(clean): Likewise. Move the commands to the `clean-patched' rule and
reorder the prerequisites.
(install): Use $(d_app) for DESTDIR and use gs_make directly.
(binary-arch): Adjust the conditional to check for GS_USE_FHS.
* debian/patches/07_missing-includes.dpatch: New, fixes FTBFS with the
current core libraries (Closes: #489696).
* debian/patches/05_pantomime1.2.dpach: Make viewing and posting
articles work again following changes in the Pantomime decoding
engine; previous NSString instances are always NSData instances now.
(Closes: #489879).
* debian/patches/00list: Update.
-- Yavor Doganov <yavor@gnu.org> Wed, 09 Jul 2008 20:20:58 +0300
2007
lusernet.app (0.4.2-3) unstable; urgency=low
* debian/control (Build-Depends): Use versioned dependency on
libgnustep-gui-dev (>= 0.12.0). Removed gnustep-make; it is always
pulled in by libgnustep-base-dev.
(Section): Moved to `net' where it belongs.
(Depends): Added ${misc:Depends}.
(Description): Moved Homepage...
(Homepage): ...to its own field, now supported by dpkg.
* debian/rules (CFLAGS): Removed, upstream's flags are sane.
(OBJCFLAGS): Set conditionally and pass optimization flag to $(MAKE).
(build-stamp, clean, install): Do not source GNUstep.sh, use
GNUSTEP_MAKEFILES instead.
(clean): Invoke $(MAKE) distclean only when $(GS_MAKE_DIR) is
defined.
(install): Use the standard variable DESTDIR and
GNUSTEP_INSTALLATION_DOMAIN instead of GNUSTEP_INSTALLATION_DIR.
Remove the invalid .desktop file generated by pl2link and install our
own in usr/share/applications. Also remove the unused dh_installdirs
invocation.
(binary-arch): Removed dh_link invocation; the app wrapper is no
longer needed. Replaced GS_SYSTEM_ROOT with GNUSTEP_SYSTEM_APPS.
* debian/LuserNET.desktop: New file.
* debian/menu: Updated for the new policy -- changed from `Apps/Net' to
`Applications/Network/Communication'.
* debian/preinst: Deleted; upgrades from Etch should work flawlessly.
-- Yavor Doganov <yavor@doganov.org> Sat, 20 Oct 2007 17:15:19 +0300
2006
lusernet.app (0.4.2-2) unstable; urgency=low
* To properly move the Resources dir to /usr/share, include a preinst
script which Hubert Chan wrote originally for gnumail.app.
* Remove the lintian override, it is not necessary anymore.
* debian/patches:
+ 05_pantomime1.2.dpatch: Removed a useless space at the shebang line.
+ 10_mark_string_as_translatable.dpatch: Added, to mark one string as
translatable.
+ 20_bg_translation.dpatch: Added Bulgarian translation.
-- Yavor Doganov <yavor@doganov.org> Tue, 21 Nov 2006 21:16:25 +0200
lusernet.app (0.4.2-1) unstable; urgency=low
* New upstream release. * Acknowledge NMU, thanks Luk Claes (Closes: #350435, #356531). * Build-depend on libgnustep-gui-dev instead on libgnustep-gui0.10-dev. * Upgrade to debhelper v5, bump debian/compat and the build-dependency. * Drop the configure target from debian/rules. * Use dpatch for patch management, build-depend on dpatch: + debian/patches/05_pantomime1.2.dpatch: Add a slightly modified patch from Sergey Golovin <svgol@mail.ru>, syncing LuserNET to Pantomime 1.2. * Build-depend on libpantomime1.2-dev. Bye-bye, pantomime-dev. * Escape "ü" in the manpage to fix a lintian warning. * Include /usr/share/GNUstep/debian/config.mk in debian/rules. * Append "messages=yes" to $(MAKE). * Remove dh_installexamples. * Remove the redundant file debian/dirs. * Install the new ChangeLog as changelog.gz, move Changes to debian/docs and rename/compress it as changelog.old.gz. * Move Resources to /usr/share/GNUstep/LuserNET.app and make a compatibility symlink. * Replace the symlink to /usr/bin/gnustep-app-wrapper with the future-proof one provided by gnustep-common. * Convert the .tiff icon to .xpm format and add it to debian/menu; add a longtitle as well. Build-depend on imagemagick for that. * Add a homepage to the long description. * Sanitize debian/copyright: clarify Copyright vs. License and add the GPL license header. * Add myself to uploaders; thanks, Gürkan, for the vote of confidence. * Bump Standards-Version to 3.7.2 (no changes needed).
-- Yavor Doganov <yavor@doganov.org> Thu, 28 Sep 2006 01:45:43 +0300
lusernet.app (0.4.1-4.1) unstable; urgency=high
* Non-maintainer upload. * Update build-dep of libgnustep-gui (Closes: #350435). * Use gsdh_gnustep.
-- Luk Claes <luk@debian.org> Sun, 12 Mar 2006 17:16:20 +0100
2004
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 <gurkan@linuks.mine.nu> 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 <gurkan@linuks.mine.nu> 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 <gurkan@linuks.mine.nu> Sat, 27 Mar 2004 14:39:59 +0100
2003
lusernet (0.4.1-1) unstable; urgency=low
* Initial Release. (Closes: #179093)
-- Gürkan Sengün <gurkan@linuks.mine.nu> Tue, 30 Dec 2003 21:55:44 +0100