|
|
@150
|
16 years |
kdeugau |
/trunk
Bump version in Makefile
|
|
|
@149
|
16 years |
kdeugau |
/trunk
Allow uncompressed tarballs, and .tgz tarballs
Handle …
|
|
|
@148
|
16 years |
kdeugau |
/trunk
Add vendor macro to match _vendor (both seem to be legit in rpm)
|
|
|
@147
|
16 years |
kdeugau |
/trunk
Fix a new edge case in library dependency autodetection where …
|
|
|
@146
|
17 years |
kdeugau |
/trunk
Version bump in Makefile so the changes have some meaning
|
|
|
@145
|
17 years |
kdeugau |
/trunk
Add Enhances: as per Itzchak Rehberg's request.
|
|
|
@144
|
17 years |
kdeugau |
/trunk
Further tweaks on formal dependencies in .spec file.
|
|
|
@143
|
17 years |
kdeugau |
/trunk
Whups, missed Perl as a dependency in the .spec. O_o
|
|
|
@142
|
17 years |
kdeugau |
/trunk
Fix the Inevitable Stupid Bugs caused by adding the .spec file …
|
|
|
@141
|
17 years |
kdeugau |
/trunk
Add .spec file and Makefile to make creating a tarball and …
|
|
|
@140
|
17 years |
kdeugau |
/trunk
POD tweak, copyright update
|
|
|
@139
|
17 years |
kdeugau |
/trunk
Whoops, gotta ignore libc on x86_64 as well as x86
|
|
|
@138
|
17 years |
kdeugau |
/trunk
BuildReq is not in fact a valid preamble tag.
|
|
|
@137
|
17 years |
kdeugau |
/trunk
Add template .spec file
|
|
|
@136
|
17 years |
kdeugau |
/trunk
Fix %makeinstall macro expansion to match rpm's behaviour
- …
|
|
|
@135
|
17 years |
kdeugau |
/trunk
Fix lurking buglet with preamble parsing: No space is …
|
|
|
@134
|
17 years |
kdeugau |
/trunk
Convert build-dep version check block to use dpkg …
|
|
|
@133
|
17 years |
kdeugau |
/trunk
Add %makeinstall to list of "recognized tags"
|
|
|
@132
|
17 years |
kdeugau |
/trunk
Fiddle manpages into the correct format from whatever the …
|
|
|
@131
|
17 years |
kdeugau |
/trunk
Fix bizarre bug in pre/post(un)install script creation
Make …
|
|
|
@130
|
17 years |
kdeugau |
/trunk
Exit cleanly on most of the no-specfile conditions
|
|
|
@129
|
17 years |
kdeugau |
/trunk
Add support for Recommends, Suggests, and Replaces. Note that …
|
|
|
@128
|
17 years |
kdeugau |
/trunk
Whoops. Forgot to allow for numbers on %patch tags…
|
|
|
@127
|
17 years |
kdeugau |
/trunk
Fix buglet where --define'ed macros given an explicit value of …
|
|
|
@126
|
17 years |
kdeugau |
/trunk
Add support for %{echo:}
|
|
|
@125
|
17 years |
kdeugau |
/trunk
Fix bug introduced with the %files code shuffle; %config …
|
|
|
@124
|
17 years |
kdeugau |
/trunk
Tweak processing in package build to avoid playing with …
|
|
|
@123
|
17 years |
kdeugau |
/trunk
Maybe-fix? macro expansion bug regarding %{optflags}. Try it …
|
|
|
@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.
|
|
|