File: step153.cmd

package info (click to toggle)
debmake-doc 1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,952 kB
  • sloc: makefile: 916; sh: 692; python: 202; ansic: 114; sed: 16
file content (7 lines) | stat: -rwxr-xr-x 294 bytes parent folder | download
1
2
3
4
5
6
7
# @ ${SOURCE_PATH}
echo " ... hack, hack, hack, ..."
sed -e 's/^PACKAGE_GNU.*/PACKAGE_GNU = no/' \
    -e 's/^COPYRIGHT_HOLDER.*/COPYRIGHT_HOLDER = Osamu Aoki <osamu@debian.org>/' \
    po/Makevars.template > po/Makevars
L "diff -u po/Makevars.template po/Makevars"
L "rm po/Makevars.template"