Changeset 169 for trunk/debbuild.spec


Ignore:
Timestamp:
09/13/12 16:15:44 (12 years ago)
Author:
kdeugau
Message:

/trunk

Light tweak on the .spec to reflect the GPL2+ header
Add bash as a dependency in the .spec file, so we can use /bin/bash

in scriptlets. Debian's migration of /bin/sh -> /bin/dash has
turned out to have some very unfortunate effects on scriptlets...

Trim empty lines and comment lines from %files sections
Typofix a warning
Tighten up build-dependency checking:

  • add a ##fixme to ponder regarding the exact syntax for the entries
  • find a workable way to detect if virtual packages are installed, at least for this week

Extend the characters checked for in sonames for auto-requires
Expand a newly-found macro "buildsubdir" -> %_topdir/BUILD/<tarball-dir>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild.spec

    r162 r169  
    4949Source: http://www.deepnet.cx/debbuild/debbuild-%{version}.tar.gz
    5050Group: Development/Tools
    51 License: GPLv2
     51License: GPLv2+
    5252Packager: Kris Deugau <kdeugau@deepnet.cx>
    53 Requires: perl, build-essential, pax, fakeroot
     53Requires: perl, build-essential, pax, fakeroot, bash
    5454%if %{_vendor} == "debbuild"
    5555Recommends: patch, bzip2
Note: See TracChangeset for help on using the changeset viewer.