steptalk (0.10.0+git20200629-2) unstable; urgency=medium * Upload to unstable. * debian/gbp.conf: Delete. * debian/control (Build-Depends-Indep): Annotate with . (Build-Depends): Add gnustep-make (>= 2.9.2-2) for new dh_gnustep. * debian/rules (override_dh_link): Rename as... (execute_before_dh_link): ...and pass --bug-script to gsdh_gnustep for the steptalk-gui-module package. * debian/watch: Remove opts; no longer applicable. * debian/copyright: Add new entry for Languages/SmallTalk/STGrammar.m which is under GPL-2+ with Bison exception. -- Yavor Doganov Wed, 10 Jul 2024 11:39:00 +0300 steptalk (0.10.0+git20200629-1) experimental; urgency=medium * New upstream snapshot. * debian/gbp.conf: New file. * Run wrap-and-sort -ast. * debian/patches/link-libs.patch: Remove hunks applied upstream; fix some new issues; refresh. * debian/patches/compilation-warnings.patch: Delete; fixed upstream. * debian/patches/compilation-errors.patch: Likewise. * debian/patches/bundles-installdir.patch: Likewise. * debian/patches/NSDataLinkFileNameExtension.patch: Likewise. * debian/patches/NSInteger-transition.patch: Likewise. * debian/patches/apidoc.patch: New; fix some autogsdoc issues and install in the standard location (/usr/share/GNUstep/Documentation). This makes cross-document links work and avoids compressing of long .gsdoc files by dh_installdocs. * debian/patches/tests.patch: New; fix some issues with two tests. * debian/control (Build-Depends): Bump libgnustep-dl2-dev dependency to (>= 0.12.0+git20171224) for the gnustep-dl2 transition. Remove cdbs and switch to the debhelper-compat mechanism, setting level to 13. Add libsqlclient-dev for the SQLClient module. (Build-Depends-Indep): Add gnustep-base-doc for cross-document links. (Depends): Remove ${gnustep:Depends}; obsolete. (steptalk) : Add steptalk-doc. : Adjust accordingly; it contains only the tools now. (libsteptalk0): Rename package to... (libsteptalk0d): ...following unavoidable ABI break. : Add steptalk-gui-module. The AppKit module is optional and enabled by default so it fits here perfectly. : Add steptalk-gdl2-module and steptalk-sqlclient-module. (steptalk-doc): New package; move documentation and examples here. (steptalk-gui-module): New package, move GUI stuff here. (steptalk-gdl2-modile): Likewise, move the GDL2 bundle into a separate package thus finally fixing #327833 (reported by upstream). (steptalk-sqlclient-module): Likewise, add new SQLClient module. (Homepage): Use new "wwwmain" address as redirect is not working. (Vcs-Git, Vcs-Browser): Point to Salsa. (Rules-Requires-Root): Set to "no". (Standards-Version): Claim compliance with 4.7.0 as of this release. * debian/rules: Rewrite from scratch for dh. * debian/compat: Delete. * debian/libsteptalk-dev.install: New file. * debian/libsteptalk0d.install: Likewise. * debian/steptalk-doc.install.in: Likewise. * debian/steptalk-gui-module.install: Likewise. * debian/steptalk-gdl2-module.install: Likewise. * debian/steptalk-sqlclient-module.install: Likewise. * debian/steptalk.links: Rename as... * debian/steptalk-doc.links.in: ...and replace existing link by a new one pointing from $GNUSTEP_SYSTEM_DOC to /usr/share/doc. * debian/steptalk.docs: Rename as... * debian/steptalk-doc.docs: ...and omit prebuilt documentation. * debian/steptalk.doc-base: Rename as... * debian/steptalk-doc.doc-base: ...and point to /usr/share/doc for lintian's sake. Adjust Index and Files. * debian/steptalk.examples: Rename as... * debian/steptalk-doc.examples: ...and add stshell source code. * debian/changelog: Whitespace cleanup. * debian/tests/control: New file. * debian/tests/scripts: Likewise. Execute all available test scripts as autopkgtest and in the override_dh_auto_test target. * debian/watch: Switch to version 4 and use HTTPS protocol. * debian/libsteptalk0d.lintian-overrides: New file; override library-not-linked-against-libc (false positive for GNUstep bundles). * debian/steptalk-gui-module.lintian-overrides: Likewise. * debian/steptalk-gdl2-module.lintian-overrides: Likewise. * debian/steptalk-sqlclient-module.lintian-overrides: Likewise. * debian/copyright: Use HTTPS protocol for Format and Source; update copyright years. -- Yavor Doganov Mon, 01 Jul 2024 21:30:26 +0300 steptalk (0.10.0-6) unstable; urgency=medium * debian/source/format: Switch to 3.0 (quilt). * debian/control (Build-Depends): Remove quilt. (steptalk): Tighten depends on libsteptalk0. (libsteptalk0): Add apropriate Replaces/Breaks. (libsteptalk-dev): Remove obsolete Replaces field. (Vcs-Git, Vcs-Browser): Use canonical URIs. (Standards-Version): Bump to 3.9.5 (no changes needed). * debian/rules: Don't include patchsys-quilt.mk. Enable hardening. (gs-pre-install/StepTalk): New rule; install the bundles and modules in the shared library; they're loaded via NSBundle methods and are actually required. * debian/README.source: Delete. * debian/patches/NSInteger-transition.patch: New, assembled from the upstream repo (Closes: #749791). * debian/patches/series: Update. * debian/steptalk.install: Remove stuff moved to the library. * debian/copyright: Switch to format 1.0. -- Yavor Doganov Fri, 13 Jun 2014 17:45:35 +0300 steptalk (0.10.0-5) unstable; urgency=low * debian/patches/compilation-errors.patch: New; adjust to the modern Objective-C runtime and gnustep-gui/0.20 (Closes: #629424). * debian/patches/compilation-warnings.patch: Fix a few more warnings. * debian/patches/series: Update. * debian/control (Vcs-Arch): Replace with... (Vcs-Git, Vcs-Browser): ...as tla-buildpackage is gone. (Standards-Version): Bump to 3.9.2; no changes needed. (Description): Remove definite article to placate lintian. -- Yavor Doganov Mon, 10 Oct 2011 19:20:32 +0300 steptalk (0.10.0-4) unstable; urgency=low * debian/rules (OPTFLAG): No longer define; rework noopt handling to be compatible with gnustep-make/2.4.x (Closes: #583102). * debian/patches/link-libs.patch: Fix the GDL2 bundle to link against the right gnustep-dl2 libs; the names were changed eons ago. This fixes FTBFS with libgnustep-dl2-dev installed and enables GDL2 support in StepTalk (Closes: #583100). * debian/control (Build-Depends): Add libgnustep-dl2-dev. -- Yavor Doganov Mon, 07 Jun 2010 15:46:40 +0300 steptalk (0.10.0-3) unstable; urgency=low * debian/control (Maintainer, Uploaders): Take under the umbrella of the GNUstep team. (Section): Change to `gnustep'. (Build-Depends): Bump debhelper to >= 7. Add quilt. Remove libreadline5-dev (Closes: #553859) and libncurses5-dev. (Standards-Version): Claim compliance with 3.8.4 as of this release. (Homepage, Vcs-Arch): New fields. (libsteptalk0, libsteptalk-dev): New packages. (Depends): Add ${gnustep:Depends}. * debian/compat: Set to 7. * debian/rules: Rework for the split library. Include patchsys-quilt.mk. Don't build and install Server. (OPTFLAG, LDFLAGS, messages): Define and use. * debian/steptalk.dirs: Delete. * debian/watch: * debian/README.source: * debian/source/format: * debian/patches/series: * debian/stenvironment.1: * debian/steptalk.install: New file. * debian/stupdate_languages.7: Delete, the tool was removed upstream. * debian/steptalk.manpages: Update. * debian/steptalk.doc-base: Fix Section and typo in the Abstract field. * debian/patches/bundles-installdir.patch: * debian/patches/NSDataLinkFileNameExtension.patch: New; split from the .diff.gz. * debian/patches/compilation-warnings.patch: New. * debian/patches/link-libs.patch: New; link with all necessary libraries. * debian/copyright: Add copyright years/holders; mention that some tools/bundles are under GPLv2+. Include the blurb of LGPLv2.1+ as that's what COPYING.LIB contains. -- Yavor Doganov Sat, 15 May 2010 08:29:11 +0300 steptalk (0.10.0-2) unstable; urgency=low * Rebuild against new GNUstep libraries. * Use cdbs-based debian/rules file. -- Hubert Chathi Fri, 5 Oct 2007 16:11:12 -0400 steptalk (0.10.0-1) unstable; urgency=low [Hubert Chan] * New maintainer. (Closes: #398105) * Does not build against gnustep-dl2. (Closes: #327833) * Use debhelper more in debian/rules. * Fix copyright file. * Add missing section to control file. * Install doc-base properly. * Fix compilation of Shell example. * Comment out NSDataLinkFileNameExtension from AppKit module, since it was removed from GNUstep. * Miscelaneous cleanups. [Gürkan Sengün] * New upstream version. Acknowledge NMU. * Rebuild against latest libgnustep-gui. Acknowledge NMU. (Closes: #379653) * Bumped standards version (no changes needed). * Bumped DH compat level to 5. * Update download site. * Removed libgnustep-base from debian/control. -- Hubert Chan Mon, 14 May 2007 17:54:17 -0400 steptalk (0.8.2-5.2) unstable; urgency=medium * Non-maintainer upload. * debian/control Build-Depends: - Changed from libgnustep-base1.11-dev to libgnustep-base-dev (Closes: #392376) - Changed from libgnustep-gui0.10-dev to libgnustep-gui-dev -- Adriaan Peeters Wed, 11 Oct 2006 10:00:25 +0200 steptalk (0.8.2-5.1) unstable; urgency=low * Non-maintainer upload. * debian/control Build-Depends: - Changed from libgnustep-base1.10-dev to libgnustep-base1.11-dev (Closes: #373110) - Changed from libreadline4-dev to libreadline5-dev | libreadline-dev (Closes: #326295) - Changed from libgnustep-gui0.9-dev to libgnustep-gui0.10-dev (Closes: #379331) * Bumped Standards-Version to 3.7.2, no changes needed. * Patch ApplicationScripting/Source/STApplicationScriptingController.m: NSUnknownKeyException -> NSUndefinedKeyException, Thanks to Stefan Potyra (Closes: #379334). -- Adriaan Peeters Fri, 21 Jul 2006 11:47:00 +0200 steptalk (0.8.2-5) unstable; urgency=low * Recompile for new gnustep requirements. -- Brent A. Fulgham Tue, 14 Dec 2004 22:06:07 -0800 steptalk (0.8.2-4) unstable; urgency=low * Okay. I give up. Just generate the manpages here, and save for posterity. -- Brent A. Fulgham Mon, 23 Aug 2004 01:06:17 -0700 steptalk (0.8.2-3) unstable; urgency=low * Try getting help2man to work on some build machines. * Remove `stalk` executable, since it is obsolete. -- Brent A. Fulgham Sun, 22 Aug 2004 23:47:04 -0700 steptalk (0.8.2-2) unstable; urgency=low * Ugh! Add dependency on libreadline4-dev to help autobuilders. (Closes:#267516) -- Brent A. Fulgham Sun, 22 Aug 2004 22:02:03 -0700 steptalk (0.8.2-1) unstable; urgency=low * New upstream release. * Corrected several serious bugs in the package (and programs themselves). Many thanks to Margarita Manterola for these changes! (Closes:#256167) * Note: I did not include Server in the list of executables to access, since it should be invoked by "opentool Server". To allow it to exist as just "Server" would violate policy by polluting the namespace. We should probably get upstream to change the name to something less generic. * Correct executable policy errors (Closes:#256167) * Change copyright information to LGPL, per Stefan's change request. -- Brent A. Fulgham Sun, 22 Aug 2004 18:16:33 -0700 steptalk (0.8.0-2) unstable; urgency=low * Correct build dependency on gnustep-gui0-dev (Closes:#235020) * Remove useless calls to ldconfig from postinst. -- Brent A. Fulgham Thu, 26 Feb 2004 22:22:39 -0800 steptalk (0.8.0-1) unstable; urgency=low * Initial release. -- Brent A. Fulgham Fri, 13 Feb 2004 22:44:17 -0800