1
0
réplica de https://github.com/arsenetar/dupeguru.git synced 2026-03-24 16:01:40 +00:00

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

Este commit está contenido en:
Virgil Dupras
2011-03-16 04:07:22 -07:00
padre ebeb068042
commit 70e4e6f5af
Se han modificado 4 ficheros con 4 adiciones y 4 borrados

Ver fichero

@@ -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

Ver fichero

@@ -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

Ver fichero

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

Ver fichero

@@ -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,