1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
wrapperfactory.app (0.1.0-5) unstable; urgency=medium
* debian/compat: Bump to 11.
* debian/rules: Rewrite for modern dh. Don't include dpatch.make.
Don't generate/install the .xpm icon. Enable all hardening. Move the
.gorm files to /usr/share as well.
* debian/control: Run wrap-and-sort -ast.
(Build-Depends): Remove dpatch and imagemagick. Bump debhelper to
>= 11. Require gnustep-make >= 2.7.0-3 for noopt support.
(Depends): Remove ${gnustep:Depends}; obsolete.
(Vcs-Arch): Replace with Vcs-Git.
(Vcs-Browser): New field.
(Standards-Version): Claim compliance with 4.1.4 as of this release.
* debian/source/format: Set to 3.0 (quilt).
* debian/patches/00list: Rename as...
* debian/patches/series: ...and update.
* debian/patches/05_objdir.dpatch: Delete, no longer necessary.
* debian/patches/10_libGSWrapper_libobjc.dpatch: Rename as...
* debian/patches/link-libs.patch: ...and quiltify.
* debian/patches/make-v2-strict.patch: New; fix FTBFS with gnustep-make
in strict v2 mode, adapt code to a v2 environment (Closes: #897620).
* debian/patches/gcc-warnings.patch: New; fix some GCC warnings.
* debian/README.source: Delete; useless.
* debian/menu: Delete as per policy requirement.
* debian/manpages: New file.
* debian/WrapperFactory.desktop: Set Icon to the actual file in
/usr/share. Add Keywords key.
* debian/watch: Replace with a dummy one as upstream's site is gone.
* debian/maintscript: New; handle the move from dir to symlink.
* debian/copyright: Rewrite in format 1.0.
-- Yavor Doganov <yavor@gnu.org> Thu, 10 May 2018 22:12:39 +0300
wrapperfactory.app (0.1.0-4) unstable; urgency=low
* debian/compat: Set to 7.
* debian/control (Section): Change to `gnustep'.
(Build-Depends): Require debhelper >= 7, unversion libgnustep-gui-dev.
(Depends): Add ${misc:Depends} and ${gnustep:Depends}.
(Vcs-Arch): New field.
(Standards-Version): Claim compliance with 3.8.4 as of this release.
* debian/rules: Include /usr/share/GNUstep/debian/config.mk, export
GNUSTEP_MAKEFILES and avoid gs_make usage.
(LDFLAGS): Add -Wl,-rpath,/usr/lib/wrapperfactory.app.
(d_app): Define and use (for convenience).
(OPTFLAG): No longer define; rework noopt handling to be compatible
with gnustep-make/2.4.x (Closes: #581989).
(install): Replace dh_clean -k with dh_prep. Don't install the
lintian override file. Install libGSWrapper as a private library
under /usr/lib/wrappefactory.app. Delete usr/bin/GSWrapper_Launcher;
should not be there as it's not supposed to be started manually.
(binary-arch): Conditionally move arch-independent image files to
/usr/share/GNUstep. Explicitly install the app's manpage.
* debian/README.source:
* debian/source/format:
* debian/watch: New file.
* debian/lintian-override:
* debian/manpages:
* debian/GSWrapper_Launcher.1: Delete.
* debian/WrapperFactory.desktop: Make it valid.
-- Yavor Doganov <yavor@gnu.org> Tue, 08 Jun 2010 20:59:40 +0300
wrapperfactory.app (0.1.0-3) unstable; urgency=low
* debian/control (Maintainer): Adopting package; set to the GNUstep team
(Closes: #449514).
(Uploaders): Add myself.
(Build-Depends): Bump debhelper to (>= 5), replace
libgnustep-gui0.10-dev with libgnustep-gui-dev (>= 0.12) (Closes:
#447449). Drop gnustep-make. Add dpatch and imagemagick.
(Standards-Version): Set to 3.7.2 (no changes needed).
* debian/compat: Bump to 5.
* debian/copyright: Add the GPL blurb.
* debian/dirs: Deleted.
* debian/docs: Drop NEWS, not useful.
* debian/GSWrapper_Launcher.1: New manpage.
* debian/manpages: Added GSWrapper_Launcher.
* debian/rules: Include /usr/share/dpatch/dpatch.make.
(CFLAGS): Do not define.
(LDFLAGS): Define.
(OPTFLAG): Define only conditionally based on the value of
DEB_BUILD_OPTIONS.
(configure, configure-stamp): Delete these targets, not needed.
(build): Depend on the `patch' target.
(build-stamp): Do not source GNUstep.sh; honor OPTFLAG and LDFLAGS.
Convert the icon to XPM format. Do not depend on the
`configure-stamp' target.
(clean): Renamed to `clean-patched'; depend on it and `unpatch'.
(clean-patched): Do not delete configure-stamp. Delete the XPM icon.
Use gs_make instead of $(MAKE).
(install): Do not invoke dh_installdirs. Use gs_make and
GNUSTEP_INSTALLATION_DOMAIN. Remove the invalid .desktop file and
install ours; install the XPM icon as well. Install the lintian
override here.
(binary-arch): Do not invoke dh_installexamples. Do not create
symlink for the app wrapper. Uncomment dh_makeshlibs invocation.
(.PHONY): Remove configure.
* debian/menu (section): Changed to
`Applications/System/Administration'.
(icon, longtitle): Added.
* debian/WrapperFactory.desktop: New file.
* debian/patches/05_objdir.dpatch: New; objects' directories are always
`obj' as of GNUstep Make 2.0.
* debian/patches/10_libGSWrapper_libobjc.dpatch: New; link against
libobjc to avoid undefined symbols.
* debian/patches/00list: Create.
* debian/lintian-override: Ignore more lintian warnings; libGSWrapper is
not a public library: non-dev-pkg-with-shlib-symlink,
no-shlibs-control-file, postinst-must-call-ldconfig,
postrm-should-call-ldconfig, package-name-doesnt-match-sonames.
-- Yavor Doganov <yavor@gnu.org> Sat, 24 Nov 2007 22:24:15 +0200
wrapperfactory.app (0.1.0-2) unstable; urgency=low
* Bump standards version.
* Build-depends update for libgnustep-gui0.10-dev. (closes: #352377)
* Update manpage.
-- Gürkan Sengün <gurkan@linuks.mine.nu> Thu, 16 Mar 2006 11:15:39 +0100
wrapperfactory.app (0.1.0-1) unstable; urgency=low
* Initial Release. (closes: #285689)
-- Gürkan Sengün <gurkan@linuks.mine.nu> Wed, 8 Dec 2004 01:00:10 +0100
|