-
cdbs (0.4.46ubuntu6) edgy; urgency=low
* scripts/cdbs-edit-patch: Fix whitespace handling of DEB_TAR_SRCDIR.
Closes: LP#6262
* 1/rules/tarball.mk.in: Remove debian/stamp-patch-*, so that cleaning a
built source works when using simple-patchsys.mk.
-- Martin Pitt <email address hidden> Mon, 2 Oct 2006 15:00:55 +0200
-
cdbs (0.4.46ubuntu5) edgy; urgency=low
* Allow package to specifiy name of .pot file in kde.mk
-- Jonathan Riddell <email address hidden> Sun, 1 Oct 2006 12:51:39 +0100
-
cdbs (0.4.46ubuntu4) edgy; urgency=low
* Allow for utf8 convert to fail in kde.mk
-- Jonathan Riddell <email address hidden> Fri, 29 Sep 2006 02:18:54 +0100
-
cdbs (0.4.46ubuntu3) edgy; urgency=low
* Edit kde.mk to set charset to utf8 in .pot files
-- Jonathan Riddell <email address hidden> Wed, 20 Sep 2006 12:17:43 +0100
-
cdbs (0.4.46ubuntu2) edgy; urgency=low
* Add back changes from 0.4.44ubuntu5
- Clean up edited .desktop etc files in kde.mk
-- Jonathan Riddell <email address hidden> Fri, 8 Sep 2006 23:49:36 +0000
-
cdbs (0.4.46ubuntu1) edgy; urgency=low
* Merge from Debian unstable
cdbs (0.4.46) unstable; urgency=high
* Changed patch stamp file naming scheme to handle equally named patches
in different directories (simple-patchsys.mk) (closes: #380499)
cdbs (0.4.45) unstable; urgency=medium
* Added support for user-defined CC and CXX in qmake class
* Fixed diff call yielding false positives in list-missing rule
(utils.mk) (closes: #378013); test case in list-missing-1.sh
* Fixed bashisms in utils.mk
* Fixed bashism in python-distutils.mk
* Call dh_py* for all packages in new Python policy section
(python-distutils.mk) (closes: #377965)
* Make use of per-patch stamp files and don't ignore failed patch
reversals (simple-patchsys.mk) (closes: #372682)
* Removed some redundant autotools use, since we know our target platform
pretty well
* Updated debian/copyright, removed redundant AUTHORS file
* Updated TODO
-- Andrew Mitchell <email address hidden> Tue, 15 Aug 2006 16:06:11 +1200
-
cdbs (0.4.44ubuntu5) edgy; urgency=low
* Clean up edited .desktop etc files in kde.mk
-- Jonathan Riddell <email address hidden> Wed, 30 Aug 2006 17:20:41 +0000
-
cdbs (0.4.44ubuntu4) edgy; urgency=low
* Add rules to kde.mk for langpack-desktopfiles-kde
-- Jonathan Riddell <email address hidden> Sat, 5 Aug 2006 12:35:36 +0000
-
cdbs (0.4.44ubuntu3) edgy; urgency=low
* Various improvements to scripts/cdbs-edit-patch:
- Now works for packages using tarball.mk.
- Can edit patches which produce rejections.
- Strips off 'debian/patches/' from patch name argument to comfortably
work with command line completion.
-- Martin Pitt <email address hidden> Wed, 2 Aug 2006 11:49:46 +0200
-
cdbs (0.4.44ubuntu2) edgy; urgency=low
* fix bashism in python-distutils.mk.in to fix ftbfs for python packages,
closes (Malone 53563)
-- Oliver Grawert <email address hidden> Fri, 28 Jul 2006 22:09:18 +0200
-
cdbs (0.4.44ubuntu1) edgy; urgency=low
* Merge from debian unstable.
cdbs (0.4.44) unstable; urgency=medium
* Shortened uploaders list
* Added gs-common build dependency (closes: #375464)
* Disabled ant-1 test while kaffe is broken (see #376336)
* Removed weird garbage file left in last upload
-- Scott James Remnant <email address hidden> Wed, 12 Jul 2006 17:24:32 +0100
-
cdbs (0.4.43ubuntu1) edgy; urgency=low
* remerge new debian changes
cdbs (0.4.43) unstable; urgency=low
* Python class update (Closes: #374809):
+ support latest pysupport features (mainly .so support).
+ use pyversions improvements to simplify the code.
+ added a check against 'debian/pycompat'.
+ tigthten build-dependencies to make use of new features.
+ $(cdbs_python_current_version) is always set
(Closes: #374012).
+ honnour minor supported version (thanks to Piotr Ozarowski for the
original patch) (Closes: #373997).
cdbs (0.4.42) unstable; urgency=low
* Corrected misspelled DEB_PYTHON_INSTALL_ARGS(_ALL)
(python-distutils.mk) (closes: #373678)
* Corrected automatic cdbs dependency version (python-distutils.mk)
(closes: #373653, #373997)
* Corrected error message (python-distutils.mk)
(closes: #373653, #373873)
-- Reinhard Tartler <email address hidden> Tue, 27 Jun 2006 14:07:43 +0200
-
cdbs (0.4.41ubuntu5) edgy; urgency=low
* Reactivate ant-1.sh testsuite check which got disabled in 0.4.41ubuntu2
without reason.
-- Martin Pitt <email address hidden> Tue, 27 Jun 2006 11:33:15 +0200
-
cdbs (0.4.41ubuntu4) edgy; urgency=low
* 1/class/xfce.mk.in, 1/rules/langpack.mk.in: Fixed @PATH_RULES@ ->
#PATH_RULES# in accordance with the changes in 0.4.41.
-- Martin Pitt <email address hidden> Tue, 27 Jun 2006 11:20:38 +0200
-
cdbs (0.4.41ubuntu3) edgy; urgency=low
* Copy config.sub in test/Makefile.am for tarballs,
fixes build failure
-- Jonathan Riddell <email address hidden> Mon, 26 Jun 2006 15:28:29 +0000
-
cdbs (0.4.41ubuntu2) edgy; urgency=low
* Add EXTRACTATTR in KDE .po generation line
-- Jonathan Riddell <email address hidden> Mon, 26 Jun 2006 13:47:23 +0000
-
cdbs (0.4.41ubuntu1) edgy; urgency=low
* Merge new debian changes
* disable generation of cdbs-doc.pdf, because xsltproc fails mysteriosly
cdbs (0.4.41) unstable; urgency=low
* Removed _cdbs_bootstrap variable
* Propagate LDFLAGS (autotools-vars.mk, makefile-vars.mk)
* Added qmake class (closes: #360589)
* Honor DEB_PYTHON_COMPILE_VERSION when calling dh_python
(python-distutils.mk) (closes: #369335)
* Replaced most uses of := by = in makefiles. This generally gives
more reasonable behavior.
* Added buildcore picture, and integrated it and depgraph into the
documentation
* Support for new Python policy (provided by Marc Dequènes)
(python-distutils.mk) (closes: #373628)
-- Reinhard Tartler <email address hidden> Fri, 16 Jun 2006 10:08:15 +0200
-
cdbs (0.4.40ubuntu2) edgy; urgency=low
* test/testsuite_functions: Set NO_PKG_MANGLE during the testsuite run, so
the tests do not fail.
-- Martin Pitt <email address hidden> Thu, 15 Jun 2006 12:58:04 +0200
-
cdbs (0.4.40ubuntu1) edgy; urgency=low
* Synchronize to Debian.
* debian/control: Remove kaffe and python2.3 build dependencies since they
are in universe.
* test/ant-1.sh: Skip test if ant or kaffe are not installed to not fail
test on buildds.
* test/recursive.sh: Fix shebang to use bash instead of sh, since it fails
with dash.
* test/distutils-{3,4}.sh: Remove python2.3 test package and test, since
python2.3 is in universe.
cdbs (0.4.40) unstable; urgency=low
* Acknowledge NMU (closes: #365085)
* Added DEB_PYTHON_PACKAGES_EXCLUDE (python-distutils.mk)
(closes: #365257)
* cdbs-edit-patch: Avoid error message when creating new patch
* Try patches at level 1 first, to avoid problems with patches that only
create new files (simple-patchsys.mk) (closes: #365524)
* Unset DEB_DBG_PACKAGE_ALL if some DEB_DBG_PACKAGE_pkg is set by user
(debhelper.mk); test case in debhelper-6.sh
* Set DEB_DBG_PACKAGE_pkg automatically if corresponding pkg exists
(debhelper.mk) (closes: #365122); test case in debhelper-7.sh
* Resurrected old documentation changelog
* Fixed doc-base entries
* Documented that directories with special characters are not supported
(closes: #306941)
* Corrected some typos in documentation (closes: #365457)
cdbs (0.4.39-0.1) unstable; urgency=low
* Non-maintainer upload.
* Add a sequencing point to ensure all dh_makeshlibs are run before any
dh_shlibdeps is (closes: #365085).
cdbs (0.4.39) unstable; urgency=low
* Added definitions of DEB_HOST_ARCH_CPU and DEB_HOST_ARCH_OS
(buildvars.mk)
* Added definition of DEB_UPSTREAM_VERSION (buildvars.mk)
* Remove *.pyc on clean (python-distutils.mk) (closes: #252134)
* Remove *.omf.out from help directory (gnome.mk) (closes: #292374)
* Moved dh_shlibdeps call to binary-predeb (debhelper.mk)
(closes: #326926)
* Rewrote various shell conditionals as make conditionals
(closes: #222376)
* Added 2.5 as possible Python version
* Remove Python build directories for every used Python version
separately (closes: #300149); enhanced test case distutils-3.sh to
check this
* Deal with rules files that set DH_COMPAT (closes: #362831)
* Removed DEB_AUTO_CLEANUP_RCS feature; no one was using that correctly
(tarball.mk)
* Don't clean config.cache, config.log, config.status; the upstream
package should do that (autotools.mk, autotools-files.mk)
cdbs (0.4.38) unstable; urgency=low
* Added support for uuencoded patches (patch by Christopher Martin)
(simple-patchsys.mk) (closes: #305857); test case in patchsys-1.sh
* Enabled use of $(cdbs_python_ver) in all package-specific targets
(patch by Tommi Virtanen) (python-distutils.mk) (closes: #295906);
test case in distutils-3.sh
* cdbs-edit-patch: Preserve comment in patch (closes: #332501)
* Added .NOTPARALLEL target in buildcore.mk to allow parallel make to
work (see comment there) (closes: #240981)
* Added call to dh_installudev if available (debhelper.mk)
* Clean target now reverses patches if some failed to apply
(simple-patchsys.mk) (closes: #263168)
* Added dpatch stamp file so dpatch apply-all is called only once per
build (dpatch.mk) (closes: #318295)
* Arranged dh_installinit call so that DEB_UPDATE_RCD_PARAMS is always
quoted (debhelper.mk) (closes: #242831)
* Run checks under build (not binary) target (ant.mk, makefile.mk);
adjusted comments accordingly (buildcore.mk) (closes: #244692)
* Enhanced debug package support, with support for multiple debug
packages (debhelper.mk)
* Merged changes from KDE team (kde.mk):
- Support for tarball builds
- Directories more flexible
- Corrected and improved handling of debug and final options
- More files excluded from compression
- dh_makeshlibs does not use -V by default anymore
- Support for building apidox
* Fixed certain cases of Python distutils plus tarball installing in
wrong directory (python-distutils.mk) (closes: #281055); test case
in distutils-4.sh
cdbs (0.4.37) unstable; urgency=low
* Merged all existing documentation, readmes, and examples into one
coherent document
* Dropped more-or-less redundant text and PostScript formatted
documentation
* Rewrote gen-dotty in Perl; ocaml dependency is gone
* Process depgraph.dot using graphviz instead of springgraph for better
looks and speed
* Removed autogen.sh; it was nonfunctional (use autoreconf instead)
* Document that rules that add commands should come after including
CDBS makefiles (closes: #273835)
* Added buildcore.mk dependency to hbuild.mk and python-distutils.mk
* Use debhelper level 5 by default (debhelper.mk) (closes: #353820);
test cases in debhelper-{4,5}.sh
* Generate properly versioned build dependency on debhelper depending
on level used (debhelper.mk) (closes: #345615)
* Automatically add --dbg-package to dh_strip if one debug package is
defined and debhelper level 5 is used (buildvars.mk, debhelper.mk)
(closes: #228044); test case in debhelper-2.sh
* Added call to dh_installcatalogs (debhelper.mk)
* Call make as $(MAKE) (autotools.mk, makefile-vars.mk,
perlmodule-vars.mk)
* Added + to rules calling $(MAKE) indirectly, for correct interaction
with parallel make (makefile.mk)
* Automatically use --disable-dependency-tracking (autotools-vars.mk)
(closes: #337487)
* Added DEB_DH_SHLIBDEPS_ARGS_$(cdbs_curpkg) (debhelper.mk)
(closes: #262757)
* Don't use auto-update debian/control feature (closes: #339720)
cdbs (0.4.36) unstable; urgency=low
* Conditionalized targets using make conditionals rather than shell
tests (ant.mk, makefile.mk); fixes various quoting problems and is
more elegant (closes: #262861, #285583, #320097)
* Propagate CPPFLAGS to make (makefile-vars.mk)
* Added ant test case, entails new build dependencies ant, kaffe
* Check for java executable when checking the JAVA_HOME_DIRS (ant-vars.mk)
(closes: #239123)
* Added ant-launcher.jar to DEB_CLASSPATH (ant-vars.mk)
(closes: #239128, #341275)
* Set ANT_HOME to /usr/share/ant by default (ant-vars.mk)
(closes: #212196)
* Removed build dependency on ocaml-native-compilers; ocaml is enough
(closes: #355504)
cdbs (0.4.35) unstable; urgency=low
* Fixed build dependencies in hdparm test case (closes: #354361)
* Removed special handling of udebs; use debhelper's built-in support
now (debhelper.mk) (closes: #248654, #340299, #340866)
* Raised implicit debhelper dependency to 4.2.0 for udeb support
(debhelper.mk)
* Don't conditionalize dh_installlogcheck anymore as it's included in
debhelper 4.2.0 (debhelper.mk)
* Added call to dh_installmime (debhelper.mk) (closes: #260173)
* Removed erroneous references to nonexistent variable DEB_ANT_TEST_TARGET
(closes: #307813)
* Added support for dh_clean excludes with DEB_CLEAN_EXCLUDE
(debhelper.mk) (closes: #314341)
* Added debhelper test case for DEB_*_EXCLUDE functionality
* Don't play unnecessary tricks with build-essential in the automatic
dependencies (buildcore.mk, buildvars.mk) (closes: #316034)
-- Martin Pitt <email address hidden> Thu, 8 Jun 2006 20:05:36 +0200
-
cdbs (0.4.34ubuntu4) dapper; urgency=low
* Add dh_iconcache support to KDE class
-- Sarah Hobbs <email address hidden> Sun, 14 May 2006 01:17:36 +1000