~ubuntu-branches/ubuntu/precise/gtk-sharp2/precise

« back to all changes in this revision

Viewing changes to glib/glue/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-05-18 00:00:41 UTC
  • mfrom: (1.1.16 upstream) (13.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100518000041-tlgvki554jx6ndhi
Tags: 2.12.10-1
* New upstream release
* debian/rules:
  + Bump API version to 2.12.10
* debian/control:
  + Bump Standards to 3.8.4 (no changes needed)
* debian/source/format:
  + Force Debian source format 1.0
* debian/rules:
  + Write a get-orig-source rule
* debian/watch:
  + Get rid of evil "debian uupdate" line which breaks packaging work on
    Ubuntu
* debian/patches/01_dllmaps.dpatch:
  + Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
FGREP = @FGREP@
115
115
GACUTIL = @GACUTIL@
116
116
GACUTIL_FLAGS = @GACUTIL_FLAGS@
 
117
GDK_BACKEND = @GDK_BACKEND@
117
118
GENERATED_SOURCES = @GENERATED_SOURCES@
118
119
GLADE_CFLAGS = @GLADE_CFLAGS@
119
120
GLADE_LIBS = @GLADE_LIBS@
173
174
SHELL = @SHELL@
174
175
STRIP = @STRIP@
175
176
VERSION = @VERSION@
 
177
WIX = @WIX@
176
178
abs_builddir = @abs_builddir@
177
179
abs_srcdir = @abs_srcdir@
178
180
abs_top_builddir = @abs_top_builddir@