diff options
author | Pino Toscano <pino@kde.org> | 2010-03-30 14:13:15 +0200 |
---|---|---|
committer | Pino Toscano <pino@kde.org> | 2010-03-30 14:13:15 +0200 |
commit | 95065f3874494796eab0d224bbf0266347636e59 (patch) | |
tree | fbad944c0770a4c1f814a46aab24d99bb68514e7 | |
parent | f78d8487f725899ac9b3904988118152b9e71bd3 (diff) | |
download | qt4-x11-95065f3874494796eab0d224bbf0266347636e59.tar.gz |
fix watch file to report only stable versions (ie non-tp and non-rc ones)
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/watch | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 82ce39d..f27d115 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,9 @@ qt4-x11 (4:4.6.2-3) UNRELEASED; urgency=low [ Pino Toscano ] * Make more use of the dpkg source 3.0 format: directly ship the binary files (PNG icons and qch) instead of uuencode them at install time. + * Fix watch file to report only stable versions (ie non-tp and non-rc ones). - -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 27 Mar 2010 13:11:34 +0100 + -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Tue, 30 Mar 2010 14:12:24 +0200 qt4-x11 (4:4.6.2-2) experimental; urgency=low diff --git a/debian/watch b/debian/watch index 96dd19e..c948fed 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://get.qt.nokia.com/qt/source/ qt-(?:x11|everywhere)-opensource-src-(.*)\.tar.gz +http://get.qt.nokia.com/qt/source/ qt-(?:x11|everywhere)-opensource-src-([^-]*)\.tar.gz |