debian/control: Switch dependency from python-gobject to python-gobject-2, the former is a transitional package
This commit is contained in:
parent
32c3d8aac0
commit
76e6e1d4e5
2 changed files with 8 additions and 1 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
nut (2.7.4-6) UNRELEASED; urgency=medium
|
||||
|
||||
* debian/control: Switch dependency from python-gobject to python-gobject-2,
|
||||
the former is a transitional package
|
||||
|
||||
-- Laurent Bigonville <bigon@debian.org> Sun, 19 Nov 2017 16:49:33 +0100
|
||||
|
||||
nut (2.7.4-5.1) unstable; urgency=medium
|
||||
|
||||
* Non-maintainer upload.
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -253,7 +253,7 @@ Description: network UPS tools - Python bindings for NUT server
|
|||
Package: nut-monitor
|
||||
Architecture: all
|
||||
Depends: python-glade2,
|
||||
python-gobject,
|
||||
python-gobject-2,
|
||||
python-gtk2,
|
||||
python-nut,
|
||||
${misc:Depends},
|
||||
|
|
Loading…
Reference in a new issue