build dep on debhelper 7.0.50 instead of 7.2
This commit is contained in:
parent
159bcbb8c2
commit
d593a9e3d1
2 changed files with 3 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -7,8 +7,9 @@ midori (0.1.6-2) UNRELEASED; urgency=low
|
||||||
* use 'dh --with quilt' for patching instead of including
|
* use 'dh --with quilt' for patching instead of including
|
||||||
/usr/share/quilt/quilt.make
|
/usr/share/quilt/quilt.make
|
||||||
* fix format of debian/copyright
|
* fix format of debian/copyright
|
||||||
|
* build dep on debhelper 7.0.50 instead of 7.2
|
||||||
|
|
||||||
-- Ryan Niebur <ryanryan52@gmail.com> Thu, 14 May 2009 22:30:04 -0700
|
-- Ryan Niebur <ryanryan52@gmail.com> Thu, 14 May 2009 22:32:51 -0700
|
||||||
|
|
||||||
midori (0.1.6-1) experimental; urgency=low
|
midori (0.1.6-1) experimental; urgency=low
|
||||||
|
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -3,7 +3,7 @@ Section: web
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Ryan Niebur <ryanryan52@gmail.com>
|
Maintainer: Ryan Niebur <ryanryan52@gmail.com>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper (>= 7.2),
|
debhelper (>= 7.0.50),
|
||||||
quilt (>= 0.46-7),
|
quilt (>= 0.46-7),
|
||||||
libgtk2.0-dev (>= 2.10),
|
libgtk2.0-dev (>= 2.10),
|
||||||
libglib2.0-dev,
|
libglib2.0-dev,
|
||||||
|
|
Loading…
Reference in a new issue