* No-change rebuild for libgcc-s1 package name change.
* No-change rebuild for gnustep soname changes.
* New upstream release.
* debian/control (Build-Depends): Replace libpantomime1.2-dev with
libpantomime-dev (>= 1.3.0). Bump gnustep-make requirement to >=
2.7.0-4 for "terse" support.
(gnumail.app-common): Mark as Multi-Arch: foreign.
(Vcs-Git, Vcs-Browser): Update following the migration to Salsa.
(Standards-Version): Claim compliance with 4.2.1.
* debian/patches/link-libs.patch: Remove; merged upstream.
* debian/patches/spelling-fixes.patch: Likewise.
* debian/patches/series: Delete.
* debian/rules (override_dh_auto_install): Delete unnecessary extra
copyright/license notices for translations.
(override_dh_auto_build): Support "terse" in DEB_BUILD_OPTIONS.
* debian/copyright: Update copyright years.
* debian/NEWS: Inform users about the new format of the IMAP cache and
how to proceed when the conversion fails.
* debian/gbp.conf: New file.
* New upstream release.
* Set urgency to "high" due to the nature of the bug it fixes.
* debian/watch: Switch to Savannah.
* debian/gnumail.app-common.install:
* debian/gnumail.app.links: Don't install the Face bundle; removed
upstream due to unclear licensing.
* debian/gnumail.app.install: Don't install a dangling symlink to the
non-existing Headers directory and the .xpm icon.
* debian/rules: Strip trailing whitespace.
(DEB_LDFLAGS_MAINT_APPEND): Define to the previous value and pass
dpkg-buildflags explicitly to restore hardening and strip the libssl
dependency (Closes: #886305). Pass $(optim), restoring lost support
for noopt in DEB_BUILD_OPTIONS.
(override_dh_auto_install): Pass GNUSTEP_SYSTEM_LIBRARIES to install
the framework in /usr/lib/gworkspace.app as per Policy ยง10.2. Delete
dangling Headers symlink.
(override_dh_auto_clean): Remove; completely unnecessary.
(override_dh_link): Remove override and just delete the invalid
.desktop file in the override_dh_auto_install recipe.
(override_dh_makeshlibs): New override; pass --noscripts.
* debian/compat: Bump compat level to 11.
* debian/control (Homepage): Switch to the new one at nongnu.org.
(Build-Depends): Require debhelper >= 11. Remove obsolete
libgnustep-gui-dev version requirement. Add gnustep-make (>= 2.7.0-3)
for the optim variable definition.
(Breaks, Replaces): Remove; obsolete.
(Standards-Version): Claim compliance with 4.1.3.
* debian/GNUMail.xpm: Delete as the menu file is gone.
* debian/patches/spelling-fixes.patch: Refresh.
* debian/patches/link-libs.patch: Refresh and remove -lssl from the
toplevel makefile, just in case.
* debian/changelog: Delete trailing whitespace.
* debian/copyright: Update Source location and copyright years; add more
copyright holders and missing licenses (LGPL-2+ for the StepTalk
support and LPGL-2.1+ for some icons).
* Non-maintainer upload.
* Drop -dbg package in favor of autogenerated -dbgsym packages.
[ Eric Heintzmann ]
* Update debian/watch file
* Bump Standards-Version to 3.9.8
* Add myself as new Uploader
* Update Vcs-* fields
* Add homepage
* Remove useless ${gnustep:Depends} variable
* Update debian/copyright file
* Refresh patches
* Overhaul *.install and *.links
* Remove debian/menu file
* Update debian/rules file (Closes: #806037)
* New upstream release:
- Fixes crash when checking the SMTP AUTH capabilities and setting
the account's SMTP options (Closes: #659489).
- Compatible with current GNUstep libraries (Closes: #749740).
* debian/patches/link-libs.patch: Refresh.
* debian/patches/mail-window-crash.patch:
* debian/patches/pgp-version.patch: Remove; applied upstream.
* debian/patches/spelling-fixes.patch: New.
* debian/patches/series: Update.
* debian/compat: Set to 9.
* debian/rules: Rewrite to use modern dh. Enable hardening.
* debian/control (Homepage): Remove, no longer works.
(Build-Depends): Require libgnustep-gui-dev >= 0.24; bump debhelper.
(gnumail.app-common): New package, split arch-indep files.
(Depends): Add ${gnustep:Depends}.
(Vcs-Git, Vcs-Browser): Use canonical URIs.
(Standards-Version): Compliant with 3.9.6 as of this release.
* debian/preinst: Delete; no longer needed.
* debian/GNUMail.desktop: Add Keywords field.
* debian/watch:
* debian/install:
* debian/manpages: New file.
* debian/copyright: Rewrite in format 1.0. Remove license for code
removed long time ago.
* debian/patches/pgp-version.patch: Move local modifications here.
* debian/patches/mail-window-crash: New, fixes a crash when displaying
the main window (Closes: #645936).
* debian/patches/link-libs.patch: New, link against all required
libraries.
* debian/patches/series: New file.
* debian/control: Wrap all fields for diff-friendliness.
(Uploaders): Add myself and remove Hubert as per his request.
(Section): Change to `gnustep' and `debug' (for the -dbg package).
(Build-Depends): Remove libssl-dev, the correct fix was made in
pantomime. Drop cdbs and unnecessary version requirements.
(Homepage, Vcs-Git, Vcs-Browser): New fields.
(Suggests): Remove ancient pgp variants.
(Conflicts, Replaces): Remove, not needed.
(Provides): Add mail-reader and imap-client (Closes: #599072).
(Description): Make the short description less pretentious; mention
GNUstep. Don't praise the proprietary Mail.app program.
(Standards-Version): Claim compliance with 3.9.2 as of this release.
* debian/compat: Set to 8.
* debian/rules: Rewrite to use plain debhelper.
* debian/gnumail.app.overrides: Delete.
* debian/source/format: New file, set to 3.0 (quilt).
* debian/preinst:
* debian/docs:
* debian/GNUMail.desktop: New file.
* debian/control: Build-depend: on libssl-dev. (closes: #471612)
* Upload to unstable.
* Bundles/PGP/PGPController.h, Bundles/PGP/PGPController.m,
Bundles/PGP/PGPViewController.m: Rename bundle's -version method in PGP
bundle to something that actually doesn't conflict. (closes: #457503)
* debian/control (gnumail.app-dbg): Change priority to extra, to match
overrides file.
* debian/control: Make the mailing list the maintainer.
* debian/control: Bump standards version to 3.7.3. (no other changes needed)
* debian/control, debian/rules: add debugging package.
* Bundles/PGP/PGPController.h, Bundles/PGP/PGPController.m,
Bundles/PGP/PGPViewController.m: Rename bundle's -version method in PGP
bundle, to avoid conflicting names. See if this helps #457503.
* debian/rules: Remove call to strip. (closes: #437049)
* debian/rules: Don't need to remove CVS directories any more. Upstream
doesn't use CVS.
* debian/control, debian/compat: Bump debhelper compatibility to 5.
* New upstream snapshot.
* Recommend steptalk.
* Build against new GNUstep.
* Update GNUstep paths environment variables in debian/rules.
* Update menu entry.
* Remove unneeded preinst and README.Debian file.
* New upstream release.
* New upstream snapshot.
* New upstream snapshot.
* New upstream snapshot, plus new experimental caching code.
* Update my maintainer address.
* New upstream release.
* Add preinst script to move user-installed files in the Resources directory
to /usr/share. (Closes: #364143)
* New upstream snapshot.
* Recompile with new GNUstep libraries.
* Use cdbs for build rules.
* Bump standards version to 3.7.2. (no changes)
* Fix GPL license header in copyright file.
* Disable clock bundle since it doesn't work in GNUstep.
* Upstream CVS checkout.
- Upstream says that these bugs in BTS have already been fixed in CVS.
(Closes: #293802, #294921, #325724, #296826)
- Use thread arcs instead of threaded view. (Closes: #293802)
- Fix composing message with UTF-8 subject. (Closes: #294921)
* New co-maintainer.
* Bump standards version to 3.6.2.1.
* Recompile with new GNUstep libraries. (Closes: #350077)
* Fix copyright file.
* New upstream version.
* Upload in experimental.
* Update manpage.
* Update description.
* Cleanup debina/rules.
* Rename gnumail binary package to gnumail.app.
* Rebuild using latest pantomime, addresses and GNUstep Core packages.
* Remove old wrapper script and provide new wrapper link.
* Rebuild using new addresses package.
* New upstream version (closes: #228759, #228189).
* New maintainer.
* Now Build-Depends on addresses-framework and addressview-framework.
* Add a dependency to addressmanager.
* Update debian/gnumail.sh wrapper script.
* Update debian/menu file.
* Add an icon in menu.
* New upstream version.
* Add man page (closes: #163374).
* New upstream release.
* Recompile for new GNUstep directory layout.
* Fix suggestion for gnupg (closes: #196896).
* New upstream release (2nd 1.1 prerelease).
- Fixes hang at startup (closes: #163375).
* Update Standards-Version to 3.5.10.
* New upstream version 1.1.0 pre1.
* Find the PGP and Clock bundles in the System hierarchy.
* Search the PGP and Clock bundles in the System hierarchy.
* New upstream version.
* Install Clock and PGP bundles in GNUSTEP_SYSTEM_ROOT (closes: #155463).
* New upstream version.
* Recompile should fix startup problems (closes: #143105, #145781).
* Build with gnustep-gui-0.7.7.
* New upstream releases.
* Create ~/GNUstep/Library if it does not exist (closes: #141087).
* gnustep-make problems fixed in earlier upload (closes: #138877).
* Fix dangling symlinks (closes: #138083).
* Upload with correct version number.
* Non Maintainer Upload
* New upstream release
* Don't know why Matthias chose to use a versioning scheme different
than upstream. In order not to harm his versioning scheme i just
bumped up his version instead of using upstream's.
* New upstream release (1.0.0pre3).
* Added a menu entry (Paul Seelig). Closes: #134686.
* Fix typo in start script.
* New upstream release (1.0.0pre2).
* Adjust the package description. IMO it's worth describing the origin
of a package. Closes: #130020.
* README.Debian: explain how to start GNUMail.app.
* Add menu file provided by Paul Seelig.
* Initial Release: GNUmail.app 1.0.0pre1.