~ubuntu-branches/debian/stretch/libxt/stretch

« back to all changes in this revision

Viewing changes to src/Resources.c

  • Committer: Bazaar Package Importer
  • Author(s): David Nusinow, Andres Salomon, Drew Parsons, David Nusinow
  • Date: 2006-08-30 16:25:44 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060830162544-a7ivf3vtoy2tnfhz
[ Andres Salomon ]
* Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
  idempotency fix.

[ Drew Parsons ]
* dbg package has priority extra.

[ David Nusinow ]
* Re-create manpage sections patch. Now it dynamically generates the
  internal section from __libmansuffix__. Pushed upstream too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
#include "ShellP.h"
72
72
#include "StringDefs.h"
73
73
#include <stdio.h>
74
 
#include <X11/XlibConf.h>
75
74
 
76
75
static XrmClass QBoolean, QString, QCallProc, QImmediate;
77
76
static XrmName QinitialResourcesPersistent, QInitialResourcesPersistent;