~ubuntu-branches/debian/sid/gnote/sid

« back to all changes in this revision

Viewing changes to src/addins/noteoftheday/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Vincent Cheng
  • Date: 2011-07-30 16:48:32 UTC
  • mfrom: (1.3.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110730164832-u2xq6ywe0aduil1r
Tags: 0.7.5-1
* New upstream release.
* Remove "Provides: tomboy" from debian/control. (Closes: #627347)
* Update debian/rules to dh 7 "rules.tiny" style.
  - Drop cdbs from build dependencies.
* Really update Standards version from 3.9.1 to 3.9.2, no updates required.
* Update debhelper compatiblity level from 7 to 8.
* Add Vcs-* fields to debian/control.
* Update debian/copyright to fully conform with DEP-5.
* Remove unneeded debian/fdl-1.2.txt; a copy of the GFDL can be found in
  /usr/share/common-licenses/GFDL-1.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
DEFS = @DEFS@
139
139
DEPDIR = @DEPDIR@
140
140
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
141
DLLTOOL = @DLLTOOL@
141
142
DOC_USER_FORMATS = @DOC_USER_FORMATS@
142
143
DSYMUTIL = @DSYMUTIL@
143
144
DUMPBIN = @DUMPBIN@
195
196
MAINT = @MAINT@
196
197
MAKEFLAGS = @MAKEFLAGS@
197
198
MAKEINFO = @MAKEINFO@
 
199
MANIFEST_TOOL = @MANIFEST_TOOL@
198
200
MKDIR_P = @MKDIR_P@
199
201
MKINSTALLDIRS = @MKINSTALLDIRS@
200
202
MSGFMT = @MSGFMT@
240
242
abs_srcdir = @abs_srcdir@
241
243
abs_top_builddir = @abs_top_builddir@
242
244
abs_top_srcdir = @abs_top_srcdir@
 
245
ac_ct_AR = @ac_ct_AR@
243
246
ac_ct_CC = @ac_ct_CC@
244
247
ac_ct_CXX = @ac_ct_CXX@
245
248
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@