Changeset 175


Ignore:
Timestamp:
10/16/12 17:54:39 (12 years ago)
Author:
kdeugau
Message:

/trunk

Tweak Debian version => name mapping
Tweak macro expansion a little to handle a bizarre edge case
for %{_prefix} better

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r174 r175  
    136136        "5"     => "lenny",
    137137        "6.0"   => "squeeze",
    138         "7.0"   => "wheezy",    #maybe?
     138        "7.0"   => "wheezy",
     139        "8.0"   => "jessie",
    139140        "99"    => "sid");
    140141# Enh.  There doesn't seem to be any better way to do this...  :(
     
    17541755    $macrostring =~ s'%{_sysconfdir}'/etc'g;
    17551756    $macrostring =~ s'%{_localstatedir}'/var'g;
     1757    $macrostring =~ s'%{_prefix}'/usr'g;
    17561758
    17571759    # FHS-ish locations that aren't quite actually FHS-specified.
Note: See TracChangeset for help on using the changeset viewer.