2006
scribus (1.2.5.dfsg-5) unstable; urgency=low
* debian/patches/08_fix_python_hashbang.dpatch: Apply a patch from Martin
Pitt <martin.pitt@ubuntu.com> that fixes an erroneous python2.3 shebang
line.
-- Oleksandr Moskalenko <malex@debian.org> Thu, 9 Nov 2006 23:48:54 -0700
scribus (1.2.5.dfsg-4) unstable; urgency=low
* debian/patches/07_libtool.m4.dpatch: Apply an actual fix instead of an
ugly hack workaround for .so extension generation in the shared objects
thanks to Craig Ringer from the upstream team.
* debian/rules: Remove the .so extension generating hack.
-- Oleksandr Moskalenko <malex@debian.org> Sat, 2 Sep 2006 17:46:32 -0600
scribus (1.2.5.dfsg-3) unstable; urgency=low
* debian/patches/*.sla.gz: Replaced non-free fonts in the included
templates (Closes: #296377).
* debian/rules:
+ Added rules to remove erroneous shared object links, rename
shared object files, and create proper .so links
(Closes: #383152, #384260).
+ Added rules to substitute non-free font-containing templates for the
clean ones in the binary target and remove them in the clean target.
-- Oleksandr Moskalenko <malex@debian.org> Thu, 31 Aug 2006 18:09:58 -0600
scribus (1.2.5.dfsg-2) unstable; urgency=low
* Relibtoolized the source (Closes: #379095). * Updated for the new python policy compatibility (Closes: #380945). + debian/pycompat: Added this file with a value of "2" per new python policy. + debian/control: - Changed debhelper dependency from "4" to "5.0.37.2". - Added ${python:Depends} to the Depends field. - Added a XB-Python-Version: ${python:Versions} field. - Added a "Provides: ${python:Provides}" field. - Changed "python2.3-dev" to python-all-dev (>= 2.3.5-11) in Build-Depends. * debian/scribus.lintian: Updated lintian overrides.
-- Oleksandr Moskalenko <malex@debian.org> Wed, 9 Aug 2006 11:39:54 -0600
scribus (1.2.5.dfsg-1) unstable; urgency=low
* New upstream release on 2006-07-15 (Closes: #378040). * debian/control: Updated "Standards-Version" to 3.7.2. * debian/README.Debian: Added a note about the docs being in a non-free package "scribus-doc" (Closes: #360412). * debian/scribus.lintian: Added overrides for new disparities. * debian/patches/03-cvs_sh.dpatch: Corrected a fix in the 1.2.5 release that didn't identify autotoconf 2.6 (FTBFS). * debian/patches/04-Makefile.am.docdir.dpatch: Added a patch to correct where Scribus searches for its documentation to revert a Gentooism introduced by the upstream. * debian/patches/05-util.cpp.dpatch: Added a patch to correct GhostScript system calls during eps -> png conversion while inserting eps images into image frames (Closes: #375301). * debian/patches/06-page.cpp.dpatch: Added another patch that complemented the 05-util.cpp.dpatch.
-- Oleksandr Moskalenko <malex@debian.org> Tue, 18 Jul 2006 14:46:49 -0600
scribus (1.2.4.1.dfsg+cvs20060628-1) unstable; urgency=low
* Upstream cvs update on 2006-04-03.
-- Oleksandr Moskalenko <malex@debian.org> Mon, 10 Jul 2006 11:17:40 -0600
scribus (1.2.4.1.dfsg+cvs20060403-2) unstable; urgency=low
* Edit all Makefile.am files in place to fix the DOCDIR location from
scribus-$(VERSION) to scribus.
-- Oleksandr Moskalenko <malex@debian.org> Tue, 4 Apr 2006 12:33:07 -0600
scribus (1.2.4.1.dfsg+cvs20060403-1) unstable; urgency=low
* Upstream cvs update on 2006-04-03.
-- Oleksandr Moskalenko <malex@debian.org> Sun, 2 Apr 2006 21:50:18 -0600
scribus (1.2.4.1.dfsg-2) unstable; urgency=low
* debian/watch: Added a watch file.
-- Oleksandr Moskalenko <malex@debian.org> Mon, 23 Jan 2006 16:15:19 -0700
scribus (1.2.4.1.dfsg-1) unstable; urgency=low
* New upstream release (Closes: #316567). I built it against the old patchset without the major autotools changes to get the package out as scribus has a RC FTBS bug since yesterday. I've already made the changes required by the xlibs-dev transition, though this is the first upload into Debian that will provide these now mandatory changes (Closes: #347068). * debian/patches/01-configure.in.dpatch: Updated this dpatch as the upstream file has changed. * debian/changelog: Changed the maintainer email to malex@debian.org. * debian/copyright: Changed the packager email to malex@debian.org. * debian/scribus.desktop: Updated the desktop file from upstream. * debian/compat: Changed compatibility level to 5. * debian/control: + Added a dependency on python-imaging-tk (Closes: #345117). + Changed the debhelper dependency version to 5 to reflect the new compatibility level. + Removed libjpeg62-dev, libpng3-dev, and libfreetype6-dev dependencies as the respective libraries are already installed as libqt3-mt-dev dependencies. libpng3-dev was also superceded by libpng12-dev.
-- Oleksandr Moskalenko <malex@debian.org> Mon, 09 Jan 2006 10:04:14 -0700
2005
scribus (1.2.3.dfsg+cvs20051128-1) unstable; urgency=low
* Upstream cvs update on 2005-11-28.
* debian/control: Remove the dependency on xlibs-dev. The dependencies on the
correct xlibs components are indirectly present through libqt3-mt-dev, so
no dependencies are added in stead of xlibs-dev.
* debian/patches/01_configure.in.dpatch: Updated this dpatch as the upstream
file changed.
-- Oleksandr Moskalenko <malex@tagancha.org> Wed, 30 Nov 2005 16:15:26 -0700
scribus (1.2.3.dfsg+cvs20051110-1) unstable; urgency=low
* Upstream cvs update on 2005-11-10.
* Upstream changelog file ChangeLog wasn't tracking cvs changes. They were
in the ChangeLogCVS file. Made sure that both files were merged into a
single ChangeLog file to be compliant with policy 12.7.
* Removed stale NEWS.Debian file.
* Converted patches to dpatch format.
* debian/control: Added a dependency on dpatch to accomodate the change in
my patching practice for this package.
* debian/rules: Changed rules from an ad-hoc patch system to dpatch.
* debian/scribus.dirs: Added this file instead of using "mkdir" rules in the
rules file.
* debian/rules: Stop using "mkdir" rules in favor of using a scribus.dirs
file.
* debian/scribus.install: Added this file instead of manually installing
necessary files from within debian/rules.
* debian/rules: Removed file installation rules made obsolete by the
debian/scribus.install file.
-- Oleksandr Moskalenko <malex@tagancha.org> Mon, 14 Nov 2005 10:26:52 -0700
scribus (1.2.3.dfsg-1) unstable; urgency=low
* New upstream release
-- Oleksandr Moskalenko <malex@tagancha.org> Tue, 13 Sep 2005 12:37:23 -0600
scribus (1.2.2.1.dfsg+cvs20050829-1) unstable; urgency=low
* Upstream updated the config.guess and config.sub files (Closes: #325307).
-- Oleksandr Moskalenko <malex@tagancha.org> Mon, 29 Aug 2005 10:39:27 -0600
scribus (1.2.2.1.dfsg+cvs20050823-1) unstable; urgency=low
* Upstream cvs update on 2005-08-05. Added "dfsg" to the package version as
an indicator that non-free components were removed.
-- Oleksandr Moskalenko <malex@tagancha.org> Fri, 26 Aug 2005 19:07:35 +0000
scribus (1.2.2.1+cvs20050805-2) unstable; urgency=low
* Removed non-free color profiles. They will be available from a separate
non-free scribus-icc package.
-- Oleksandr Moskalenko <malex@tagancha.org> Fri, 5 Aug 2005 17:21:24 -0600
scribus (1.2.2.1+cvs20050805-1) unstable; urgency=low
* Upstream cvs update on 2005-08-05.
-- Oleksandr Moskalenko <malex@tagancha.org> Fri, 5 Aug 2005 14:47:22 -0600
scribus (1.2.2.1+cvs20050803-1) unstable; urgency=low
* Upstream cvs update on 2005-08-03.
-- Oleksandr Moskalenko <malex@tagancha.org> Wed, 3 Aug 2005 17:05:29 -0600
scribus (1.2.2.1+cvs20050717-1) unstable; urgency=low
* Upstream cvs update on 2005-07-17.
-- Oleksandr Moskalenko <malex@tagancha.org> Thu, 21 Jul 2005 13:50:18 -0600
scribus (1.2.2.1+cvs20050709-1) unstable; urgency=low
* Upstream cvs update on 2005-07-09.
-- Oleksandr Moskalenko <malex@tagancha.org> Tue, 12 Jul 2005 13:46:39 -0600
scribus (1.2.2.1+cvs20050707-1) unstable; urgency=low
* Upstream cvs update on 2005-07-07.
-- Oleksandr Moskalenko <malex@tagancha.org> Fri, 8 Jul 2005 16:50:20 -0600
scribus (1.2.2.1-1) unstable; urgency=low
* Re-released fixed 1.2.2 as 1.2.2.1.
-- Oleksandr Moskalenko <malex@tagancha.org> Tue, 5 Jul 2005 13:31:32 -0600
scribus (1.2.2-2) unstable; urgency=low
* Applied the crash fix patch (released upstream as 1.2.2.1).
-- Oleksandr Moskalenko <malex@tagancha.org> Mon, 4 Jul 2005 14:21:58 -0600
scribus (1.2.2-1) unstable; urgency=low
* New upstream release on 2005-07-03.
-- Oleksandr Moskalenko <malex@tagancha.org> Sun, 3 Jul 2005 20:16:07 -0600
scribus (1.2.1+cvs20050620-2) unstable; urgency=low
* debian/control: Updated standards version to 3.6.2.
-- Oleksandr Moskalenko <malex@tagancha.org> Mon, 27 Jun 2005 10:14:43 -0600
scribus (1.2.1+cvs20050620-1) unstable; urgency=low
* New upstream stable cvs release on 2005-06-20.
-- Oleksandr Moskalenko <malex@tagancha.org> Sun, 26 Jun 2005 13:45:51 -0600
scribus (1.2.1+cvs20050617-2) unstable; urgency=low
* debian/scribus.lintian: Removed the menu overrides after JVW pointed out
to me that since lintian is wrong as opposed to my package being out of
line I should not use the overrides and just ignore them.
-- Oleksandr Moskalenko <malex@tagancha.org> Thu, 16 Jun 2005 18:08:34 -0600
scribus (1.2.1+cvs20050617-1) unstable; urgency=low
* New upstream stable cvs release on 2005-06-17.
* debian/patches: updated build patches to reflect the latest upstream
changes in configure.in and Makefile.am.
* debian/control: Added "ttf-bitstream-vera" to the "Suggests:" field to
reflect the fact that Bitstream Vera fonts are now used for the templates
distributed in the package.
* debian/control: Updated the versioned dependency on gcc from 3.2.0 to
3.3.5, liblcms1-dev from 1.09 to 1.13, libqt3-compat-headers and
libqt3-mt-dev from 3.1.1 to 3.3.4, automake1.7 to automake1.9 (>=1.9),
libxml2-dev from 2.6.11 to 2.6.16) to correspond to the versions shipped in
Sarge and the upstream recommendations.
* debian/control: Updated the description to conform to upstream
recommendations.
* debian/scribus.lintian: Added overrides for the new menu file handling
that lintian doesn't know about, yet and an override for another sample
python script, which doesn't have an executable bit set.
-- Oleksandr Moskalenko <malex@tagancha.org> Thu, 16 Jun 2005 17:45:11 -0600
scribus (1.2.1+cvs20050606-1) unstable; urgency=low
* New upstream stable cvs release on 2005-06-06. Hard spaces can be inserted
either by editing text directly in a text frame or in the Story Editor
(Closes: #297160).
-- Oleksandr Moskalenko <malex@tagancha.org> Wed, 8 Jun 2005 11:39:31 -0600
scribus (1.2.1+cvs20050428-1) unstable; urgency=low
* New upstream stable cvs release on 2005-04-28.
* debian/README.debian: added information on color management activation
(Closes: #299803).
-- Oleksandr Moskalenko <malex@tagancha.org> Fri, 29 Apr 2005 13:17:41 -0600
scribus (1.2.1+cvs20050321-1) unstable; urgency=low
* New upstream stable cvs release on 2005-03-21.
* This upload is sponsored by Alexander Wirt - an Application Manager - as a
part of the Debian NM process.
* debian/rules: don't create an empty /usr/share/scribus/doc directory. It
was done earlier only as a workaround for a build bug.
-- Oleksandr Moskalenko <malex@tagancha.org> Tue, 22 Mar 2005 10:48:26 -0700
scribus (1.2.1+cvs20050303-1) unstable; urgency=low
* New upstream cvs release on 2005-03-03.
* debian/rules: remove the rule to chmod 644
/usr/lib/scribus/plugins/scribus-short-words.rc as it was incorporated
upstream
-- Oleksandr Moskalenko <malex@tagancha.org> Thu, 3 Mar 2005 17:02:53 -0700
scribus (1.2.1+cvs20050207-1) unstable; urgency=low
* New upstream cvs release on 2005-02-07. * debian/scribus.lintian: Added overrides for short-words libs. * debian/rules: Added a rule to make scribus-short-words.rc non-executable.
-- Oleksandr Moskalenko <malex@tagancha.org> Mon, 7 Feb 2005 15:55:26 -0700
scribus (1.2.1-1) unstable; urgency=low
* New upstream release on 2005-01-08 (Closes: #289761). * debian/control: - Removed scribus-template package section as it is built from its own upstream source package now. - Added "scribus-template (<1.2.1)" to "Replaces" to resolve a conflict in template packaging. * debian/rules: - Removed scribus-template related commands from the binary-indep section. - Added a rule to run "make -f Makefile.cvs" to regenerate makefiles after patching "scribus/Makefile.am" and "scribus/Makefile.in" in order to prevent build failure due to the missing doc directory contents. - Added a rule to remove an upstream COPYING file from /usr/share/scribus/scripts/ that contained the text of GPL version 2 license. * debian/copyright: updated cvs, author, and contributor information. * Applied a patch that removes erroneous #ifdef directives that prevented scribus from honoring locale environmental variables (Closes: #287929). * debian/scribus.lintian: updated lintian overrides.
-- Oleksandr Moskalenko <malex@tagancha.org> Thu, 13 Jan 2005 14:33:15 -0700
2004
scribus (1.2.0.final+cvs20041227-1) unstable; urgency=low
* New upstream cvs release on 2004-12-27.
* debian/scribus.lintian: Added overrides for non-executable sample python
scripts.
-- Oleksandr Moskalenko <malex@tagancha.org> Tue, 28 Dec 2004 11:46:08 -0700
scribus (1.2.0.final+cvs20041226-1) unstable; urgency=low
* New upstream cvs release on 2004-12-26.
* debian/control: Added a "Replaces" in the scribus-template section.
* debian: Removed experimental debian directory versions accidentally left
in there.
-- Oleksandr Moskalenko <malex@tagancha.org> Mon, 27 Dec 2004 17:43:17 -0700
scribus (1.2.0.final+cvs20041209-2) unstable; urgency=low
* Initial release of the scribus-template package. The scribus-templates
package has been split out of the main scribus package to conserve
bandwidth and space as it is not expected to change as often as the main
program. The split is done at this time to coincide with the split of the
scribus-doc package.
* debian/scribus.1: Removed the manpage as upstream has produced its own
manpage.
* debian/scribus-template.changelog: A separate changelog is not necessary
as both scribus and scribus-template are build from the same source.
* debian/rules: Comment DH_VERBOSE out by default.
* debian/rules: Remove the manpage installation rule.
-- Oleksandr Moskalenko <malex@tagancha.org> Wed, 15 Dec 2004 23:16:32 -0700
scribus (1.2.0.final+cvs20041209-1) unstable; urgency=low
* New upstream cvs release on 2004-12-08. * debian/scribus.1: Updated the manpage. * debian/control: Removed the superfluous entry for the scribus-doc. * debian/NEWS.Debian: Fix date info to reflect the changelog correctly.
-- Oleksandr Moskalenko <malex@tagancha.org> Fri, 10 Dec 2004 13:21:23 -0700
scribus (1.2.0.final+cvs20041208-1) unstable; urgency=low
* New upstream cvs release on 2004-12-08. * debian/scribus.xml: Corrected the spec URI (Closes: #283726). * Docs formatted for the help browser are finally available. They have been split out into a non-free scribus-doc package (Closes: #283826). * debian/rules: Added rules for the scribus-template package. * debian/control: Added scribus-template package. * debian/scribus.lintian: Added an override for the new OODraw plugin.
-- Oleksandr Moskalenko <malex@tagancha.org> Thu, 09 Dec 2004 21:44:51 -0700
scribus (1.2.0.final+cvs20041026-1) unstable; urgency=low
* New upstream cvs release on 2004-10-26.
* debian/scribus.desktop: Fixed the mime entries and updated other values
(Closes: #278121).
* debian/scribus.menu: Updated the hint.
* debian/rules: Use dh_desktop to run update-desktop-database after installing
the scribus.desktop file.
* debian/scribus.xml: New file. Register scribus file extensions in the mime
database.
* debian/control: Updated debhelper version to make sure that dh_desktop is
available.
-- Oleksandr Moskalenko <malex@tagancha.org> Thu, 28 Oct 2004 12:12:35 -0600
scribus (1.2.0.final+cvs20041004-1) unstable; urgency=low
* New upstream cvs release on 2004-10-04.
* README.Debian: Added a note on making fonts available if the XFree or a
font server does not provide proper font information (Closes: #274143).
-- Oleksandr Moskalenko <malex@tagancha.org> Tue, 05 Oct 2004 21:32:16 -0500
scribus (1.2.0.final+cvs20040929-1) unstable; urgency=low
* New upstream cvs release on 2004-09-29. * debian/scribus.lintian: Updated lintian overrides for the text importer.
-- Oleksandr Moskalenko <malex@tagancha.org> Wed, 29 Sep 2004 14:20:55 -0500
scribus (1.2.0.final+cvs20040921-1) unstable; urgency=low
* New upstream cvs release on 2004-09-21.
* debian/scribus.lintian: Updated lintian overrides for the html import
plugin.
* debian/control: Added a build dependency on libxml2-dev (>= 2.6.11) as
required for the new OpenOffice importer plug-in.
-- Oleksandr Moskalenko <malex@tagancha.org> Tue, 21 Sep 2004 15:00:07 -0500
scribus (1.2.0.final+cvs20040911-1) unstable; urgency=low
* New upstream cvs release on 2004-09-11.
-- Oleksandr Moskalenko <malex@tagancha.org> Sun, 12 Sep 2004 23:41:36 -0500
scribus (1.2.0.final+cvs20040829-1) unstable; urgency=high
* debian/control: fix a packaging error. Permissions on the text import
plugin libraries must be 755 for the plugin to work and to avoid a sig 11
scribus crash.
* Applied a number of post-release patches from upstream that fix the
following bugs:
* bug # 869: oriantation setting wrong displayed
* bug #1009: SuSE Patches for scribus
* bug #1011: Serious problems with pasting copied content from
some applications.
* feature #1010: Update of russian translation. many fixes
* feature #1013: middle mouse button refreshes screen when you use it
to paste text
* feature #1017: Norwegian Bokmaal Translation for 1.2
-- Oleksandr Moskalenko <malex@tagancha.org> Tue, 31 Aug 2004 22:39:23 -0500
scribus (1.2.0.final-1) unstable; urgency=high
* Final 1.2 release on 2004-08-25, urgency=high to get it into Sarge.
* debian/scribus.linda: Fixed the linda override to stop pointing out that
scribus Build-Depends on autoconf and automake1.7.
* debian/control: Removed version from build-depends for libcupsys2-dev
* Splash screen does not block the Scrapbook startup font replacement dialog
anymore (Closes: #265750).
* debian/copyright: Updated contributor information.
* debian/rules: Remove obsolete configure --with-qt-dir option
-- Oleksandr Moskalenko <malex@tagancha.org> Wed, 25 Aug 2004 19:19:55 -0500
scribus (1.2.0.cvs20040714-2) unstable; urgency=medium
* Recompile with libtiff4
* Urgency medium since no other changes
* Add me to Uploaders for this one upload. Normally I'm only
sponsoring the package.
-- Frank Lichtenheld <djpig@debian.org> Wed, 28 Jul 2004 02:06:33 +0200
scribus (1.2.0.cvs20040714-1) unstable; urgency=low
* New upstream cvs release on 2004-07-13. Fixes bugs related to paste
problem and unability to copy from Properties/Geometry if object is
locked.
-- Oleksandr Moskalenko <malex@tagancha.org> Wed, 14 Jul 2004 19:41:15 -0500
scribus (1.2.0.cvs20040713-1) unstable; urgency=low
* New upstream cvs release on 2004-07-13. (Closes: #258969). * debian/README.Debian: Removed the info on the sawfish and friends palette window ghosting workaround as the bug was fixed. * debian/scribus.lintian: Updated lintian overrides. * debian/scribus.lintian: updated the overrides to remove inapplicable warnings. * debian/control: Changed Standards-Version to 3.6.1 * debian/control: changed "Depends" on gs to gs-gpl to reflect the package name change. * Removed the patch for big-endian system image colors for art_kmisc.c as it was applied upstream. (Closes: #251080). * debian/control: Changed the program description to clarify import/export capabilities and made the entire description more concise.
-- Oleksandr Moskalenko <malex@tagancha.org> Tue, 13 Jul 2004 20:55:14 -0500
scribus (1.2.0.cvs20040526-1) unstable; urgency=low
* New upstream cvs release on 2004-05-26
* debian/control: Changed Build-Depends of libcupsys2-dev to version
(>=1.1.20final+cvs20040330-4) for migration to libcupsys2-gnutls10
(Closes: #251109, #251361).
* debian/README.Debian: Added a note about workarounds for PostScript2
printers that don't understand Scribus's PS3 output (Closes: #251498).
* debian/README.Debian: Removed an old note on CUPS and SSL support as the
libcupsys2-gnutls10 / libcupsys2-dev provide SSL support now.
* Applied a patch that might resolve #251080. Testing on appropriate arches
is requested before the bug can be resolved or more work on this issue
considered.
* debian/control: Changed Build-Depends from libjpeg-dev libjpeg62-dev to
and libz-dev to zlib1g-dev to reflect the package changes.
-- Oleksandr Moskalenko <malex@tagancha.org> Fri, 28 May 2004 17:46:58 -0500
scribus (1.2.0.cvs20040514-1) unstable; urgency=low
* New upstream cvs release on 2004-05-14
-- Oleksandr Moskalenko <malex@tagancha.org> Fri, 14 May 2004 20:55:29 -0500
scribus (1.2.0.cvs20040512-1) unstable; urgency=low
* New upstream cvs release on 2004-05-12
* debian/scribus.1: Updated the man page: Fixed a typo; updated and sorted
alphabetically the list of available languages; update the list of
environmental variables used for language selection.
* Scribus now makes use of LC_ALL>LC_MESSAGES>LANG variables if the
-lang xx command line option is not used (Closes: #201797).
-- Oleksandr Moskalenko <malex@tagancha.org> Thu, 13 May 2004 00:19:00 -0500
scribus (1.2.0.cvs20040510-1) unstable; urgency=low
* New upstream cvs release on 2004-05-10
* debian/control: Added "python-tk" to the "Depends" to make the FontSampler
script work out of the box (Closes: #248032).
-- Oleksandr Moskalenko <malex@tagancha.org> Tue, 11 May 2004 16:59:08 -0500
scribus (1.2.0.cvs20040506-1) unstable; urgency=low
* New upstream cvs release on 2004-05-06
* debian/control: reverted the build-dep patch from Apr 27 as the new
lintian version requires Build-Depends to be on one line.
-- Oleksandr Moskalenko <malex@tagancha.org> Fri, 7 May 2004 14:49:44 -0500
scribus (1.2.0.cvs20040503-1) unstable; urgency=low
* New upstream cvs release on 2004-05-03
* debian/control: Added "Replaces:" the old scribus-doc-xx packages from
woody to facilitate upgrading (Closes: #247149).
-- Oleksandr Moskalenko <malex@tagancha.org> Sun, 02 May 2004 18:43:05 -0500
scribus (1.2.0.cvs20040429-1) unstable; urgency=low
* New upstream cvs release on 2004-04-29
* debian/scribus.linda: Fixed the first regexp and added the proper tag for
automake* override. Linda is beautiful _and_ silent now, as should be.
-- Oleksandr Moskalenko <malex@tagancha.org> Thu, 29 Apr 2004 20:55:51 -0500
scribus (1.2.0.cvs20040428-1) unstable; urgency=low
* New upstream cvs release on 2004-04-28
* debian/README.Debian: Reformatted it and added headlines for readability.
* debian/scribus.linda: New release of linda started issuing warnings
similar to those of lintian, so an overrides file was made to account for
the necessary deviations from the debian requirements.
* debian/scribus.lintian: Renamed the file from lintian-overrides in order
to use a consistent mechanism for installation of overrides for linda and
lintian
* debian/rules: Changed the way lintian and linda overrides are installed
-- Oleksandr Moskalenko <malex@tagancha.org> Wed, 28 Apr 2004 12:49:52 -0500
scribus (1.2.0.cvs20040427-1) unstable; urgency=low
* New upstream cvs release on 2004-04-27.
* debian/control: Apply a patch by Nicolas Boos to wrap the build-depends
lines for easier reading.
* debian/README.debian: Added a note on cups and ssl and expanded the
explanation of the palette window ghosting qt/sawfish problem.
* debian/scribus-debian.xpm: Renamed to scribus.xpm
* debian/scribus-debian-3d.xpm: Renamed to scribus-3d.xpm
* debian/scribus.desktop: Fixed/changed the location of the icon file.
* debian/scribus.menu: Changed the location of the icon file.
* debian/rules: Changed the name of the icon file.
* debian/rules: Changed how the
$(DEBIAN_DIR)/$(package)/usr/share/applications is created to install -d
from makedir.
-- Oleksandr Moskalenko <malex@tagancha.org> Mon, 26 Apr 2004 22:20:28 -0500
scribus (1.2.0.cvs20040406-2) unstable; urgency=low
* New upstream cvs release on 2004-04-07.
-- Oleksandr Moskalenko <malex@tagancha.org> Wed, 07 Apr 2004 18:02:42 -0500
scribus (1.2.0.cvs20040406-2) unstable; urgency=low
* debian/control: Change the dependency on gs-aladdin to gs-afpl that
supersedes it (Closes: #242534).
-- Oleksandr Moskalenko <malex@tagancha.org> Wed, 07 Apr 2004 10:04:03 -0500
scribus (1.2.0.cvs20040406-1) unstable; urgency=low
* New upstream cvs release on 2004-04-06.
* debian/rules: Removed commands to move icons to the FHS location as the
issue has been fixed upstream.
* patches/00-util.cpp.patch: removed patch as the issue has been fixed
upstream. See the changelog entry above.
-- Oleksandr Moskalenko <malex@tagancha.org> Tue, 06 Apr 2004 17:12:55 -0500
scribus (1.2.0.cvs20040329-1) unstable; urgency=low
* New upstream cvs release on 2004-03-29. * debian/scribus.1: Amended the man page to include en_GB lang.
-- Oleksandr Moskalenko <malex@tagancha.org> Tue, 30 Mar 2004 11:49:55 -0500
scribus (1.2.0.cvs20040317-2) unstable; urgency=low
* debian/control: Removed "Conflicts:" and "Replaces:" scribuscvs as there
should be no old unofficial scribuscvs packages left in the wild by now.
* debian/README.Debian: Added a note about the Tools windows ghosting
workaround for the sawfish bug.
* debian/README.Debian: Added a note about installing "Recommends" to
prevent Scribus from not starting due to the absence of GhostScript fonts
(Closes: #238658).
-- Oleksandr Moskalenko <malex@tagancha.org> Thu, 18 Mar 2004 10:47:05 -0500
scribus (1.2.0.cvs20040317-1) unstable; urgency=low
* New upstream cvs release on 2004-03-17.
-- Oleksandr Moskalenko <malex@tagancha.org> Thu, 18 Mar 2004 10:47:05 -0500
scribus (1.2.0.cvs20040316-1) unstable; urgency=low
* New upstream cvs release on 2004-03-14.
* Added the Option to delete all Objects on a Layer, when deleting this
Layer (Closes: #208473).
* Updated the man page with changes made by Frank Lichtenheld
-- Oleksandr Moskalenko <malex@tagancha.org> Tue, 16 Mar 2004 16:03:30 -0500
scribus (1.2.0.cvs20040301-1) unstable; urgency=low
* debian/rules: Removed the "else condition" in checking for
DEB_BUILD_OPTIONS to use the CFLAGS setting inherited from
DEB_HOST_GNU_TYPE.
* debian/rules: Removed a check for DEB_BUILD_OPTIONS="nostrip" as
"dh_strip" will correctly handle the situation if this environmental
variable is present.
* debian/scribus.links: Added a link for sample python scripts from
/usr/share/scribus/samples to /usr/share/doc/scribus/examples.
-- Oleksandr Moskalenko <malex@tagancha.org> Mon, 1 Mar 2004 22:26:34 -0500
scribus (1.2.0.cvs20040228-2) unstable; urgency=low
* debian/rules: revert back to installing scribus-debian.xpm for menu icon
as some of the more lightweight window managers have a problem with .png
* debian/scribus.menu: Use scribus-debian.xpm as a menu icon
* debian/scribus.desktop: Use scribus-debian.xpm as a menu icon
* debian/lintian-overrides: remove the .png icon warning override
-- Oleksandr Moskalenko <malex@tagancha.org> Sun, 29 Feb 2004 17:30:08 -0500
scribus (1.2.0.cvs20040228-1) unstable; urgency=low
* New upstream cvs release on 2004-02-27.
-- Oleksandr Moskalenko <malex@tagancha.org> Sat, 28 Feb 2004 22:39:26 -0500
scribus (1.2.0.cvs20040225-2) unstable; urgency=low
* debian/rules: install distribution changelog and cvs changelog separately.
-- Oleksandr Moskalenko <malex@tagancha.org> Fri, 27 Feb 2004 10:15:56 -0500
scribus (1.2.0.cvs20040225-1) unstable; urgency=low
* New upstream cvs release on 2004-02-25. * debian/scribus.desktop: Fixed mime-type problem. * debian/rules: Use scribus.png as the menu icon instead of scribus-debian.xpm. * debian/scribus.menu: Use scribus.png as the menu icon. * debian/rules: Use DEB_HOST_GNU_TYPE compile flag selection again.
-- Oleksandr Moskalenko <malex@tagancha.org> Thu, 26 Feb 2004 13:06:26 -0500
scribus (1.2.0.cvs20040224-2) unstable; urgency=low
* Added "-g -Wall" CFLAGS flags per Debian Policy 10.1
-- Oleksandr Moskalenko <malex@tagancha.org> Wed, 25 Feb 2004 09:37:03 -0500
scribus (1.2.0.cvs20040224-1) unstable; urgency=low
* New upstream cvs release on 2004-02-24.
* debian/scribus.links. Changed the /usr/share/doc/scribus/en symlink to
point to the new location of Scripter docs in /usr/share/scribus/doc/en/
-- Oleksandr Moskalenko <malex@tagancha.org> Tue, 24 Feb 2004 18:25:40 -0500
scribus (1.2.0.cvs20040223-2) unstable; urgency=low
* Added lintian-overrides as the library permissions must be 755 per
upstream policy.
* debian/rules:
+ install:
- Added rules to install the lintian overrides file.
+ make variables:
- Added support for DEB_BUILD_OPTIONS (noopt and nostrip). Done with
help from jello (Joe Nahmias) and beta3 from #debian-mentors.
-- Oleksandr Moskalenko <malex@tagancha.org> Tue, 24 Feb 2004 12:40:04 -0500
scribus (1.2.0.cvs20040223-1) unstable; urgency=low
* New upstream cvs release on 2004-02-23.
* README.Debian: Made a note about the freetype being the source of the bug
in font outline handling.
-- Oleksandr Moskalenko <malex@tagancha.org> Mon, 23 Feb 2004 20:20:52 -0500
scribus (1.2.0.cvs20040221-1) unstable; urgency=low
* New upstream cvs release on 2004-02-21. * scribus.uk.ts and scribus.uk.qm: Updated Ukrainian translation. * /usr/share/doc/scribus/changelog.gz. Combined release and cvs changelogs. * Added debian/README.Debian to note font outline issues.
-- Oleksandr Moskalenko <malex@tagancha.org> Sat, 21 Feb 2004 14:11:04 -0500
scribus (1.2.0.cvs20040219-1) unstable; urgency=low
* New upstream cvs release on 2004-02-19 (Closes: #217683). * Fixed a typo in scribus/Makefile that prevented "make dist" from upstream cvs sources. * File->New if dir set in path->icc profiles crash was fixed upstream (Closes: #226113). * User defined styles can now be applied from the Properties Palette, or from within the Story Editor (Closes: #201801). * Corner radius setting now honors the default units (Closes: #202952). * Page menu is now accessible while editing a template (Closes: #202476). * Inserting text into a frame in a reopened .scd file crash has been fixed upstrem (Closes: #219214). * Default button in the Edit->Paragraph Styles... is "OK" (Closes: #202481). * Scribus uses fonts provided by Defoma now (Closes: #216829). * Added debian/debian.desktop for Gnome menu (Closes: #226348). * Added debian/scribus.doc-base for inclusion into doc-base per recommendation of Frank Lichtenheld * Added debian/scribus.links for proper creation of a link from /usr/lib/scribus/doc/en/ to /usr/share/doc/scribus/en during the build. * debian/rules: use ./configure --with-qt-dir as a more general way to include qt3 headers per recommendation of Chris Cheney on #debian-kde. * debian/scribus.menu: changed needs=X11 -> needs="X11" per recommendation of Frank Lichtenheld <djpig@debian.org>. * debian/rules: deleted commented lines to make file more readable per recommendation of Frank Lichtenheld. * debian/control: + Build-depends: - gcc (>=3.2.0) instead of c++-compiler per upstream recommendation. - added libfreetype6-dev (>= 3.1.3) per upstream recommendation. - added autoconf (>=2.57) per upstream recommendation. - added automake1.7 (>=1.7) per upstream recommendation. + Depends: - gs (>= 7.07) instead of 5.50 per upstream recommendation. - gs-aladdin (>= 7.04) instead of 5.50 per upstream recommendation. - gs-esp (>= 7.07) instead of 7.05 per upstream recommendation. * debian/scribus.1: Rewrote the manpage. More works needs to be done, yet. * debian/copyright: Added instructions on CVS checkout. Updated copyright date from -2003 to -2004. Added translators.
-- Oleksandr Moskalenko <malex@tagancha.org> Fri, 20 Feb 2004 13:49:27 -0500
scribus (1.1.4-2) unstable; urgency=low
* Orphanage upload.
-- Wolfgang Sourdeau <was@debian.org> Thu, 15 Jan 2004 23:15:05 -0500
scribus (1.1.4-1) unstable; urgency=low
* New upstream release.
* debian/control: Build-depends on python2.3-dev instead of
python2.2-dev.
-- Wolfgang Sourdeau <was@debian.org> Sat, 3 Jan 2004 02:55:10 -0500
2003
scribus (1.1.2-2) unstable; urgency=low
* debian/control: Build-depends on libcups2-dev. * scribus/scribus.cpp: fixed a bug preventing colour management.
-- Wolfgang Sourdeau <was@debian.org> Tue, 18 Nov 2003 21:10:40 -0500
scribus (1.1.2-1) unstable; urgency=low
* New upstream release. (Closes: #212334) * debian/control: don't suggest any doc package since they are now separated from the upstream source. (Closes: #217327) * Autosave seems to now work properly. (Closes: #217475) * Plugins are correctly detected now (patch #02). (Closes: #205441) * Importing images works fine now. (Closes: #217462) * Copy/Pasting images works fine now. (Closes: #202640) * This error should not occur anymore. (Closes: #203140) * Templates are now appliable onto ranges of pages. (Closes: #202478)
-- Wolfgang Sourdeau <was@debian.org> Mon, 17 Nov 2003 00:57:43 -0500
scribus (1.0.1-1) unstable; urgency=low
* New upstream release
-- Wolfgang Sourdeau <was@debian.org> Tue, 30 Sep 2003 21:04:04 -0400
scribus (1.0-1) unstable; urgency=low
* debian/patches subdirectory created. It contains all the patches that
are applied on the main source tree.
* Override NMU. (Closes: #201770).
* scribus-doc-en is back again. Documentation removed from the main
package.
* Manpage written.
* debian/control: Standards-version set to 3.6.0.
* debian/copyright: updated copyright information.
-- Wolfgang Sourdeau <was@debian.org> Wed, 30 Jul 2003 14:48:31 -0400
scribus (1.0-0.1) unstable; urgency=low
* NMU * New upstream release (Closes: #201770).
-- Yann Dirson <dirson@debian.org> Tue, 22 Jul 2003 23:16:49 +0200
scribus (0.9.10-1) unstable; urgency=low
* New upstream release.
-- Wolfgang Sourdeau <was@debian.org> Sun, 1 Jun 2003 13:38:56 -0400
scribus (0.9.9-1) unstable; urgency=low
* New upstream release.
-- Wolfgang Sourdeau <was@debian.org> Fri, 25 Apr 2003 13:37:30 -0400
scribus (0.9.6-2) unstable; urgency=low
* Use the new QT 3 header layout. (Closes: #181662)
-- Wolfgang Sourdeau <was@debian.org> Wed, 26 Feb 2003 22:17:59 -0500
scribus (0.9.6-1) unstable; urgency=low
* New upstream release.
* Depends on gs-esp as well as every other declinations of gs that I could
think of. (Closes: #171566)
* Rebuild againt new package of libqt3. (Closes: #180064)
* Depends explicitly on version 3 of debhelper.
* Only "Recommends" (instead of "Depends") on xfonts-scalable.
* Menu icon resize to 32px32p and adapted to the more limited cmap.xpm
palette.
-- Wolfgang Sourdeau <was@debian.org> Sun, 16 Feb 2003 10:56:46 -0500
2002
scribus (0.9.2-1) unstable; urgency=low
* New upstream release.
* Scribus should not crash when loading files with unknown fonts. See
upstream ChangeLog. (Closes: #152577)
* I can't but give a try from time to time since this bug really applies
to libqt. (Closes: #158051)
* char signedness problem on alpha 64 should be fixed with this release.
(Closes: #162755)
* No answer, problem fixed? (Closes: #162947)
-- Wolfgang Sourdeau <was@debian.org> Sat, 16 Nov 2002 17:38:45 -0500
scribus (0.9.1-1) unstable; urgency=low
* New upstream release.
-- Wolfgang Sourdeau <was@debian.org> Sun, 10 Nov 2002 11:42:47 -0500
scribus (0.8-1) unstable; urgency=low
* New upstream release.
-- Wolfgang Sourdeau <was@debian.org> Sat, 28 Sep 2002 15:40:55 -0400
scribus (0.7.8-1) unstable; urgency=low
* New upstream release. (Closes: #152170, #156629) * Should be fixed with this release. (Closes: #158051) * Build-depend on liblcms1-dev (>= 1.09).
-- Wolfgang Sourdeau <was@debian.org> Sun, 15 Sep 2002 13:43:47 -0400
scribus (0.7.5-2.2) unstable; urgency=low
* NMU * Fix libpng-dev --> libpng3-dev. Sigh.
-- LaMont Jones <lamont@debian.org> Mon, 19 Aug 2002 22:01:01 -0600
scribus (0.7.5-2.1) unstable; urgency=low
* NMU * Fix build-depends. Closes: #152170
-- LaMont Jones <lamont@debian.org> Fri, 16 Aug 2002 16:34:55 -0600
scribus (0.7.5-2) unstable; urgency=low
* Build-depends on liblcms1-dev instead of liblcms-dev. (Closes: #151216) * Use the updated menu icon for scribus.
-- Wolfgang Sourdeau <was@debian.org> Sat, 29 Jun 2002 04:23:24 -0400
scribus (0.7.5-1) unstable; urgency=low
* New Upstream Release. (Closes: #147328, #148148, #149910, #141299) * Bug fixed in the meantime. (Closes: #124474)
-- Wolfgang Sourdeau <was@debian.org> Wed, 26 Jun 2002 19:02:43 -0400
scribus (0.6-1) unstable; urgency=low
* New Upstream Release. * Make it compile on Alpha for real.
-- Wolfgang Sourdeau <was@debian.org> Sun, 14 Apr 2002 20:05:56 -0400
scribus (0.5.8-1) unstable; urgency=low
* New Upstream Release.
-- Wolfgang Sourdeau <was@debian.org> Mon, 1 Apr 2002 19:32:46 -0500
scribus (0.5.6-2) unstable; urgency=low
* Build-depends on libpng2-dev instead og libpng-dev. (Closes: #138706)
-- Wolfgang Sourdeau <was@debian.org> Mon, 18 Mar 2002 13:49:06 -0500
scribus (0.5.6-1) unstable; urgency=low
* New Upstream Release.
-- Wolfgang Sourdeau <was@debian.org> Tue, 12 Mar 2002 18:12:10 -0500
scribus (0.5.5-1) unstable; urgency=low
* New Upstream Release.
-- Wolfgang Sourdeau <was@debian.org> Mon, 18 Feb 2002 01:29:27 -0500
scribus (0.5.4-3) unstable; urgency=low
* Enable lcms in debian/rules for alpha too after fixing #132420.
-- Wolfgang Sourdeau <was@debian.org> Tue, 5 Feb 2002 15:52:05 -0500
scribus (0.5.4-2) unstable; urgency=low
* Updated admin/config.sub and admin/config.guess from
ftp://ftp.gnu.org/pub/gnu/config/. #120103 got unfixed during the
last update. (Closes: #132412)
* Added libtiff3g-dev as build dependency. (Closes: #132413)
* Help scribus build on Alpha (in debian/rules). (Closes: #132420)
-- Wolfgang Sourdeau <was@debian.org> Tue, 5 Feb 2002 02:13:17 -0500
scribus (0.5.4-1) unstable; urgency=low
* New Upstream Release.
* Removed scribus/usr/include in debian/rules.
* Added LIBS="-lm" before the configure command in debian/rules so that
libcms get detected correctly. Added -I/usr/include/lcms to CFLAGS.
-- Wolfgang Sourdeau <was@debian.org> Mon, 4 Feb 2002 00:03:26 -0500
scribus (0.5.3-1) unstable; urgency=low
* New Upstream Release. * added liblcms-dev as build dependency in debian/control.
-- Wolfgang Sourdeau <was@debian.org> Tue, 22 Jan 2002 15:25:50 -0500
2001
scribus (0.5-2) unstable; urgency=low
* Fix spelling error in package description. (Closes: #125343) * Modified description to point out the french documentation package.
-- Wolfgang Sourdeau <was@debian.org> Tue, 18 Dec 2001 11:21:04 -0500
scribus (0.5-1) unstable; urgency=low
* New Upstream Release.
-- Wolfgang Sourdeau <was@debian.org> Sun, 16 Dec 2001 15:55:30 -0500
scribus (0.4.10-2) unstable; urgency=low
* Fix a problem when exporting document to a PDF filename containing
spaces...
-- Wolfgang Sourdeau <was@debian.org> Sat, 1 Dec 2001 23:26:00 -0500
scribus (0.4.10-1) unstable; urgency=low
* New Upstream Release.
* Updated admin/config.sub and admin/config.guess from
ftp://ftp.gnu.org/pub/gnu/config/ (Closes: #120103)
* scribus: suggests scribus-doc-fr too.
-- Wolfgang Sourdeau <was@debian.org> Wed, 28 Nov 2001 01:23:45 -0500
scribus (0.4.9-1) unstable; urgency=low
* New Upstream Release.
* New documentation package: scribus-doc-fr.
* Moved from section 'editors' to section 'graphics' (dito in
debian/scribus.menu).
-- Wolfgang Sourdeau <was@debian.org> Sun, 18 Nov 2001 15:59:24 -0500
scribus (0.4.8-3) unstable; urgency=low
* Depends on either gs or gs-aladdin in debian/control (Closes: #119828)
-- Wolfgang Sourdeau <was@debian.org> Fri, 16 Nov 2001 16:50:41 -0500
scribus (0.4.8-2) unstable; urgency=low
* Applied patch to fix a segfault occuring when scrolling the
mouse-wheel on an empty view.
-- Wolfgang Sourdeau <was@debian.org> Wed, 14 Nov 2001 23:09:55 -0500
scribus (0.4.8-1) unstable; urgency=low
* New upstream release. * Depends on gs (>= 5.50), gsfonts-x11 | xfonts-scalable.
-- Wolfgang Sourdeau <was@debian.org> Wed, 14 Nov 2001 22:08:17 -0500
scribus (0.4.7-2) unstable; urgency=low
* Uncapitalize nouns in the package descriptions. (Closes: #118409)
-- Wolfgang Sourdeau <was@debian.org> Thu, 8 Nov 2001 02:29:16 -0500
scribus (0.4.7-1) unstable; urgency=low
* New Upstream Release. * The initial released closed a wrong bug number. (Closes: #117839) * Documentation packages put in the doc section. * Merged some interesting things from Nicolas Boos's original debian subdirectory.
-- Wolfgang Sourdeau <was@debian.org> Wed, 7 Nov 2001 00:05:24 -0500
scribus (0.4.6-1) unstable; urgency=low
* Initial release. (closes: #117793)
-- Wolfgang Sourdeau <was@debian.org> Wed, 31 Oct 2001 18:25:15 -0500