~ubuntu-branches/ubuntu/trusty/xosview/trusty

« back to all changes in this revision

Viewing changes to defresources.awk

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2012-04-23 21:56:29 UTC
  • mfrom: (6.2.12 sid)
  • Revision ID: package-import@ubuntu.com-20120423215629-7fwcsel5mlxdhsuk
* debian/control:
  + ok. Drop hurd-i386 as of now, until we really fix it at upstream.
* debian/patches:
  + Refreshed patch to fix FTBFS on s390/s390x.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
  print "// using the awk program found in defresources.awk.";
14
14
  print "// This file will be rebuilt when Xdefaults is modified.";
15
15
  print "//\n";
16
 
  print "#include \"general.h\"\n";
17
 
  print "\n";
18
16
  printf "const char *defaultXResourceString = \"";
19
17
}
20
18