* debian/patches/gsdisplayserver-mainthread.patch: New, cherry-picked
from upstream; makes possible drawing from secondary threads which is
needed by lynkeos.app/2.10.
* debian/patches/gstheme-nssegmentedcontrol.patch: New, cherry-picked
from upstream; fixes int/NSInteger mismatch and enables mouse tracking
for NSSegmentedCell.
* debian/patches/series: Update.
* debian/rules: Remove boilerplate dh_make comments.
* Upload to unstable.
* debian/templates/control.m4: (Vcs-Git, Vcs-Browser): Update to point
to the new repository location at salsa.debian.org.
(gnustep-gui-doc): Mark as Multi-Arch: foreign.
* debian/control: Regenerate.
* debian/patches/panel-selection.patch: New, fixes file selection in
panels. Cherry-picked from upstream.
* debian/patches/printing-crash.patch: New, fixes crash during printing
when there is no printer configured. Also taken from upstream.
* debian/patches/series: Update.
* debian/README.Debian: Delete; mostly duplicate of gnustep-common's
README.Debian.
[ Eric Heintzmann ]
* debian/patches/fix-spelling-errors.patch: Remove, applied upstream.
* debian/patches/series: Update.
* debian/templates/control.m4:
+ Bump Standards-Version to 4.1.0.
+ As required by Gürkan, update his name.
+ Use canonical URL in Vcs-Browser field.
* Add a testsuite.
* debian/rules:
+ Remove -pie option.
+ Now depends on latest gnustep-base.
+ Enable --as-needed LDFLAG.
+ Remove -shared-libgcc LDFLAG, now useless.
+ Recalculate dependencies of shared lib.
[ Yavor Doganov ]
* New upstream release 0.26.2:
+ Fixes printing via CUPS (Closes: #883583).
+ Fixes overlapping glyphs (Closes: #886226).
+ Rename library package following the SONAME change:
- libgnustep-gui0.25 -> libgnustep-gui0.26
* debian/watch: Switch to ftp.gnustep.org; much more reliable.
* debian/compat: Bump compat level to 11.
* debian/rules: Replace shell comments with makefile comments; strip
trailing whitespace.
(DEB_LDFLAGS_MAINT_APPEND): Add -Wl,--no-undefined.
(v_base): Bump to 1.25.1; required.
(override_dh_testdir): New target to regenerate debian/control.
(override_dh_auto_build_arch): Explicitly pass dpkg-buildflags;
gnustep-make discards environment flags so OBJCFLAGS is ignored
completely for all compilation units, while LDFLAGS is discarded for
some executables in the -runtime package. Also pass $(optim) for
proper noopt support in DEB_BUILD_OPTIONS.
(override_dh_autotest): Run the testsuite.
(override_dh_install): Don't skip .gsdoc files; they're necessary for
generating proper cross-references.
(override_dh_installdocs): Don't act on the -dbg package.
(override_dh_strip): Remove override.
* debian/templates/control.m4: Remove -dbg package in favor of automatic
-dbgsym packages. Relax some dependencies for smoother transitions (a
reincarnation of #655433; regression introduced during the migration
to modern debhelper).
(Build-Depends): Require debhelper >= 11; remove dh-autoreconf. Add
gnustep-make >= 2.7.0-3 for the optim variable conditional definition.
(Build-Depeends-Indep): Add gnustep-base-doc for usable xrefs to -base
classes and methods.
(gnustep-gui-doc): Recommend gnustep-base-doc.
(Standards-Version): Claim compliance with 4.1.3 as of this release.
* debian/control: Regenerate.
* debian/tests/testsuite: New test; run the testsuite.
* debian/tests/control (Tests): Add testsuite.
(Restrictions): Add allow-stderr.
(Depends): Add file, needed by file-tests.
* debian/templates/libgnustep-guiN.overrides.m4: Remove override for
no-symbols-control-file as lintian #749202 has been fixed.
* debian/changelog: Whitespace cleanup.
* debian/copyright: Update copyright years.
* Ensure that gnustep-gui-runtime does not depend on gnustep-back
(Closes: #880460). Thanks to Yavor Doganov.
* Delete debian/libgnustep-gui0.25.symbols file (Closes: #835894).
* Override lintian warning about symbols control file.
* Closes: #834025 :
+ update debian/rules :
- don't use --link-doc between arch all and not all packages.
- generate libgnustep-guiN.maintscript file
- generate libgnustep-guiN.docs file
+ new debian/templates/libgnustep-guiN.maintscript.in file.
+ new debian/templates/libgnustep-guiN.docs.in file
+ update debian/clean file
* Upload to unstable
* Update debian/patches/fix-spelling-errors patch
* Thanks to Iain R. Learmonth, use cme and licensecheck tools:
+ Update debian/templates/control.m4 file
and regenerate debian/control file
+ Provide a new debian/copyright-scan-patterns.yml file
+ Provide a new debian/fill.copyright.blanks.yml file
+ Provide a new debian/fix.scanned.copyright file
+ Update debian/copyright file
* Team Upload:
+ In agreement with the Debian GNUstep maintainers,
add myself as Uploader
* New Upstream version 0.25.0:
+ Closes: #826592
+ remove gorm-loading patch, now useless
+ remove xib-loading patch, now useless
+ remove giflib5.diff patch, now useless
+ update info-direntry patch
+ New SONAME, thus package names are changed:
- libgnustep-gui0.24 -> libgnustep-gui0.25
- libgnustep-gui0.24-dev -> libgnustep-gui0.25-dev
- libgnustep-gui0.24-dbg -> libgnustep-gui0.25-dbg
- start a transition: upload in experimental first
* New fix-spelling-errors patch
* Move debian/control.m4 file to new debian/templates directory
+ bump Standards-Version to 3.9.8
+ now depends on latest gnustep-base
+ remove useless {gnustep:Depends} variable
+ update Vcs-* fields
+ tighten dependencies
+ add build dependency to dh-autoreconf
* Move debian/libgnustep-guiN.overrides.m4 to debian/templates directory
* Provide a new debian/templates/gnustep-gui-common.install.in
* Provide a new debian/templates/gnustep-gui-doc.install.in file
* Provide a new debian/templates/gnustep-gui-runtime.install.in file
* Provide a new debian/templates/gnustep-gui-runtime.links.in file
* Provide a new debian/templates/libgnustep-gui-dev.install.in file
* Provide a new debian/templates/libgnustep-guiN.install.in file
* New debian/source/local-options file
* Update debian/watch file to version 4
* New debian/upstream/signing-key.asc file
* Rewrite debian/copyright file
* Provide a new debian/clean file
* Provide a new debian/gnustep-gui-common.docs file
* Provide a new debian/gnustep-gui-common.manpages file
* Provide a new debian/gnustep-gui-doc.docs file
* Provide a new debian/gnustep-gui-doc.info file
* Provide a new debian/libgnustep-gui0.25.symbols
* Rewrite debian/rules file for easier maintenance
+ use override_dh_* targets
+ enable hardening:
remove debian/gnustep-gui-runtime.lintian-overrides, now useless
* Non-maintainer upload.
* Build using giflib 5. Closes: #803283.
* debian/patches/xib-loading.patch: New; fixes a crash with XIB
decoding/loading (Closes: #754825).
* debian/patches/gorm-loading.patch: New; fixes a crash in Gorm
loading (Closes: #755823).
* debian/patches/series: Update.
* debian/control.m4 (Standards-Version): Bump to 3.9.6; no changes
needed.
* debian/control: Regenerate.
* Upload to unstable.
* debian/compat: Set to 9 to get .build-id debugging symbols.
* debian/control.m4 (Build-Depends): Require debhelper >= 9.
(libgnustep-gui`'SOV_GUI-dbg) <Conflicts>: Remove.
* debian/control: Regenerate.
* debian/rules (confflags): Define conditionally and pass --host to
configure only if cross-compiling.
* New major upstream release:
- Provides a more complete implementation of NSBox (Closes: #711938).
* debian/patches/say-build.patch: Remove; fixed upstream.
* debian/patches/info-direntry.patch: New.
* debian/patches/series: Update.
* debian/rules (v_base): Bump to 1.24.6.
(install-doc): Do not create User/Developer symlinks. Remove gsdoc
files, do not delete info ones.
(binary-arch): Remove gnustep-gpbs from generated shlibs, will be
merged into -common.
* debian/control.m4 (Build-Depends): Replace libtiff4-dev with
libtiff-dev (Closes: #736010).
(Build-Depends-Indep): Remove texi2html.
(libgnustep-gui`'SOV_GUI-dbg) <Conflicts>: Remove
libgnustep-gui0.18-dbg, add libgnustep-gui0.22-dbg.
(Vcs-Git): Use the canonical URI.
(Standards-Version): Bump to 3.9.5 (no changes needed).
* debian/control: Regenerate.
* debian/gnustep-gui-doc.doc-base.manual: Add HTML format; it is now
properly built and installed following the texi2html->makeinfo switch
(Closes: #732137).
* debian/copyright: Update copyright years; typo fix.
* New major upstream release.
* debian/rules (v_base): Bump to 1.24 (Closes: #672986).
Run the testsuite in the proper target. Enable hardening and
imagemagick.
* debian/control.m4 (Build-Depends): Add libmagickcore-dev and
libicu-dev.
(libgnustep-gui`'SOV_GUI-dbg) <Recommends>: Set to
libgnustep-base1.24-dbg.
<Conflicts>: Add libgnustep-gui0.20-dbg.
* debian/control: Regenerate.
* debian/patches/fix-ftbfs-gcc46.patch: Remove; fixed upstream.
* debian/patches/say-build.patch: Update/refresh.
* debian/patches/series: Update.
* debian/gnustep-gui-runtime.lintian-overrides: New file; hardening
false positives.
* debian/copyright: Update copyright years.
* debian/control.m4 (Build-Depends): Replace libpng12-dev with
libpng-dev (Closes: #662357). Remove quilt.
(gnustep-gui-runtime, libgnustep-gui`'SOV_GUI) <Depends>: Relax the
dependency on -common (Closes: #655433).
(Standards-Version): Bump to 3.9.3; no changes needed.
* debian/control: Regenerate.
* debian/source/format: Change to 3.0 (quilt).
* debian/README.source: Delete.
* debian/rules: Don't include /usr/share/quilt/quilt.make. Eliminate
quilt patch/unpatch and adjust target dependencies (Closes: #670328).
* NMU, fix FTBFS with gcc 4.6 (Closes: #639692)
* Upload to unstable.
* debian/rules (v_base): Set to 1.22.1 to ensure that the package is
built with gcc-4.6 on all architectures.
* debian/control: Regenerate.
* debian/patches/say-build.patch: New; fixes FTBFS with gcc-4.6 (Closes:
#639692) and with ld --as-needed (Closes: #631148).
* debian/patches/series: Update.
* New major upstream release.
* debian/control.m4 (Vcs-Arch): Replace with...
(Vcs-Git): ...following the migration to Git.
(Vcs-Browser): New field.
(Standards-Version): Bump to 3.9.2; no changes needed.
(libgnustep-gui-dev) <Depends>: Remove libjpeg-dev, libpng12-dev,
libtiff4-dev | libtiff-dev, libgif-dev, zlib1g-dev -- unnecessary
dependencies.
(libgnustep-gui`'SOV_GUI-dbg) <Recommends>: Set to
libgnustep-base1.22-dbg.
<Conflicts>: Set to libgnustep-gui0.18-dbg.
* debian/control: Regenerate.
* debian/rules (v_base): Bump to 1.22.
(debian/build-indep-stamp): Run the testsuite.
(install-shared): Delete GSSpeechServer.desktop.
(binary-arch): Move colorpickers' images to /usr/share.
* debian/patches/gmodel-loading.patch:
* debian/patches/untitled-document-loading.patch: Delete; fixed
upstream.
* debian/patches/series: Update.
* debian/gnustep-gui-runtime.preinst:
* debian/gnustep-gui-runtime.lintian-overrides: Delete; not needed
anymore.
* debian/copyright: Update copyright years.
* debian/patches/untitled-document-loading.patch: New; prevent loading
of untitled document in an NSDocument-based app without an editor type
(Closes: #595757).
* debian/patches/series: Update.
* debian/control.m4 (Build-Depends): Add quilt.
* debian/control: Regenerate.
* debian/rules: Include /usr/share/quilt/quilt.make; adjust targets and
prerequisites for quilt.
* debian/patches/gmodel-loading.patch: New; fixes loading of GModel
bundles, regression introduced in 0.18.0 (Closes: #594597).
* debian/patches/series:
* debian/README.source: New file.
* Upload to unstable.
* debian/control.m4 (libgnustep-gui`'SOV_GUI-dbg) <Conflicts>: Replace
gnustep-gui-runtime-dbg with libgnustep-gui0.14-dbg and
libgnustep-gui0.16-dbg.
<Provides>: Remove; obsolete.
<Recommends>: Add libgnustep-base1.20-dbg which is needed in most
cases to provide a meaningful backtrace.
(Standards-Version): Compliant with 3.9.1; no changes needed.
* debian/control: Regenerate.
* debian/watch: Track only stable releases.
* debian/gnustep-gui-runtime.preinst: Fix a terrible typo. Avoid set -u
since fresh installs fail while the condition is otherwise true as
expected.
* New upstream release.
* debian/control.m4 (Build-Depends): Replace libaudiofile-dev and
portaudio19-dev with libao-dev and libsndfile1-dev; libjpeg62-dev with
libjpeg-dev. Add flite1-dev.
(libgnustep-gui-dev) <Depends>: Remove libaspell-dev, libaudiofile-dev
and ${shlibs:Depends}. Replace libjpeg62-dev with libjpeg-dev.
(libgnustep-gui`'SOV_GUI-dbg) <Depends>: Add ${misc:Depends}.
(gnustep-gui-doc) <Depends>: Likewise.
(Description): Extend.
(Standards-Version): Bump to 3.8.4 (no changes needed).
* debian/control: Regenerate, which picks the SONAME change as well.
* debian/rules: Remove all sparc conditionals; not needed anymore.
(v_base): Bump to 1.20.0.
(v_make): Remove; unused.
(OPTFLAG): Remove and rework noopt handling to be compatible with
gnustep-make/2.4.0.
(HURD_CONF): Remove; not necessary anymore.
(install-shared): Move Sounds to -common.
(binary_indep): Don't install gnustep_sndd.1; install the newly added
manpages.
* debian/gnustep_sndd.1: Remove; daemon gone for good.
* debian/gnustep-gui-runtime.lintian-overrides: Remove the gnustep_sndd
override (now unused), add new for say and GSSpeechServer.
* debian/source/format: New file.
* debian/gnustep-gui-runtime.preinst: New; handle the removal of
gnustep_sndd's init script.
* debian/say.1:
* debian/GSSpeechServer.1: New file.
* debian/copyright: Add 2010 to the copyright years.
[ Gürkan Sengün ]
* New upstream version.
* Bump standards version.
[ Yavor Doganov ]
* debian/control.m4: Wrap all fields.
(Section): Change to `gnustep'. Adjust binary packages accordingly.
(Uploaders): Add myself, remove Hubert upon his request.
(Homepage, Vcs-Arch): New fields.
(Suggests): Remove redundant suggests on -doc; only the -dev package
should suggest it.
(Depends): Tighten depends on -common.
(Recommends): Remove.
* debian/control: Regenerate.
* debian/rules: Add support for noopt. Temporary remove sparc
conditionals. Use $(MAKE) instead of gs_make.
(debian/deb-scripts-stamp, debian/deb-scripts): Remove.
(debian/libgnustep-gui$(sov_gui).lintian-overrides): New target.
(binary-arch): Depend on it. Install the lintian overrides. Remove
dh_installinit invocation.
(clean_files): Add debian/libgnustep-gui$(sov_gui).lintian-overrides.
* debian/gnustep_sndd.1:
* debian/gnustep-gui-runtime.lintian-overrides:
* debian/libgnustep-guiN.overrides.m4:
* debian/gnustep-gui-doc.doc-base.gui:
* debian/gnustep-gui-doc.doc-base.additions:
* debian/gnustep-gui-doc.doc-base.manual: New file.
* debian/README.Debian: Typo fix.
* debian/gnustep-gui-common.gnustep_sndd:
* debian/gnustep-gui-common.gnustep_sndd.in: Delete; the daemon should
not be started as root.
* debian/watch: Don't uupdate, add opts=pasv.
* debian/copyright: Update copyright years. Make it clear that the
Tools are licenses under GPLv3+ now.
* Upload to unstable.
[Gürkan Sengün]
* New upstream version.
* Bump standards version.
* Bump debhelper version.
* Add myself to Uploaders field.
* Change libungif4-dev into libgif-dev in build-depends.
[Hubert Chathi]
* Bump version numbers.
* Force installation into system domain.
* Target to experimental distribution.
* debian/rules: Move definition of HURD_CONF outside of the rule.
(Really closes: #456257)
* debian/control: Build-depend on texlive-base and texlive-latex-base
instead of just texlive-base-bin.
* Upload to unstable.
* debian/rules: Install new man pages for gclose, gcloseall,
set_show_services.
* debian/copyright: Custom license for UI element images replaced by
GPL. (Closes: #487143)
* New upstream release.
* debian/rules: NOTES file is no longer shipped.
* debian/control: Add dependencies on ${gnustep:Depends}.
* debian/rules: Put HURD_CONF definition in the right spot. (Closes: #456257)
* debian/control: Build-depend on libcups2 instead of libcupsys2.
* debian/control, debian/rules: Add debugging package.
* debian/control, debian/compat: Bump debhelper compatibility level to 5.
* debian/control: Bump standards version to 3.7.3 (no other changes needed).
* debian/control: Fix dependencies so that binNMUs should work.
* debian/rules: Remove call to strip. dh_strip should be sufficient.
* debian/copyright: Add copyright info, update note about
common-licenses to point to specific the version of the license as
well as the latest version.
* Upload to unstable.
* New upstream release.
* Update maintainer address.
* Update build-depends for texlive.
* Build-depend on portaudio19-dev. (Closes: #407308)
* Remove dependency on (not needed any more) gnustep-ppd.
* Remove obsolete conflicts.
* Provide: old -dev package name, to allow binNMUs of GNUstep packages.
* Fix Depends for -dev package: depend on gnustep-gui-runtime instead of
gnustep-base-runtime.
* New upstream release.
* Minor improvements to debian/control generation.
* Change priority of -dbg to extra, to match overrides file.
* New upstream release.
- Files can now be dropped on "Open Files" dialogs (closes: #310719)
* Fix dependencies.
* Drop SONAME from -dev package -- OpenStep API should be fairly stable.
* Fix -dbg package to behave like other -dbg packages and put the
libraries in /usr/lib/debug.
* Get rid of circular dependency. (see: #359158)
- Split off -runtime package from -common.
- -common now only contains data files and is now Arch: all.
- Add -runtime to shlibs file.
* Bump standards version to 3.7.2 (no changes).
* Move gui.make to -dev package since it's only needed for development.
* Add license headers to copyright files.
* New upstream release.
* gnustep-back now has a so-versioned package name.
* New upstream release.
- keep menu onscreen when screen changes resolution (closes: #315274)
* Rebuild with new gnustep-make.
* Remove unneeded lintian and linda overrides.
* Rebuild using gcc/gobjc 4.0.
* debian/control.m4:
- Clean Replaces and Conflicts fields.
- Bump Standards version to 3.6.2.1.
* debian/rules (config.status and binary-arch targets):
- Disable gsnd server for hurd-i386 arch (see #309073).
* New upstream release:
- array type has now complete element type (closes: #299178).
- should fix FTBFS on kfreebsd-gnu (closes: #267909).
* Add symlink for User doc in gnustep-gui-doc package. Thanks to Jonathan Shipley.
* Overrides inappropriate linda warnings.
* Fix typo setting OPTFLAG for the sparc-linux architecture.
* Rebuild using the .orig.tar.gz file from Debian pool.
* gnustep-gui-common now replaces gnustep-ppd (<< 1.0.0).
* Rebuild using latest gnustep-base.
* New upstream release.
* debian/control.m4:
- Add libcupsys2-dev in Build-Depends field.
- Remove empty transitional package gnustep-gui0.
* Remove gnustep-ppd package which is no longer
included into gnustep-gui.
* New SONAME, thus package names are changed:
-libgnustep-gui0 -> libgnustep-gui0.9
-libgnustep-gui0-dev -> libgnustep-gui0.9-dev
-libgnustep-gui0-dbg -> libgnustep-gui0.9-dbg
* As recommended by Gurkan Sengun and Riccardo Mottola,
set optimization level to -O1 on sparc.
* Adjust libtiff dependency for -dev package as well (closes: #262851).
* Adjust libtiff-dev build dependency.
* debian/control.m4:
-Bump Standards-Version to 3.6.1.1.
-libgnustep-gui0 now depends on gnustep-gui-common
(>= {Source-Version}) and not (= {Source-Version})
(needed if we want to install multiple version of the shared lib).
-Use {shlibs:Depends} in gnustep-gui-common Depends field.
* debian/rules:
-Update v-base to 1.9.2-6.
-binary-arch target:
calculate shlibs dependencies separatly to avoid
gnustep-gui-common depends on gnustep-back.
* New upstream release.
* debian/control.m4:
- Add libgnustep-base1-dbg in Build-Depends field because
the debug gui library must be linked with a debug version
of the base library (closes: #225154).
- Update Debian GNUstep maintainers e-mail.
- New build-dependencies: libaspell-dev.
* New Packaging scheme. Apply all recommendations of the
Debian Library Packaging Guide:
- gnustep-gui0 is now an empty transitional package.
- gnustep-gui0-dev has been renamed in libgnustep-gui0-dev.
- gnustep-gui0-dbg has been renamed in libgnustep-gui0-dbg.
- new gnustep-gui-common package (common files).
- new libgnustep-gui0 package (shared library).
* Provides wrapper scripts for gopen and make_services.
(closes: #256151).
* Modify Documentation/GNUmakefile to prevent documentation
to be removed after install.
* New upstream release (closes: #235916).
* debian/control.m4:
-Update Build-Depends field.
-gnustep-gui0 now conflicts with gnustep-back (<< 0.9.2).
(gnustep-gui 0.9.2 is not compatible with previous gnustep-back)
* debian/rules:
-Update CC.
-Install make_services manpage.
* New upstream release.
* Remove m68k specific lines in debian/rules and debian/control.m4.
* New upstream release.
* Update debian/README.Debian file.
* debian/control.m4 : Update Description fields (closes: #213586).
* New upstream release.
* Update to standard version 3.6.1.
* debian/control.m4 file : update Conflicts fields.
* Install gopen manpage.
* Use CVS version of Tools/gsnd/gsnd.m (avoid buildd hangs).
* Re-enable gnustep_sndd at boot/install time.
* Apply Matthias Klose's patch on gsnd.m (fixing the buildd hangs).
* Do not start gnustep_sndd at boot/install time.
* Fix debian/rules install-ppd target (closes: #204159).
* gnustep-dev and -dbg packages go to section libdevel.
* gnustep-ppd is architecture all.
* Make build more verbose (messages=yes).
* Don't include old changelogs.
* Re-add the shlibs dependency on gnustep-gui and gnustep-back.
* New upstream release.
* Remove debian/gnustep-gui0.docs and debian/gnustep-gui-doc.docs files.
* Update debian/rules :
- Use bash.
- Enable CC variable.
- Use p_* and d_* variable names.
- remove GS_HOST, GS_CPU, GS_OS, GS_LIB_DIR, GS_COMBO_DIR variables.
- use the new doc= variable.
- Don't depend build target on build-indep target.
* Change Section of gnustep-gui0-dev and gnustep-gui0-dev (libdevel).
* New upstream release.
* Update to standard version 3.5.10.
* Update to debhelper compatibility level 4.
* Use gcc/gobjc 3.3.
* Fix lintian warnings and errors.
* Add libaudiofile-dev in Build-Depends
* New gnustep-gui-doc package. Closes: #148063.
* New gnustep_sndd init script. Closes: #193341.
* Do not use dh_doclink any longer.
* Update Descriptions field in debian/control
( using descriptions found in .spec files ).
* Update README.Debian file.
* Do not use dh_doclink any longer.
* Add debian/watch file.
* New upstream release.
* Update README.Debian and copyright (Eric Heintzmann).
Closes: #186135, 186252.
* New upstream release.
* New upstream version.
* New upstream version.
* New upstream version.
* Tighten dependency on gnustep-base1 (m68k build). Closes: #153975.
* New upstream version.
* New upstream release.
* Recompiled apps (gui/back) work again (closes: #140800).
* gnustep-base1-dev now depends on the compiler used (closes: #149654).
* Recompile with tightened gnustep-base dependency.
* Remove explicit gcc dependency.
* gnustep-gui-dev: Add dependency on gnustep-base-dev (closes: #147880).
* New upstream release.
* Non Maintainer Upload
* New upstream release
* Rebuild to get the libobjc1 depedency right.
* Remove gnustep-gui0's dependency on gnustep-xgps0 and insert this
dependency in gnustep-gui0's shlibs file to avoid a circular build
dependency between gnustep-gui and gnustep-xgps.
* Final release.
* Add dependency on gnustep-xgps0.
* New upstream snapshot (daily snapshot 20020110).
* Correctly determine s390 architecture.
* Build-Depend on gnustep-base (>= 1.2.0-2) on architecture s390.
* Add jpeg-dev build dependency (closes: #112837).
* Add build dependencies (closes: #111183).
* New upstream release.
* Use Standards-Version 3.5.5.
* base/Source/NSInvocation.m: Fix important build error on alpha #59373.
* Set GNUSTEP_SYSTEM_ROOT to /usr/lib/GNUstep and disable separate
system root. Needed to correctly build gstep-extensions and gstep-guile.
* debian/gstep-base.init.in: Fix typo (fixes #59423).
* debian/gstep-base.postrm: Remove directory in ld.so.conf inserted
in postinst (fixes #59424).
* Updated to the current state of the CVS. Integrates the Debian
patches submitted upstream.
* debian/gstep-base.init.d: Use new gdomap option -p for not probing
machines on the local network (really fixes grave #55906).
* debian/README.Debian: Document gdomap configuration.
* debian/control.in: Add autoconf to Build-Depends (fixes i#58873).
* Final release.
* Don't probe machines on the local network (grave #55906).
* Stop gdomap daemon (#48796).
* /etc/GNUstep: directory for GNUstep configuration files.
* debian/control.in: Add build depends.
* New snapshot from CVS (1999-10-28).
* New upstream release.
* debian/gstep-base.init: Change init script message (fixes #40339).
* debian/gstep-xgps.{preinst,postrm}: Divert gpbs (fixes #40976).
* debian/gstep-base.init.in: Don't source GNUstep.sh (fixes #40338).
* debian/control.in: Use versioned package names for libraries.
* New snapshot.
* New snapshot. Built with xgps as backend.
* GNUstep 0.5.5 + minor updates from the CVS archive.
* gstep-0.6 prerelease2 ("dawn").
* gstep-extensions, gstep-db and gstep-guile are moved out of the core package.
* Moved to debhelper-1.2.x.
* First try for powerpc and alpha architectures.
* New package gstep-base-dbg (link with -lgnustep-base_d).
* Fixed linking of guile dependent binaries (introduced with guile 1.3-11).
* Fixed x permissions of debian installation scripts.
* Moved symlink patches upstream.
* Built with debhelper 1.1.24 and provide the needed debhelper-1.2.18 files.
* New maintainer.
* Previous builds included GNUSTEP_SYSTEM_ROOT, if GNUstep packages
were installed.
* Fixed build error on the alpha architecture (forwarding still doesn't
work).
* Install compiled guile modules in /usr/lib/guile1.3; don't know, if
this is correct, but better than /usr/share/guile.
* Finally recompiled with correct libc.
* Finished db and guile packages (db already was in 0.5.0.980820-0.1).
* Recompiled with correct libc.
* Removed dependencies on dpsclient.
* Fixed dependencies of gstep-*-dev packages.
* debian/rules: Removed explicit ix86 dependencies (again!).
* Added debian/patches directory for Debian specific patches.
* New upstream CVS snapshot.o
With the new anon CVS server, we can now track the GNUstep
development much faster.
* Don't build gstep-xdps until there's a free DPS system in Debian.
* Instead, we have the X/RAW backend. With X/RAW, gstep doesn't any
longer depend on non-free components and can go into main.
* gstep-gui now has a working NSText class.
* debian/rules: Rewritten again.
* New upstream snapshot.
* Built with X/RAW as backend; still depends on dgs.
* New postinst/postrm scripts.
* debian/rules: Rewritten.
* debian/control.in: Tightened dependencies.
* Keep NEXTSTEP files.
* New upstream snapshot.
* GNUstep is now built from a single source package, gstep-core.