2008
dbs (0.45) unstable; urgency=low
* Remove bashism from internal/lib (closes: #489561). * Standards-Version: 3.8.0 (no changes). * Update debian/copyright (lintian). * Switch debhelper's v7 compat mode.
-- Robert Luberda <robert@debian.org> Tue, 08 Jul 2008 07:44:20 +0200
2007
dbs (0.44) unstable; urgency=low
* Remove the dead URL from package description (closes: #440379). * Fix the `debian-rules-ignores-make-clean-error' lintian warning.
-- Robert Luberda <robert@debian.org> Thu, 11 Oct 2007 21:32:54 +0200
dbs (0.43) unstable; urgency=low
* Follow symbolic links in unpack_source() (closes: #422003). * Standards-Version: 3.7.2 (no changes). * Bump debhelper compatibility level to 5.
-- Robert Luberda <robert@debian.org> Thu, 03 May 2007 19:54:54 +0200
2006
dbs (0.42) unstable; urgency=low
* Upload to unstable.
* bash-completition: use the same find expression for searching for the
patch files as in the /u/s/d/internal/lib script.
* Standards-Version: 3.7.0
-- Robert Luberda <robert@debian.org> Mon, 1 May 2006 17:41:03 +0200
dbs (0.41) experimental; urgency=low
* dbs-edit-patch: modify to also use the internal/lib script.
* internal/lib: a few changes in do_patching() for dbs-edit-patch.
* internal/lib: move the logs of unpacking upstream tarballs to the
log directory.
-- Robert Luberda <robert@debian.org> Sun, 23 Apr 2006 23:44:45 +0200
dbs (0.40) experimental; urgency=low
* dbs-build.mk: use the internal/lib script (as in sys-build.mk) to do
the actuall work of extracting source, applying patches, etc. This makes
the code management easier for me and gives dbs-build.mk almost the same
set of features sys-build.mk has (e.g. handling of *.zip archives or
non-default directories for upstream tarballs)
* internal/lib - to make the above change work:
+ allow the dbs variables to be specified in program arguments, not only
in debian/vars file, which may not exists when dbs-build.mk is used.
+ implement STRIP_LEVEL variable describing striplevel of patch command
(defaults: 0 for dbs-build.mk, 1 for sys-build.mk).
* Create link /u/s/dbs/internal/dbs_split to ../dbs_split not to break
backward compatibility with packages which call $(SCRIPTS_DIR)/dbs_split.
-- Robert Luberda <robert@debian.org> Sun, 12 Mar 2006 14:31:38 +0100
dbs (0.39) experimental; urgency=low
* messages: change '.' to '_' in the identifiers to get the messages
actually printed.
* Remove archmap and getglibcversion from the binary package, they don't
seem to be used and archmap didn't work anyway.
* Move contents of source.unpack script into lib (as the source_unpack
function) for consistency.
* Install scripts not to be used directly by the other packages in
/usr/share/dbs/internal.
* Rename Makefile to vars.mk.
* More housekeeping work against the source package:
+ move bash_completition to etc subdir.
+ move original* dirs to old_sources.
+ move archmap, source_unpack & getglibcversion to old_sources.
+ move remaining source files to src and src/internal directories.
* dbs-build.mk: made the first steps to synchronise with sys-build.mk:
+ add the SRC_TAR_DIR variable for the location of the upstream tarballs
+ include debian/vars if it exists.
* sys-build.mk, dbs-build.mk, dbs-edit-patch: update for the above changes.
-- Robert Luberda <robert@debian.org> Wed, 1 Mar 2006 00:16:26 +0100
dbs (0.38) unstable; urgency=low
* Mention dbs(7) in README.Debian (closes: #248484). * dbs-edit-patch: handle -T and -P options with getopt (closes: #324986). However setting appropriate variables in debian/vars is much more comfortable then using the options. * dbs-edit-patch.1: + use plain text format for the page instead of the XML one + document the new options. * dbs.7: minor formatting fixes. * sys-build.mk: Unexport CDPATH & ENV (just like I did in dbs-build.mk). * dbs-build.mk: Remove deprecated `-3' option from diff call in the i make_patch target. * dbs-split: Check for existence of debian/compat file if DH_COMPAT variable is not defined. * debian/rules: preserve timestamp of installed files. * debian/control: remove build-dependency on xmlto. * Reorganise a source tree a bit, move man pages and examples to separate subdirectories, remove unneeded dbs.sgml & lib.compat files.
-- Robert Luberda <robert@debian.org> Thu, 23 Feb 2006 22:07:22 +0100
dbs (0.37) unstable; urgency=low
* New maintainer (closes: 352609). * Add support for new dpkg-architecture (closes: #316722). * lib: Reorder find arguments (closes: #340435). * Prune CVS and .svn directories (closes: #340441). * dbs-build.mk: Unexport CDPATH and ENV variables (closes: #334988). * bash_completition: Rename `-' to `_' in the function name (closes: #306064). * debian/control: move debhelper to Build-Depends, since it's needed in the clean target. * Standards-Version: 3.6.2. * debian/rules: Upgrade to debhelper v4.
-- Robert Luberda <robert@debian.org> Sat, 18 Feb 2006 17:42:31 +0100
2005
dbs (0.36) unstable; urgency=low
* reorder find arguments, Guillem Jover (closes: #315374)
-- Warren Turkal <wt@penguintechs.com> Wed, 3 Aug 2005 12:03:17 -0500
dbs (0.35) unstable; urgency=low
* change maintainer email
-- Warren Turkal <wt@penguintechs.com> Wed, 27 Apr 2005 05:54:53 -0500
2004
dbs (0.34) unstable; urgency=low
* Fix the incorrect make_patch. (closes: #248479)
-- Warren Turkal <wt@midsouth.rr.com> Mon, 24 May 2004 05:34:54 -0500
dbs (0.33) unstable; urgency=low
* Make more clear in README.Debian that there is more documentation in the
manpages. (closes: #248484)
* Changed some buggy sed expressions to correctly remove "./" from the front
of files returned by find. (closes: #248475)
-- Warren Turkal <wt@midsouth.rr.com> Thu, 13 May 2004 16:22:54 -0500
dbs (0.32) unstable; urgency=low
* Remove lib.compat from the source package. This file was left in the last
revision just in case someone had an issue that needed to be quickly
reverted to prior behavior.
-- Warren Turkal <wt@midsouth.rr.com> Mon, 26 Apr 2004 16:12:24 -0500
dbs (0.31) unstable; urgency=low
* Changed dbs-edit-patch manpage to be generated from a docbook source
(Closes: #241061)
* Stopped sourcing lib.compat from lib. This makes all shell function
declarations POSIX compliant.
-- Warren Turkal <wt@midsouth.rr.com> Sun, 4 Apr 2004 13:48:06 -0500
2003
dbs (0.30.0) unstable; urgency=low
* Added a notice about pre 0.27 source incompatibility.
Please see README.UPDATING for important info regarding this change if
you source the lib script directly. (closes: #224168)
* Added a compatibility layer for pre 0.27.
The compatibility layer kills compatibility with dash shells since it does
not work in them.
-- Warren Turkal <wt@midsouth.rr.com> Thu, 18 Dec 2003 06:29:59 -0600
dbs (0.29) unstable; urgency=low
* NMU by package sponsor: Fix sys-build.mk to use new function naming
convention (closes: #224219).
-- Brian May <bam@snoopy.apana.org.au> Wed, 17 Dec 2003 18:41:13 +1100
dbs (0.28) unstable; urgency=low
* Fix CVS and subversion issues (closes: #222456): - dbs-build.mk: do not to dive into hidden directories (directories preceded by a ".") or the CVS. - dbs-edit-patch: do not dive into the CVS directory. * dbs-edit-patch: only applies patches that would come before a newly named patch in C lexical order instead of applying all patches.
-- Warren Turkal <wt@midsouth.rr.com> Sun, 14 Dec 2003 20:28:26 -0600
dbs (0.27) unstable; urgency=low
* change of maintainer
* add the perl dependencies
* change oddly funtions with "." in their names to have "_" in their names
since dash chokes on them, presumably meaning that those function names
were not POSIX compliant
* code shuffle in dbs-edit-patch (closes: #223515)
-- Warren Turkal <wt@midsouth.rr.com> Wed, 10 Dec 2003 18:51:12 -0600
dbs (0.26) unstable; urgency=low
* Change tar xv to tar xvf -, so it will work even if TAPE is defined,
closes: #214789, #218059. Three instances were changed, dbs-build.mk:66,
lib:92, and dbs-edit-patch:135.
* Make /etc/bash_completion.d/dbs-edit-patch a conffile.
* Remove call to dh_suidregister, no setuid files here anyway.
* Update to debian-policy 3.6.1
-- Brian May <bam@snoopy.apana.org.au> Sat, 22 Nov 2003 17:41:13 +1100
dbs (0.25) unstable; urgency=low
* Add list of contributors to README.Debian. * Fix vars file path (closes: #206957). Thanks Guillem Jover <guillem@debian.org>.
-- Brian May <bam@debian.org> Sat, 30 Aug 2003 11:54:12 +1000
dbs (0.24) unstable; urgency=low
* Force LC_COLLATE=C before calling sort (closes: #204617). * Ignore hidden files in patch directory (closes: #204944). Thanks Warren Turkal <wturkal@cbu.edu>.
-- Brian May <bam@debian.org> Sun, 24 Aug 2003 09:51:30 +1000
dbs (0.23) unstable; urgency=low
* Add reference to hello-dbs in README.Debian. (closes: #195272). * Rewrite README.Debian, remove obsolete references to phrases like "this is the first release", mention that there are two build systems that are currently supported.
-- Brian May <bam@debian.org> Wed, 6 Aug 2003 11:54:18 +1000
dbs (0.22) unstable; urgency=low
* Fix line quoting in messages files (closes: #186620). * Fix quoting issues quoted in bug #180861. Hopefully I didn't miss any... * dbs-editpatch: insert hooks before patch is created and after. I am somewhat skeptical of how useful this might be, but adding it anyway (closes: #180861)
-- Brian May <bam@debian.org> Mon, 31 Mar 2003 10:21:00 +1000
dbs (0.21) unstable; urgency=low
* Initialize DEST_DIR before use.
* "New improved" code didn't stop dbs-update-patch aborting
when diff returned 1, fixed.
* Don't overwrite patch until all diffs succeed.
* Change references from debian/sys-build.mk to /usr/share/dbs/sys-build.mk.
* These are bugs that are fixed by the patch in bug #175591,
however, I haven't applied the bulk on the patch yet.
-- Brian May <bam@debian.org> Wed, 12 Feb 2003 12:36:36 +1100
dbs (0.20) unstable; urgency=low
* Fix dbs-update-patch to work properly with spaces in the source code (closes: #180584). Note: Files in $SRC_TAR_DIR, $SRC_PATCH_DIR, $OUT_DIR (if $STRIP==1), and $PATCH_DIR will most likely break dbs-edit-patch if they have spaces. Patches to fix these issues welcome.
-- Brian May <bam@debian.org> Wed, 12 Feb 2003 10:16:42 +1100
dbs (0.19) unstable; urgency=low
* Replace synopsis (closes: #175612).
-- Brian May <bam@debian.org> Tue, 7 Jan 2003 11:39:31 +1100
dbs (0.18) unstable; urgency=low
* Add missing sys-build.mk file, seemed to go missing from new dbs
version. (now all I need is an example that will use this new
system...)
* Fix bug in dbs-edit-patch, it should now work correctly even
if multiple upstream directories are available (closes: #175586).
-- Brian May <bam@debian.org> Tue, 7 Jan 2003 09:10:07 +1100
2002
dbs (0.17) unstable; urgency=low
* Apply patch from Andrew Stribblehill <a.d.stribblehill@durham.ac.uk> to fix dbs-edit-patch which was previously broken by last update. Thanks Andrew. Closes: #168057. It now works at least for Heimdal.
-- Brian May <bam@debian.org> Sun, 24 Nov 2002 15:48:13 +1100
dbs (0.16) unstable; urgency=low
* dbs-update-patch: don't return an error if diff returns 1 (closes:
#164831).
* Upgrade to dbs to version included in glib2.0 (closes: #161029). As this
version seems to be invoked differently to existing versions, the source
code will need to be modified for any changes to take effect.
The new file is /usr/share/dbs/sys-build.mk.
* Upgrade dbs-edit-patch to use new features of new glib2.0 version of dbs (closes: #161028).
-- Brian May <bam@snoopy.apana.org.au> Wed, 16 Oct 2002 12:15:03 +1000
dbs (0.15) unstable; urgency=low
* Exclude patch files matching *~ and *.bak (closes: #160853). * Add bash shell completion script (closes: #161030).
-- Brian May <bam@snoopy.apana.org.au> Sat, 21 Sep 2002 11:08:25 +1000
dbs (0.14) unstable; urgency=low
* Try to clarify paragraph in man page (closes: 153580).
-- Brian May <bam@snoopy.apana.org.au> Thu, 1 Aug 2002 13:23:42 +1000
dbs (0.13) unstable; urgency=low
* Add depends on bzip2, closes: #154840.
-- Brian May <bam@snoopy.apana.org.au> Wed, 31 Jul 2002 12:21:48 +1000
dbs (0.12) unstable; urgency=low
* Include dbs.7 man page (closes: #153581). Also include dbs.sgml man page in soure; however this is not used at the moment, because docbook-to-man didn't seem to be doing the right thing.
-- Brian May <bam@snoopy.apana.org.au> Fri, 26 Jul 2002 16:57:50 +1000
dbs (0.11) unstable; urgency=low
* Include sample README.build file (closes: 149165).
-- Brian May <bam@snoopy.apana.org.au> Thu, 6 Jun 2002 09:43:54 +1000
dbs (0.10) unstable; urgency=low
* Fix typo in setting TMP_DIR (closes: #147165).
-- Brian May <bam@snoopy.apana.org.au> Fri, 17 May 2002 09:58:15 +1000
dbs (0.9) unstable; urgency=low
* Include my website in package's description. * Add contributed man page. * Both of these; closes: #141957 * Update list of authors in copyright file based on manpage.
-- Brian May <bam@snoopy.apana.org.au> Mon, 15 Apr 2002 09:46:18 +1000
dbs (0.8) unstable; urgency=low
* Fix description (closes: #123296). * Add unpack target (closes: #136838). * Fix lintian errors/warnings.
-- Brian May <bam@snoopy.apana.org.au> Fri, 8 Mar 2002 14:45:08 +1100
2001
dbs (0.7) unstable; urgency=low
* Rename dh_split to dbs_split (closes: #115048).
-- Brian May <bam@snoopy.apana.org.au> Wed, 17 Oct 2001 15:21:47 +1000
dbs (0.6) unstable; urgency=low
* Really fix := problem now (closes: #113371)
-- Brian May <bam@snoopy.apana.org.au> Wed, 3 Oct 2001 17:23:34 +1000
dbs (0.5) unstable; urgency=low
* Change incorrect usage of := to =, closes: #113371 * Fix location of file2cat, closes: #113647
-- Brian May <bam@snoopy.apana.org.au> Fri, 28 Sep 2001 10:43:35 +1000
dbs (0.4) unstable; urgency=low
* Remove bashism from dbs-edit-patch (closes: #112582).
-- Brian May <bam@snoopy.apana.org.au> Tue, 18 Sep 2001 10:01:50 +1000
dbs (0.3) unstable; urgency=low
* Fix path in man page (closes: #112481).
-- Brian May <bam@snoopy.apana.org.au> Mon, 17 Sep 2001 09:41:08 +1000
dbs (0.2) unstable; urgency=low
* Add SCRIPT_DIR definition (closes: #111329).
-- Brian May <bam@snoopy.apana.org.au> Fri, 7 Sep 2001 16:55:29 +1000
dbs (0.1) unstable; urgency=low
* Use updated dbs-build.mk from db3 (closes: #110566). * Add extra scripts used in db3.
-- Brian May <bam@snoopy.apana.org.au> Thu, 30 Aug 2001 09:44:20 +1000
dbs (0.0) unstable; urgency=low
* Initial Release.
-- Brian May <bam@debian.org> Wed, 31 Jan 2001 11:46:26 +1100