#
# ChangeLog for trunk
#
# Generated by Trac 1.6
# 04/09/25 06:58:52

Thu, 19 Jul 2007 17:08:47 GMT kdeugau [115]
	* trunk/debbuild (modified)

	/trunk
	 Add a few tweaks to %files submacros:  discard %ghost, ...


Thu, 19 Jul 2007 17:07:38 GMT kdeugau [114]
	* trunk/debbuild (modified)

	/trunk
	 Fix slightly broken macro expansion for %if constructs: ...


Fri, 13 Jul 2007 20:24:33 GMT kdeugau [113]
	* trunk/debbuild (modified)

	/trunk
	 Add some %{perl_*} macro expansions


Thu, 12 Jul 2007 13:59:02 GMT kdeugau [112]
	* trunk/debbuild (modified)

	/trunk
	 Add handling for AutoReq/AutoReqProv.


Fri, 06 Jul 2007 18:51:39 GMT kdeugau [111]
	* trunk/debbuild (modified)

	/trunk
	 Add basic epoch support


Thu, 05 Jul 2007 16:49:06 GMT kdeugau [110]
	* trunk/debbuild (modified)

	/trunk
	 Enhance %files processing:  %doc support (mostly)


Wed, 27 Jun 2007 16:02:50 GMT kdeugau [109]
	* trunk/debbuild (modified)

	/trunk
	 Allow comments and blank lines to remain in scriptlets and ...


Mon, 25 Jun 2007 17:56:51 GMT kdeugau [108]
	* trunk/debbuild (modified)

	/trunk
	 Fix bad call to expandmacros() in %build processing - ...


Fri, 22 Jun 2007 17:03:21 GMT kdeugau [107]
	* trunk/debbuild (modified)

	/trunk
	 Fix %install scriptlet missing macro (pre)processing, and ...


Wed, 20 Jun 2007 19:37:57 GMT kdeugau [106]
	* trunk/debbuild (modified)

	/trunk
	 Add glob handling to %config lines in the %files section.  ...


Fri, 15 Jun 2007 20:19:40 GMT kdeugau [105]
	* trunk/debbuild (modified)

	/trunk
	 Process %if statements in %description sections too.  It has ...


Thu, 14 Jun 2007 20:25:52 GMT kdeugau [104]
	* trunk/debbuild (modified)

	/trunk
	 Expand %if logic support to basic multi-operator support
	 ...


Fri, 08 Jun 2007 20:57:49 GMT kdeugau [103]
	* trunk/debbuild (modified)

	/trunk
	 Major rewrite of parse_spec();  it should now handle %if ...


Fri, 01 Jun 2007 20:33:42 GMT kdeugau [102]
	* trunk/debbuild (modified)

	/trunk
	 Add global "debdist" and "debver" definitions, derived from ...


Wed, 16 May 2007 20:30:47 GMT kdeugau [101]
	* trunk/debbuild (modified)

	/trunk
	 Clean up end-of-section detection:  Check for ^%[a-z] rather ...


Mon, 14 May 2007 21:32:55 GMT kdeugau [100]
	* trunk/debbuild (modified)

	/trunk
	 Add another library-link-ignore so that builds on stock ...


Fri, 11 May 2007 17:58:42 GMT kdeugau [99]
	* trunk/debbuild (modified)

	/trunk
	 Bugfix for -t[pciba] - make sure we specify a .spec file ...


Fri, 11 May 2007 17:49:18 GMT kdeugau [98]
	* trunk/debbuild (modified)

	/trunk
	 Further expand support for %if constructs - a == b and other ...


Thu, 03 May 2007 20:06:18 GMT kdeugau [97]
	* trunk/debbuild (modified)

	/trunk
	 Execute %clean script on build-all or build-binary (-ta, ...


Thu, 03 May 2007 19:45:34 GMT kdeugau [96]
	* trunk/debbuild (modified)

	/trunk
	 Bugfixery and add a "fixme" note re: %if constructs outside ...


Fri, 27 Apr 2007 21:10:19 GMT kdeugau [95]
	* trunk/debbuild (modified)

	/trunk
	 Add support for basic %if constructs:
	   %if <expression>
	 ...


Fri, 27 Apr 2007 20:37:37 GMT kdeugau [94]
	* trunk/debbuild (modified)

	/trunk
	 Add basic support for --define option


Fri, 27 Apr 2007 20:34:52 GMT kdeugau [93]
	* trunk/debbuild (modified)

	/trunk
	 Miscellaneous bugfixery and cosmetic cleanup


Wed, 18 Apr 2007 15:27:31 GMT kdeugau [92]
	* trunk/debbuild (modified)

	/trunk
	 Fix smallish bug in install_sdeb() - absolute-ify the source ...


Tue, 17 Apr 2007 21:39:37 GMT kdeugau [91]
	* trunk/debbuild (modified)

	/trunk
	 oops.  It would help if --showpkgs generated exactly the ...


Tue, 17 Apr 2007 21:28:47 GMT kdeugau [90]
	* trunk/debbuild (modified)

	/trunk
	 *sigh* forgot to make sure I snagged exactly and only the ...


Tue, 17 Apr 2007 20:35:29 GMT kdeugau [89]
	* trunk/debbuild (modified)

	/trunk
	 POD docco update
	  - add --showpkgs to SYNOPSIS
	  - add ...


Tue, 17 Apr 2007 20:34:41 GMT kdeugau [88]
	* trunk/debbuild (modified)

	/trunk
	 Whoops... forgot to *set* the buildarch for the main package ...


Tue, 17 Apr 2007 20:16:29 GMT kdeugau [87]
	* trunk/debbuild (modified)

	/trunk
	 Handle BuildArch (more or less), and allow debbuild to run ...


Tue, 17 Apr 2007 16:18:42 GMT kdeugau [86]
	* trunk/debbuild (modified)

	/trunk
	 Trivial typo-fixing and copyright-updating


Thu, 22 Mar 2007 20:08:14 GMT kdeugau [85]
	* trunk/debbuild (modified)

	/trunk
	 *sigh*  Fix repotools bug:  use - instead of _ to separate ...


Thu, 22 Mar 2007 20:03:21 GMT kdeugau [84]
	* trunk/debbuild (modified)

	/trunk
	 Fix %files glitch with macro expansion by pedanticising ...


Thu, 22 Mar 2007 16:18:17 GMT kdeugau [83]
	* trunk/debbuild (modified)

	/trunk
	 Tweak/bugfix handling of %attr entries in %files to handle ...


Mon, 12 Feb 2007 18:11:04 GMT kdeugau [82]
	* trunk/debbuild (modified)

	/trunk
	 Bugfix in %files parse - don't skip everything after a line ...


Fri, 29 Dec 2006 17:01:53 GMT kdeugau [81]
	* trunk/debbuild (modified)

	/trunk
	 Trivial comment to make --showpkgs code easier to find


Fri, 01 Dec 2006 20:47:15 GMT kdeugau [80]
	* trunk/debbuild (modified)

	/trunk
	 Bugfix:  --showpkgs showed the .sdeb once for *each* .deb.  ...


Fri, 17 Nov 2006 22:23:28 GMT kdeugau [79]
	* trunk/debbuild (modified)

	/trunk
	 Add source package to --showpkgs output.


Fri, 17 Nov 2006 16:49:09 GMT kdeugau [78]
	* trunk/debbuild (modified)

	/trunk
	 *sigh* Switch order of chown/chgrp and chmod commands used ...


Fri, 17 Nov 2006 16:37:48 GMT kdeugau [77]
	* trunk/debbuild (modified)

	/trunk
	 Cosmetic hackery to get some messages spit out at the very ...


Thu, 16 Nov 2006 21:46:56 GMT kdeugau [76]
	* trunk/debbuild (modified)

	/trunk
	 Add basic support for %attr
	 Bugfix --showpkgs to not show ...


Wed, 15 Nov 2006 22:46:44 GMT kdeugau [75]
	* trunk/debbuild (modified)

	/trunk
	 Clean up pre/post (un)install scriptlet handling to support ...


Wed, 15 Nov 2006 20:55:35 GMT kdeugau [74]
	* trunk/debbuild (modified)

	/trunk
	 Minor bugfix on "empty %files list" handling


Wed, 15 Nov 2006 18:42:18 GMT kdeugau [73]
	* trunk/debbuild (modified)

	/trunk
	 Add basic "no %files" support.  Note that this needs ...


Wed, 15 Nov 2006 18:40:52 GMT kdeugau [72]
	* trunk/debbuild (modified)

	/trunk
	 Add %docdir support.  Sort of.  Mostly.


Wed, 15 Nov 2006 18:39:51 GMT kdeugau [71]
	* trunk/debbuild (modified)

	/trunk
	 Add --showpkgs option to dump package list


Fri, 23 Jun 2006 15:14:16 GMT kdeugau [70]
	* trunk/debbuild (modified)

	/trunk
	 Update handling of %patch macro;  bare %patch will now work ...


Wed, 21 Jun 2006 16:36:16 GMT kdeugau [69]
	* trunk/debbuild (modified)

	/trunk
	 Clean up handling of %setup expansion - support both -c and ...


Tue, 20 Jun 2006 17:14:49 GMT kdeugau [68]
	* trunk/debbuild (modified)

	/trunk
	 Add expansion/rewriting of perl(Class::SubClass) ...


Tue, 13 Jun 2006 18:57:26 GMT kdeugau [67]
	* trunk/debbuild (modified)

	/trunk
	 Fix optionless %patch macros.  Really.


Tue, 13 Jun 2006 16:44:39 GMT kdeugau [66]
	* trunk/debbuild (modified)

	/trunk
	 Fix buglet where Patchnn: and %patch macro expansion didn't ...


Tue, 06 Jun 2006 21:46:56 GMT kdeugau [65]
	* trunk/debbuild (modified)

	/trunk
	 Fixed the bug from the bugfix of the bug....  in Depends ...


Tue, 06 Jun 2006 18:46:53 GMT kdeugau [64]
	* trunk/debbuild (modified)

	/trunk
	 "Correct" (hah!) format for versioned Requires


Tue, 06 Jun 2006 18:02:39 GMT kdeugau [63]
	* trunk/debbuild (modified)

	/trunk
	 Make sure to replace "package data" macros in Requires and ...


Mon, 05 Jun 2006 21:32:52 GMT kdeugau [62]
	* trunk/debbuild (modified)

	/trunk
	 *Sigh*  Gotta remember to expand %define macros anywhere and ...


Mon, 05 Jun 2006 20:11:25 GMT kdeugau [61]
	* trunk/debbuild (modified)

	/trunk
	 Fix %files -n handling - whole-name subpackages *are*, in ...


Mon, 05 Jun 2006 19:53:07 GMT kdeugau [60]
	* trunk/debbuild (modified)

	/trunk
	 Extend %define capability - can now use %(eval ...) as the
	 ...


Fri, 02 Jun 2006 22:12:23 GMT kdeugau [59]
	* trunk/debbuild (modified)

	/trunk
	 Tag Source0: as Source:.  This is probably wrong, but what ...


Fri, 05 May 2006 17:47:38 GMT kdeugau [58]
	* trunk/debbuild (modified)

	/trunk
	 Must declare variables.  Must declare variables...


Thu, 20 Apr 2006 19:03:11 GMT kdeugau [57]
	* trunk/debbuild (modified)

	/trunk
	 Update POD again.  I think it's actually in sync with the code...


Thu, 20 Apr 2006 15:51:29 GMT kdeugau [56]
	* trunk/COPYING (added)
	* trunk/debbuild (modified)

	/trunk
	 Formally GPL-ify debbuild.  (Since it derives its interface ...


Wed, 19 Apr 2006 19:25:29 GMT kdeugau [55]
	* trunk/debbuild (modified)

	/trunk
	 Update POD with changes, updates, and other notes.


Wed, 19 Apr 2006 18:00:46 GMT kdeugau [54]
	* trunk/debbuild (modified)

	/trunk
	 Add --rebuild support for our .sdebs.
	 Tweak .sdeb filename ...


Fri, 07 Apr 2006 21:51:50 GMT kdeugau [53]
	* trunk/debbuild (modified)

	/trunk
	 Bugfix:  .sdeb's didn't get extra source files properly included


Fri, 07 Apr 2006 21:51:06 GMT kdeugau [52]
	* trunk/debbuild (modified)

	/trunk
	 Hack of a workaround to let debbuild function on older ...


Thu, 09 Mar 2006 19:57:57 GMT kdeugau [51]
	* trunk/debbuild (modified)

	/trunk
	 Add Conflicts: support on main package.


Tue, 07 Mar 2006 22:56:45 GMT kdeugau [50]
	* trunk/debbuild (modified)

	/trunk
	 Add a few bits to mostly handle debbuild -i


Tue, 07 Mar 2006 21:04:54 GMT kdeugau [49]
	* trunk/debbuild (modified)

	/trunk
	 Fix some broken behaviour with subpackages and -n


Tue, 07 Mar 2006 20:31:56 GMT kdeugau [48]
	* trunk/debbuild (modified)

	/trunk
	 Initialize more variables - scriptlets.


Fri, 24 Feb 2006 22:44:16 GMT kdeugau [47]
	* trunk/debbuild (modified)

	/trunk
	 Use $pkgdata{$pkg}{requires} instead of ...


Fri, 24 Feb 2006 21:41:44 GMT kdeugau [46]
	* trunk/debbuild (modified)

	/trunk
	 Fix macro expansion in %files;  %config entries didn't get
	 ...


Fri, 24 Feb 2006 21:14:38 GMT kdeugau [45]
	* trunk/debbuild (modified)

	/trunk
	 Skip comments in %files listing


Fri, 24 Feb 2006 21:13:39 GMT kdeugau [44]
	* trunk/debbuild (modified)

	/trunk
	 Bugfixing %files list now.  A bare "/etc" (for instance) ...


Thu, 23 Feb 2006 23:04:45 GMT kdeugau [43]
	* trunk/debbuild (modified)

	/trunk
	 Fugbixing again...  Requires got tangled with some ...


Thu, 23 Feb 2006 22:30:58 GMT kdeugau [42]
	* trunk/debbuild (modified)

	/trunk
	 Bugfix on autoreq;  don't try to find what package owns ...


Thu, 23 Feb 2006 21:14:33 GMT kdeugau [41]
	* trunk/debbuild (modified)

	/trunk
	 Removed some extraneous reference comments
	 Expanded some ...


Thu, 23 Feb 2006 17:54:36 GMT kdeugau [40]
	* trunk/debbuild (modified)

	/trunk
	 Fugbix:  1 is true, and $buildreq must be initialized.


Thu, 23 Feb 2006 16:40:26 GMT kdeugau [39]
	* trunk/debbuild (modified)

	/trunk
	 Fix a few bugs:
	  - Don't include #-comments in the ...


Wed, 22 Feb 2006 18:01:46 GMT kdeugau [38]
	* trunk/debbuild (modified)

	/trunk
	 First iteration of build-deps and install reqs:
	  - Build ...


Thu, 16 Feb 2006 23:05:11 GMT kdeugau [37]
	* trunk/debbuild (modified)

	/trunk
	 Tweaked %files handling further to not choke on %config ...


Thu, 16 Feb 2006 17:13:40 GMT kdeugau [36]
	* trunk/debbuild (modified)

	/trunk
	 Source package creation functional.  May need tweaking ...


Mon, 13 Feb 2006 22:55:34 GMT kdeugau [35]
	* trunk/debbuild (modified)

	/trunk
	 Checkpoint - source package sub


Tue, 07 Feb 2006 19:00:07 GMT kdeugau [34]
	* trunk/debbuild (modified)

	/trunk
	 Whoops, forgot some macro expansion on the pre/post ...


Thu, 19 Jan 2006 22:56:08 GMT kdeugau [33]
	* trunk/debbuild (modified)

	/trunk
	 Tweak dpkg-deb command line so that it doesn't complain ...


Thu, 19 Jan 2006 21:11:50 GMT kdeugau [32]
	* trunk/debbuild (modified)

	/trunk
	 Added wrapper around pre(un)/post(un) scriptlet creation in ...


Thu, 19 Jan 2006 21:10:49 GMT kdeugau [31]
	* trunk/debbuild (modified)

	/trunk
	 Tweaked parsing of filename-from-pathname in package build
	 ...


Thu, 15 Dec 2005 20:34:00 GMT kdeugau [30]
	* trunk/debbuild (modified)

	/trunk
	 checkpoint
	 %files support should be pretty much complete ...


Wed, 14 Dec 2005 23:20:12 GMT kdeugau [29]
	* trunk/debbuild (modified)

	/trunk
	 Checkpoint


Mon, 12 Dec 2005 23:10:42 GMT kdeugau [28]
	* trunk/debbuild (modified)

	/trunk
	 Checkpoint
	 Tweaks to %files handling, cruft cleanup


Fri, 09 Dec 2005 23:13:00 GMT kdeugau [27]
	* trunk/debbuild (modified)

	/trunk
	 Checkpoint
	 %files support sort of in place
	 Basic support ...


Thu, 08 Dec 2005 22:00:37 GMT kdeugau [26]
	* trunk/debbuild (modified)

	/trunk
	 Tweak Patchnn:/%patch processing to strip URL path from ...


Tue, 06 Dec 2005 23:11:34 GMT kdeugau [25]
	* trunk/debbuild (modified)

	/trunk
	 Checkpoint


Mon, 05 Dec 2005 23:21:29 GMT kdeugau [24]
	* trunk/debbuild (modified)

	/trunk
	 Checkpoint


Thu, 01 Dec 2005 22:58:24 GMT kdeugau [23]
	* trunk/debbuild (modified)

	/trunk
	 Checkpoint


Wed, 30 Nov 2005 20:49:54 GMT kdeugau [22]
	* trunk/debbuild (modified)

	/trunk
	 Move POD to bottom


Mon, 14 Nov 2005 21:38:24 GMT kdeugau [21]
	* trunk/debbuild (modified)

	/trunk
	 tar options readability tweak, take 2


Mon, 14 Nov 2005 21:34:04 GMT kdeugau [20]
	* trunk/debbuild (modified)

	/trunk
	 Tweak readability on processing to determine options for tar


Mon, 14 Nov 2005 21:29:35 GMT kdeugau [19]
	* trunk/debbuild (modified)

	/trunk
	 Added some pod


Mon, 14 Nov 2005 21:28:57 GMT kdeugau [18]
	* trunk/debbuild (modified)

	/trunk
	 Added internal storage of %changelog content


Fri, 11 Nov 2005 21:18:44 GMT kdeugau [17]
	* trunk/debbuild (modified)

	/trunk
	 Tweak %configure/%make+%makeinstall "FHSification".


Wed, 09 Nov 2005 21:41:04 GMT kdeugau [16]
	* trunk/debbuild (modified)

	/trunk
	 Checkpoint
	 Added processing for %pre, %post, %preun, ...