~ubuntu-branches/ubuntu/quantal/ipod-sharp/quantal

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-11-13 12:36:39 UTC
  • mfrom: (1.1.4 upstream) (6.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20061113123639-cynm2axegef1etff
* New upstream release
* debian/patches/01_fix-playcounts.patch:
  + Dropped, merged upstream
* debian/control:
  + Build depend on mono-gmcs, libmono-sharpzip2.84-cil, libmono2.0-cil,
    libglib2.0-dev and libipoddevice >= 0.5.0
  + Bumped Standards-Version to 3.7.2
  + Add ${misc:Depends} to Depends
  + Let libipodui-cil depend on libipod-cil
* debian/libipod-cil.install:
  + Add ipod-sharp-firmware.dll
* debian/patches/01_dllmap.patch:
  + Add dllmap to libgobject-2.0.so.0 

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
        $(srcdir)/ipod-test-db-rev4-a.tar.gz    \
144
144
        $(srcdir)/ipod-test-db-nano-v14-a.tar.gz
145
145
 
146
 
CLEANFILES = $(TEST_ASSEMBLY)
 
146
CLEANFILES = $(TEST_ASSEMBLY) *.mdb
 
147
MAINTAINERCLEANFILES = Makefile.in
147
148
EXTRA_DIST = \
148
149
        $(TEST_SOURCES)         \
149
150
        $(TEST_TARBALLS)        \
252
253
maintainer-clean-generic:
253
254
        @echo "This command is intended for maintainers to use"
254
255
        @echo "it deletes files that may require special tools to rebuild."
 
256
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
255
257
clean: clean-am
256
258
 
257
259
clean-am: clean-generic mostlyclean-am