Depend specifically on python 3.1 in deb packages instead of depending on python3 because PyQt modules are not binary compatiable with python 3.2

This commit is contained in:
Virgil Dupras 2011-03-16 04:07:22 -07:00
parent ebeb068042
commit 70e4e6f5af
4 changed files with 4 additions and 4 deletions

View File

@ -8,5 +8,5 @@ Homepage: http://www.hardcoded.net
Package: dupeguru-me
Architecture: any
Depends: python3 (>= 3.1)
Depends: python3.1
Description: dupeGuru Music Edition

View File

@ -8,5 +8,5 @@ Homepage: http://www.hardcoded.net
Package: dupeguru-pe
Architecture: any
Depends: python3 (>= 3.1)
Depends: python3.1
Description: dupeGuru Picture Edition

View File

@ -8,5 +8,5 @@ Homepage: http://www.hardcoded.net
Package: dupeguru-se
Architecture: any
Depends: python3 (>= 3.1)
Depends: python3.1
Description: dupeGuru

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python3.1
# Copyright 2010 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "BSD" License as described in the "LICENSE" file,