* New 2.7 upstream release.
* debian/watch edited to correctly track upstream versions. * debian/rules: - use --fail-missing in dh_install
This commit is contained in:
parent
a72caddd02
commit
88cfcfb08e
3 changed files with 11 additions and 4 deletions
11
debian/changelog
vendored
11
debian/changelog
vendored
|
@ -1,5 +1,6 @@
|
|||
midori (0.2.6-1) UNRELEASED; urgency=low
|
||||
midori (0.2.7-1.1) UNRELEASED; urgency=low
|
||||
|
||||
[Ryan Niebur]
|
||||
* New Upstream Version (Closes: #582213)
|
||||
- fixes segfault (Closes: #579118)
|
||||
- correct link to FAQ (Closes: #582512)
|
||||
|
@ -8,7 +9,13 @@ midori (0.2.6-1) UNRELEASED; urgency=low
|
|||
* use dpkg-maintscript-helper to remove old config file
|
||||
/etc/midori/extensions/libadblock.so (Closes: #573208)
|
||||
|
||||
-- Ryan Niebur <ryan@debian.org> Tue, 01 Jun 2010 21:23:35 -0700
|
||||
[Yves-Alexis Perez]
|
||||
* New 2.7 upstream release.
|
||||
* debian/watch edited to correctly track upstream versions.
|
||||
* debian/rules:
|
||||
- use --fail-missing in dh_install
|
||||
|
||||
-- Yves-Alexis Perez <corsac@debian.org> Tue, 17 Aug 2010 08:16:58 +0200
|
||||
|
||||
midori (0.2.4-3) unstable; urgency=low
|
||||
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -32,7 +32,7 @@ debian/presubj: debian/presubj.in
|
|||
sed -e "s,%LIBWEBKIT_PKG%,$(LIBWEBKIT_PKG),g" -e "s,%GTKLAUNCHER%,$(GTKLAUNCHER),g" $@.in > $@
|
||||
|
||||
override_dh_install: debian/presubj
|
||||
$(CMD)
|
||||
$(CMD) --fail-missing
|
||||
|
||||
WAFADMIN_FILE=debian/wafadmin/Runner.py
|
||||
WAFADMIN_APPEND=debian/runner-append
|
||||
|
|
2
debian/watch
vendored
2
debian/watch
vendored
|
@ -1,2 +1,2 @@
|
|||
version=3
|
||||
http://archive.xfce.org/src/apps/midori/(?:[\d.]+)/midori-([\d.]+).tar.bz2
|
||||
http://archive.xfce.org/src/apps/midori/([\d\.]+)/midori-([\d.]+).tar.bz2
|
||||
|
|
Loading…
Reference in a new issue