~ubuntu-branches/ubuntu/raring/soundconverter/raring-201211220242

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): William Alexander Grant
  • Date: 2006-09-25 07:25:55 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060925072555-x4bd5pj4y6dhl86d
Tags: 0.9.1-0ubuntu1
* Preemptive fake sync from Sid. This is actually 0.9.1-1.
* New upstream release.
  - Change gstreamer0.8* dependencies to the equivalent gstreamer0.10 ones
    (Closes: #380473).
  - Drop the Debian .desktop, as there's now one included upstream.
  - Use CDBS, as the new upstream uses autotools.
  - Add python-gtk2 to Build-Depends-Indep, due to autotools detection.
* Bumped debhelper dependency to >= 5.
* New maintainer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
#AUTOMAKE_OPTIONS = dist-bzip2
 
4
 
 
5
SUBDIRS = po src data doc
 
6
 
 
7
CLEANFILES=
 
8
 
 
9
EXTRA_DIST = intltool-extract.in intltool-merge.in intltool-update.in autogen.sh
 
10
DISTCLEANFILES = intltool-extract intltool-merge intltool-update
 
11
 
 
12
 
 
13
release:
 
14
        svn -m "release $(VERSION)" copy . svn+ssh://kassoulet@svn.berlios.de/svnroot/repos/soundconverter/tags/release-$(VERSION)
 
15
        lftp -c "open ftp.berlios.de/incoming ; put soundconverter-$(VERSION).tar.gz"
 
16