Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da1d623

Browse files
committed
Bug #37457: fix FTBFS
git-svn-id: svn+ssh://billy.knut.univention.de/var/univention/svn/dev/branches/ucs-4.0/ucs-4.0-1@60429 1b283449-9f2f-0410-b571-8eb228e1a901 git:1d69d76952
1 parent 3510f1d commit da1d623

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
python-notifier (0.9.7-1-univention2) unstable; urgency=medium
1+
python-notifier (0.9.7-1) unstable; urgency=medium
22

33
* Bug #37457: fix FTBFS
44

debian/control

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ Priority: optional
44
Maintainer: Andreas Büsching <[email protected]>
55
Build-Depends: debhelper,
66
dh-python,
7-
gzip
7+
python2.6,
8+
python2.7,
9+
gzip,
810

911
Package: python-notifier
1012
Architecture: all
11-
Depends: python2.7, python2.6
13+
Depends: python
1214
Replaces: pynotifier
1315
Provides: python2.6-notifier, python2.7-notifier
1416
Section: python

0 commit comments

Comments
 (0)