-
cdbs (0.4.115+deb7u1) wheezy; urgency=low
* Have gnome.mk use xz compression by default.
Closes: bug#683819.
-- Ansgar Burchardt <email address hidden> Sat, 25 Aug 2012 19:59:34 +0200
-
cdbs (0.4.115) unstable; urgency=high
* Fix resolve default CXXFLAGS.
* Set urgency=high as above one-line fix affects ability of other
packages to reach release goal of enabling security hardening.
-- Jonas Smedegaard <email address hidden> Fri, 22 Jun 2012 17:21:02 +0200
-
cdbs (0.4.114) unstable; urgency=low
* Fix resolve default DEB_SUGAR_SOURCE_PKGBASE when DEB_SUGAR_BRANCHES
does not include branch of current package.
-- Jonas Smedegaard <email address hidden> Mon, 28 May 2012 19:51:37 +0200
-
cdbs (0.4.111) unstable; urgency=low
* Fix invoke dpkg-shlibdeps (not only strip) in per-package dir in
pd.mk.
Closes: bug#661962. Thanks (again) to Felipe Sateler.
-- Jonas Smedegaard <email address hidden> Wed, 18 Apr 2012 23:35:03 -0400
-
cdbs (0.4.109) unstable; urgency=low
* Fix use pkglibexecdir (not libexecdir) inside makefile snippets.
* Update autotools (with autoreconf -f -i).
-- Jonas Smedegaard <email address hidden> Thu, 08 Mar 2012 20:30:52 +0100
-
cdbs (0.4.102) unstable; urgency=low
* Fix invoke rmdir only when relevant in utils.mk upstream-cruft rule.
Tighten resolved build-dependency to at least this working version.
* Simplify upstream-cruft routine to always use
DEB_UPSTREAM_CRUFT_BACKUPDIR (not optionally a suffix instead).
-- Jonas Smedegaard <email address hidden> Mon, 30 Jan 2012 19:53:56 +0100
-
cdbs (0.4.100) unstable; urgency=low
* Fix strip whitespace to avoid resolving unnecessary tight build-
dependency on cdbs.
Closes: bug#649982. Thanks to Anders Kaseorg.
-- Jonas Smedegaard <email address hidden> Tue, 29 Nov 2011 20:48:26 +0700
-
cdbs (0.4.99) unstable; urgency=low
* Fix suppress accidental build-dependency on ourself.
* Relax autoresolving for utils.mk to build-depend unversioned on
devscripts: Needed version 2.10.7 satisfied even in oldstable.
* Stop suppressing copyright-check. Build-depend on devscripts.
* Update copyright file:
+ Fix typo in license shortname.
* Add lintian override for build-dependency on python-dev (needed for
regression tests).
* Bump debhelper compatibility level to 7.
-- Jonas Smedegaard <email address hidden> Fri, 16 Sep 2011 21:51:56 +0200
-
cdbs (0.4.96) unstable; urgency=low
* Fix cdbs_expand_curvar expansion to use VAR_pkg (not VAR_DEFAULT) when VAR_pkg is explicitly set to empty string. Closes: bug#629156. Thanks to Michael Biebl. -- Jonas Smedegaard <email address hidden> Wed, 20 Jul 2011 15:25:49 +0200
-
cdbs (0.4.94) unstable; urgency=low
* Update lintian override. * Fix typo in multiflavor build-dependency autoresolving for makefile.mk. Closes: bug#623883. Thanks to Jérémy Lal. * Invoke dh_installgsettings after dh_install. Closes: bug#627735. Thanks to Michael Biebl. * Detect Setup.hs as fallback for Setup.lhs in hbuild.mk snippet, and add new variable DEB_HBUILD_SETUPFILE to override explicitly. Closes: bug#412388. Thanks to Trent Buck. -- Jonas Smedegaard <email address hidden> Tue, 24 May 2011 09:56:03 +0200
-
cdbs (0.4.93) unstable; urgency=low
[ Jonas Smedegaard ] * Fix readd default compile flag -Wall, accidentally dropped in cdbs 0.4.90. Introduce new variable $DEB_WARNING_FLAGS to ease overriding while still rely on dpkg-buildflags. * Fix comment in langcore.mk. * Fix support arch-independent python3 modules: Resolve $cdbs_curpythonindepbinary properly, used for the Python binary to invoke for default builds. Closes: bug#621749. Thanks to Tanguy Ortolo and Jakub Wilk. * Add variables $cdbs_python2_indep_packages and $cdbs_python3_indep_packages to python-vars.mk, and when used tighten build-dependency on cdbs to versions properly supporting arch-independent Python3 builds. * Extend long ugly build-dependency cleanup routine to include cdbs 0.4.93~. * Resolve $DEB_HOST_MULTIARCH from dpkg-architecture. Closes: bug#617841. Thanks to Steve Langasek. * Bump DEP5 format to rev. 174. * Stop compiling or installing documentation, to avoid circular build-dependency. Documentation will reappear as separate package. Stop build-depending on documentation-related tools, which also closes: bug#614536. Thanks to Lucas Nussbaum and Loïc Minier. * Bump copyright file format to draft 174 of DEP-5. * Fix refer to git source (not old svn source) in copyright file. [ IOhannes m zmölnig ] * Fix automatic DEB_PACKAGES->DKMS_PACKAGES detection in dkms.mk, and tidy some cruft. * Fix set permissions in pd.mk. [ Emilio Pozuelo Monfort ] * Call dh_installgsettings in debhelper.mk if available. Closes: #621328. -- Jonas Smedegaard <email address hidden> Sun, 17 Apr 2011 05:44:16 +0200
-
cdbs (0.4.92) unstable; urgency=low
[ Jonas Smedegaard ] * Fix add missing leading quote to DEB_CONFIGURE_SCRIPT_ENV in python-autotools.mk. Thanks to Stefano Rivera. * Fix resolve DEB_MAKE_DESTDIRSKEL early in python-autotools.mk: Flavors are used in build targets also resolved early. Closes: bug#610624. Thanks to Stefano Rivera. * Drop use of obsolete DEB_BUILD_MAKE_TARGET. * Adjust copyright-check hint file: + Bump referenced DEP5 to candidate draft Subversion rev166. + Drop misleading copyright+license paragraphs in header section. * Claim ownership of recent changes. * Update copyright file: + Extend copyright year. + Duplicate header copyright+license as initial Files: wildcard section. [ IOhannes m zmölnig ] * Add draft snippet for DKMS support (not included in binary package). -- Jonas Smedegaard <email address hidden> Tue, 08 Feb 2011 12:47:37 +0100
-
cdbs (0.4.89) unstable; urgency=low
* Stop conflicting against ancient/bogus build-common.
* Fix and simplify dh_buildinfo support: Invoke in debhelper (not
utils) snippet, limited to each binary package.
Closes: bug#590601. Thanks (again) to Michael Biebl.
* Fix ensure makefile-vars.mk is usable without makefile.mk: add
simpler fallback for cdbs_make_curbuilddir.
Closes: bug#596950. Thanks to Lucas Nussbaum and others.
* Add TODO item: Mention replacement variable in deprecation warnings.
* Fix tighten copyright-check auto-resolved build-dependency on cdbs.
* Build-depend on dh-buildinfo.
-- Jonas Smedegaard <email address hidden> Thu, 16 Sep 2010 11:00:25 +0200