~ubuntu-branches/ubuntu/precise/gnome-osd/precise

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Adriaan Peeters
  • Date: 2008-03-28 20:49:42 UTC
  • mfrom: (1.1.6 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080328204942-xqm6ocbwfm2bjvxt
Tags: 0.12.2-1
* New upstream release
* debian/copyright:
  - Added note on upstream repackaging
  - Added license for Debian packaging
* debian/control:
  - Made Homepage a real field
  - Added Provides: python-gnomeosd since we ship a public module
  - Added Suggests: muine, evolution, pidgin
  - Added Depends: python-pyorbit
  - Added Build-Depends: pkg-config
  - Merged Build-Depends-Indep with Build-Depends
  - Removed duplicate spacing in long description
  - Bumped Standards-Version to 3.7.3, no changes needed
* debian/watch: updated url to check for bz2 instead of gz
* debian/rules: use default instead of latest python, fixes bdfh problem

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
NORMAL_UNINSTALL = :
34
34
PRE_UNINSTALL = :
35
35
POST_UNINSTALL = :
36
 
build_triplet = @build@
37
 
host_triplet = @host@
38
36
subdir = man
39
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97
95
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
98
96
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
99
97
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
100
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
101
98
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
102
99
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
103
100
INTLTOOL_MERGE = @INTLTOOL_MERGE@
104
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
105
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
106
101
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
107
102
INTLTOOL_PERL = @INTLTOOL_PERL@
 
103
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
108
104
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
109
105
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
110
106
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
116
112
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
117
113
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
118
114
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
119
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
120
115
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
121
116
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
122
117
LDFLAGS = @LDFLAGS@
130
125
MKINSTALLDIRS = @MKINSTALLDIRS@
131
126
MSGFMT = @MSGFMT@
132
127
MSGFMT_OPTS = @MSGFMT_OPTS@
 
128
MSGMERGE = @MSGMERGE@
133
129
OBJEXT = @OBJEXT@
134
130
PACKAGE = @PACKAGE@
135
131
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
167
163
am__tar = @am__tar@
168
164
am__untar = @am__untar@
169
165
bindir = @bindir@
170
 
build = @build@
171
166
build_alias = @build_alias@
172
 
build_cpu = @build_cpu@
173
 
build_os = @build_os@
174
 
build_vendor = @build_vendor@
175
167
datadir = @datadir@
176
168
datarootdir = @datarootdir@
177
169
docdir = @docdir@
178
170
dvidir = @dvidir@
179
171
exec_prefix = @exec_prefix@
180
 
host = @host@
181
172
host_alias = @host_alias@
182
 
host_cpu = @host_cpu@
183
 
host_os = @host_os@
184
 
host_vendor = @host_vendor@
185
173
htmldir = @htmldir@
186
174
includedir = @includedir@
187
175
infodir = @infodir@