~ubuntu-branches/ubuntu/precise/atkmm1.6/precise

« back to all changes in this revision

Viewing changes to debian/watch

  • Committer: Bazaar Package Importer
  • Author(s): Deng Xiyue, Krzysztof Klimonda, Deng Xiyue
  • Date: 2011-04-17 14:59:04 UTC
  • mfrom: (0.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110417145904-gycgiib0jkiigl8m
Tags: 2.22.5-1
[ Krzysztof Klimonda ]
* New upstream release. (LP: #742068)
* debian/control.in:
  - add mm-common (>= 0.9.3) build dependency.

[ Deng Xiyue ]
* Import changes from Ubuntu.
* debian/watch:
  + Fix RegEx to work again.
  + Track *.tar.bz2 instead of *.tar.gz
* debian/libatkmm-1.6-dev.install:
  + Include usr/lib/*.la
* debian/rules:
  + Add clean-la.mk to strip out *.la dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# to check for upstream updates and more.
4
4
# Site          Directory               Pattern                 Version Script
5
5
version=3
6
 
http://download.gnome.org/sources/atkmm/([\d\.]+)[02468]/ \
7
 
        atkmm-([\d\.]+)\.tar\.gz
 
6
http://download.gnome.org/sources/atkmm/([\d\.]+[02468])/ \
 
7
        atkmm-([\d\.]+)\.tar\.bz2