control 389630 +patch
thanks
Ok, I built a little patch for it. I hope it's useful...
--
.''`. Mario Iseli <[EMAIL PROTECTED]>
: :' : proud user of Debian unstable
`. `'`
`- Debian - when you have better things to do than fixing a system
diff -Naur smart.old/debian/changelog smart-0.41+svn727/debian/changelog
--- smart.old/debian/changelog 2006-10-07 13:09:04.000000000 +0200
+++ smart-0.41+svn727/debian/changelog 2006-10-07 13:57:02.000000000 +0200
@@ -1,3 +1,13 @@
+smart (0.41+svn727-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload, BSP Zurich/Switzerland.
+ * Correct shebang of /usr/bin/smart to be /usr/bin/python2.3, also replaced
+ dependency from python to python2.3 (Closes: #389630)
+ * Added dependency on python-rpm (Closes: #389633)
+ * Added a debian/pycompat file, build-depend now on debhelper 5.
+
+ -- Mario Iseli <[EMAIL PROTECTED]> Sat, 07 Oct 2006 13:56:49 +0200
+
smart (0.41+svn727-1) unstable; urgency=low
* new svn snapshot
diff -Naur smart.old/debian/control smart-0.41+svn727/debian/control
--- smart.old/debian/control 2006-10-07 13:09:04.000000000 +0200
+++ smart-0.41+svn727/debian/control 2006-10-07 13:25:27.000000000 +0200
@@ -2,12 +2,12 @@
Section: admin
Priority: optional
Maintainer: Michael Vogt <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), python, python-dev, dpatch
+Build-Depends: debhelper (>= 5.0.37.2), python, python-dev, dpatch
Standards-Version: 3.7.2
Package: smartpm
Architecture: any
-Depends: python, ${shlibs:Depends}, python2.3-pycurl, python2.3-gtk2,
python2.3-pexpect
+Depends: python2.3, ${shlibs:Depends}, python-rpm, python2.3-pycurl,
python2.3-gtk2, python2.3-pexpect
Description: An alternative package manager that works with dpkg/rpm
The Smart Package Manager project has the ambitious objective of
creating smart and portable algorithms for solving adequately the
diff -Naur smart.old/debian/dirs smart-0.41+svn727/debian/dirs
--- smart.old/debian/dirs 2006-10-07 13:09:04.000000000 +0200
+++ smart-0.41+svn727/debian/dirs 2006-10-07 13:44:06.000000000 +0200
@@ -1,3 +1,4 @@
usr/bin
usr/lib/smart
-var/lib/smart
\ No newline at end of file
+var/lib/smart
+usr/share/smart
diff -Naur smart.old/debian/pycompat smart-0.41+svn727/debian/pycompat
--- smart.old/debian/pycompat 1970-01-01 01:00:00.000000000 +0100
+++ smart-0.41+svn727/debian/pycompat 2006-10-07 13:21:07.000000000 +0200
@@ -0,0 +1 @@
+2
diff -Naur smart.old/smart.py smart-0.41+svn727/smart.py
--- smart.old/smart.py 2006-06-15 09:04:51.000000000 +0200
+++ smart-0.41+svn727/smart.py 2006-10-07 13:31:33.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
#
# Copyright (c) 2004 Conectiva, Inc.
#