Changeset 161
- Timestamp:
- 04/08/12 20:52:04 (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r160 r161 1243 1243 ( defined($pkgdata{$pkg}{replaces}) ? "Replaces: $pkgdata{$pkg}{replaces}\n" : '' ). 1244 1244 "Description: $pkgdata{$pkg}{summary}\n"; 1245 # Munge things so that Debian tools don't choke on errant blank lines 1246 $pkgdata{$pkg}{desc} =~ s/\s+$//g; # Trim trailing blanks 1247 $pkgdata{$pkg}{desc} =~ s/^ $/ ./mg; # Replace lines consisting of " \n" with " .\n" 1245 1248 $control .= "$pkgdata{$pkg}{desc}\n"; 1246 1249 -
trunk/template.spec
r137 r161 49 49 %description 50 50 Multi-line 51 51 52 description 53 52 54 53 55 %prep
Note:
See TracChangeset
for help on using the changeset viewer.