|
|
@122
|
17 years |
kdeugau |
/trunk
Stick in placeholder ##fixme comment for --self-package
|
|
|
@121
|
17 years |
kdeugau |
/trunk
Massive cleanup of %files handling. Still not "complete", but …
|
|
|
@120
|
17 years |
kdeugau |
/trunk
Missed "%changelog" from the list of recognized tags.
|
|
|
@119
|
17 years |
kdeugau |
/trunk
Added chunk to the .spec parser to choke and die Just Like …
|
|
|
@118
|
17 years |
kdeugau |
/trunk
Fix '--define'-with-capitals bug; macros may in fact be …
|
|
|
@117
|
17 years |
kdeugau |
/trunk
Gzip manpages as needed, and modify the files list(s) to match …
|
|
|
@116
|
17 years |
kdeugau |
/trunk
Refix macro expansion fix from r114. Really.
(Make sure we …
|
|
|
@115
|
17 years |
kdeugau |
/trunk
Add a few tweaks to %files submacros: discard %ghost, …
|
|
|
@114
|
17 years |
kdeugau |
/trunk
Fix slightly broken macro expansion for %if constructs: …
|
|
|
@113
|
17 years |
kdeugau |
/trunk
Add some %{perl_*} macro expansions
|
|
|
@112
|
17 years |
kdeugau |
/trunk
Add handling for AutoReq/AutoReqProv.
|
|
|
@111
|
17 years |
kdeugau |
/trunk
Add basic epoch support
|
|
|
@110
|
17 years |
kdeugau |
/trunk
Enhance %files processing: %doc support (mostly)
|
|
|
@109
|
18 years |
kdeugau |
/trunk
Allow comments and blank lines to remain in scriptlets and …
|
|
|
@108
|
18 years |
kdeugau |
/trunk
Fix bad call to expandmacros() in %build processing - …
|
|
|
@107
|
18 years |
kdeugau |
/trunk
Fix %install scriptlet missing macro (pre)processing, and …
|
|
|
@106
|
18 years |
kdeugau |
/trunk
Add glob handling to %config lines in the %files section. It …
|
|
|
@105
|
18 years |
kdeugau |
/trunk
Process %if statements in %description sections too. It has …
|
|
|
@104
|
18 years |
kdeugau |
/trunk
Expand %if logic support to basic multi-operator support
(%a …
|
|
|
@103
|
18 years |
kdeugau |
/trunk
Major rewrite of parse_spec(); it should now handle %if …
|
|
|
@102
|
18 years |
kdeugau |
/trunk
Add global "debdist" and "debver" definitions, derived from …
|
|
|
@101
|
18 years |
kdeugau |
/trunk
Clean up end-of-section detection: Check for %[a-z] rather …
|
|
|
@100
|
18 years |
kdeugau |
/trunk
Add another library-link-ignore so that builds on stock 32-bit …
|
|
|
@99
|
18 years |
kdeugau |
/trunk
Bugfix for -t[pciba] - make sure we specify a .spec file with …
|
|
|
@98
|
18 years |
kdeugau |
/trunk
Further expand support for %if constructs - a == b and other
…
|
|
|
@97
|
18 years |
kdeugau |
/trunk
Execute %clean script on build-all or build-binary (-ta, -tb, …
|
|
|
@96
|
18 years |
kdeugau |
/trunk
Bugfixery and add a "fixme" note re: %if constructs outside of …
|
|
|
@95
|
18 years |
kdeugau |
/trunk
Add support for basic %if constructs:
%if <expression>
…
|
|
|
@94
|
18 years |
kdeugau |
/trunk
Add basic support for --define option
|
|
|
@93
|
18 years |
kdeugau |
/trunk
Miscellaneous bugfixery and cosmetic cleanup
|
|
|
@92
|
18 years |
kdeugau |
/trunk
Fix smallish bug in install_sdeb() - absolute-ify the source …
|
|
|
@91
|
18 years |
kdeugau |
/trunk
oops. It would help if --showpkgs generated exactly the same …
|
|
|
@90
|
18 years |
kdeugau |
/trunk
*sigh* forgot to make sure I snagged exactly and only the …
|
|
|
@89
|
18 years |
kdeugau |
/trunk
POD docco update
- add --showpkgs to SYNOPSIS
- add ERRATA …
|
|
|
@88
|
18 years |
kdeugau |
/trunk
Whoops... forgot to *set* the buildarch for the main package …
|
|
|
@87
|
18 years |
kdeugau |
/trunk
Handle BuildArch (more or less), and allow debbuild to run …
|
|
|
@86
|
18 years |
kdeugau |
/trunk
Trivial typo-fixing and copyright-updating
|
|
|
@85
|
18 years |
kdeugau |
/trunk
*sigh* Fix repotools bug: use - instead of _ to separate …
|
|
|
@84
|
18 years |
kdeugau |
/trunk
Fix %files glitch with macro expansion by pedanticising …
|
|
|
@83
|
18 years |
kdeugau |
/trunk
Tweak/bugfix handling of %attr entries in %files to handle …
|
|
|
@82
|
18 years |
kdeugau |
/trunk
Bugfix in %files parse - don't skip everything after a line …
|
|
|
@81
|
18 years |
kdeugau |
/trunk
Trivial comment to make --showpkgs code easier to find
|
|
|
@80
|
18 years |
kdeugau |
/trunk
Bugfix: --showpkgs showed the .sdeb once for *each* .deb. …
|
|
|
@79
|
18 years |
kdeugau |
/trunk
Add source package to --showpkgs output.
|
|
|
@78
|
18 years |
kdeugau |
/trunk
*sigh* Switch order of chown/chgrp and chmod commands used to …
|
|
|
@77
|
18 years |
kdeugau |
/trunk
Cosmetic hackery to get some messages spit out at the very end …
|
|
|
@76
|
18 years |
kdeugau |
/trunk
Add basic support for %attr
Bugfix --showpkgs to not show …
|
|
|
@75
|
18 years |
kdeugau |
/trunk
Clean up pre/post (un)install scriptlet handling to support …
|
|
|
@74
|
18 years |
kdeugau |
/trunk
Minor bugfix on "empty %files list" handling
|
|
|
@73
|
18 years |
kdeugau |
/trunk
Add basic "no %files" support. Note that this needs reworking …
|
|
|
@72
|
18 years |
kdeugau |
/trunk
Add %docdir support. Sort of. Mostly.
|
|
|
@71
|
18 years |
kdeugau |
/trunk
Add --showpkgs option to dump package list
|
|
|
@70
|
19 years |
kdeugau |
/trunk
Update handling of %patch macro; bare %patch will now work
…
|
|
|
@69
|
19 years |
kdeugau |
/trunk
Clean up handling of %setup expansion - support both -c and …
|
|
|
@68
|
19 years |
kdeugau |
/trunk
Add expansion/rewriting of perl(Class::SubClass) dependencies. …
|
|
|
@67
|
19 years |
kdeugau |
/trunk
Fix optionless %patch macros. Really.
|
|
|
@66
|
19 years |
kdeugau |
/trunk
Fix buglet where Patchnn: and %patch macro expansion didn't …
|
|
|
@65
|
19 years |
kdeugau |
/trunk
Fixed the bug from the bugfix of the bug.... in Depends …
|
|
|
@64
|
19 years |
kdeugau |
/trunk
"Correct" (hah!) format for versioned Requires
|
|
|
@63
|
19 years |
kdeugau |
/trunk
Make sure to replace "package data" macros in Requires and friends
|
|
|
@62
|
19 years |
kdeugau |
/trunk
*Sigh* Gotta remember to expand %define macros anywhere and …
|
|
|
@61
|
19 years |
kdeugau |
/trunk
Fix %files -n handling - whole-name subpackages *are*, in …
|
|
|
@60
|
19 years |
kdeugau |
/trunk
Extend %define capability - can now use %(eval ...) as the
…
|
|
|
@59
|
19 years |
kdeugau |
/trunk
Tag Source0: as Source:. This is probably wrong, but what the …
|
|
|
@58
|
19 years |
kdeugau |
/trunk
Must declare variables. Must declare variables…
|
|
|
@57
|
19 years |
kdeugau |
/trunk
Update POD again. I think it's actually in sync with the code…
|
|
|
@56
|
19 years |
kdeugau |
/trunk
Formally GPL-ify debbuild. (Since it derives its interface …
|
|
|
@55
|
19 years |
kdeugau |
/trunk
Update POD with changes, updates, and other notes.
|
|
|
@54
|
19 years |
kdeugau |
/trunk
Add --rebuild support for our .sdebs.
Tweak .sdeb filename …
|
|
|
@53
|
19 years |
kdeugau |
/trunk
Bugfix: .sdeb's didn't get extra source files properly included
|
|
|
@52
|
19 years |
kdeugau |
/trunk
Hack of a workaround to let debbuild function on older Debian
…
|
|
|
@51
|
19 years |
kdeugau |
/trunk
Add Conflicts: support on main package.
|
|
|
@50
|
19 years |
kdeugau |
/trunk
Add a few bits to mostly handle debbuild -i
|
|
|
@49
|
19 years |
kdeugau |
/trunk
Fix some broken behaviour with subpackages and -n
|
|
|
@48
|
19 years |
kdeugau |
/trunk
Initialize more variables - scriptlets.
|
|
|
@47
|
19 years |
kdeugau |
/trunk
Use $pkgdata{$pkg}{requires} instead of …
|
|
|
@46
|
19 years |
kdeugau |
/trunk
Fix macro expansion in %files; %config entries didn't get
…
|
|
|
@45
|
19 years |
kdeugau |
/trunk
Skip comments in %files listing
|
|
|
@44
|
19 years |
kdeugau |
/trunk
Bugfixing %files list now. A bare "/etc" (for instance) would …
|
|
|
@43
|
19 years |
kdeugau |
/trunk
Fugbixing again... Requires got tangled with some …
|
|
|
@42
|
19 years |
kdeugau |
/trunk
Bugfix on autoreq; don't try to find what package owns "not". …
|
|
|
@41
|
19 years |
kdeugau |
/trunk
Removed some extraneous reference comments
Expanded some …
|
|
|
@40
|
19 years |
kdeugau |
/trunk
Fugbix: 1 is true, and $buildreq must be initialized.
|
|
|
@39
|
19 years |
kdeugau |
/trunk
Fix a few bugs:
- Don't include #-comments in the …
|
|
|
@38
|
19 years |
kdeugau |
/trunk
First iteration of build-deps and install reqs:
- Build …
|
|
|
@37
|
19 years |
kdeugau |
/trunk
Tweaked %files handling further to not choke on %config (make
…
|
|
|
@36
|
19 years |
kdeugau |
/trunk
Source package creation functional. May need tweaking and/or …
|
|
|
@35
|
19 years |
kdeugau |
/trunk
Checkpoint - source package sub
|
|
|
@34
|
19 years |
kdeugau |
/trunk
Whoops, forgot some macro expansion on the pre/post …
|
|
|
@33
|
19 years |
kdeugau |
/trunk
Tweak dpkg-deb command line so that it doesn't complain about
…
|
|
|
@32
|
19 years |
kdeugau |
/trunk
Added wrapper around pre(un)/post(un) scriptlet creation in
…
|
|
|
@31
|
19 years |
kdeugau |
/trunk
Tweaked parsing of filename-from-pathname in package build
…
|
|
|
@30
|
19 years |
kdeugau |
/trunk
checkpoint
%files support should be pretty much complete for …
|
|
|
@29
|
19 years |
kdeugau |
/trunk
Checkpoint
|
|
|
@28
|
19 years |
kdeugau |
/trunk
Checkpoint
Tweaks to %files handling, cruft cleanup
|
|
|
@27
|
19 years |
kdeugau |
/trunk
Checkpoint
%files support sort of in place
Basic support for …
|
|
|
@26
|
19 years |
kdeugau |
/trunk
Tweak Patchnn:/%patch processing to strip URL path from patch …
|
|
|
@25
|
19 years |
kdeugau |
/trunk
Checkpoint
|
|
|
@24
|
19 years |
kdeugau |
/trunk
Checkpoint
|
|
|
@23
|
19 years |
kdeugau |
/trunk
Checkpoint
|
|
|