~ubuntu-branches/debian/sid/transmageddon/sid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-11-06 14:53:09 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091106145309-w2jwcbblsd5twfv7
Tags: 0.15-1
* New upstream release.
* Drop 01-fix_configure.diff patch, adopted by upstream.
* Repack the tarball anymore isn't needed anymore, upstream's debian dir has
  been removed, update debian/{copyright,README.source} files.
* debian/rules: Remove get-orig-source target, see above;
  now it's enough to run uscan --repack --rename.
* debian/rules: Skip dh_auto_test, otherwise it FTBFS.
* debian/control: Bump debhelper build-dep due to the use of an override
  statement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
LIBS = @LIBS@
160
160
LOCALSTATEDIR = @LOCALSTATEDIR@
161
161
LTLIBOBJS = @LTLIBOBJS@
 
162
MAINT = @MAINT@
162
163
MAKEINFO = @MAKEINFO@
163
164
MKDIR_P = @MKDIR_P@
164
165
MKINSTALLDIRS = @MKINSTALLDIRS@
245
246
transmageddon_PYTHON = \
246
247
        transmageddon.py \
247
248
        transcoder_engine.py \
248
 
        transmageddon.glade \
 
249
        transmageddon.ui \
249
250
        codecfinder.py \
250
251
        discoverer.py \
251
252
        presets.py \
257
258
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
258
259
 
259
260
.SUFFIXES:
260
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
261
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
261
262
        @for dep in $?; do \
262
263
          case '$(am__configure_deps)' in \
263
264
            *$$dep*) \
282
283
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
283
284
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284
285
 
285
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
286
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
286
287
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
288
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
288
289
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289
290
$(am__aclocal_m4_deps):
290
291
about.py: $(top_builddir)/config.status $(srcdir)/about.py.in