~ubuntu-branches/ubuntu/natty/gtk-sharp2/natty

« back to all changes in this revision

Viewing changes to sample/GtkDemo/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:
83
83
FGREP = @FGREP@
84
84
GACUTIL = @GACUTIL@
85
85
GACUTIL_FLAGS = @GACUTIL_FLAGS@
 
86
GDK_BACKEND = @GDK_BACKEND@
86
87
GENERATED_SOURCES = @GENERATED_SOURCES@
87
88
GLADE_CFLAGS = @GLADE_CFLAGS@
88
89
GLADE_LIBS = @GLADE_LIBS@
142
143
SHELL = @SHELL@
143
144
STRIP = @STRIP@
144
145
VERSION = @VERSION@
 
146
WIX = @WIX@
145
147
abs_builddir = @abs_builddir@
146
148
abs_srcdir = @abs_srcdir@
147
149
abs_top_builddir = @abs_top_builddir@