Hi,

Attached is the diff for my guml 0.3-0.1 NMU.

-- 
·O·  Pierre Habouzit
··O                                                [EMAIL PROTECTED]
OOO                                                http://www.madism.org
diff -Nru /tmp/RI8xLnV1A0/guml-0.3/debian/changelog 
/tmp/L8JQzsJNNm/guml-0.3/debian/changelog
--- /tmp/RI8xLnV1A0/guml-0.3/debian/changelog   2005-10-05 06:25:56.000000000 
+0200
+++ /tmp/L8JQzsJNNm/guml-0.3/debian/changelog   2006-08-31 14:05:01.000000000 
+0200
@@ -1,3 +1,16 @@
+guml (0.3-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update package to the last python policy (Closes: #380838):
+    + uses python-support,
+    + move /usr/lib/site-packages/*.py to /usr/share/guml,
+    + patch guml.py to add /usr/share/guml to sys.path.
+  * Bump Standards-Version to 3.7.2.
+  * Fix debian/copyright.
+  * Fix typo in debian/rules: binary-indep -> binary-arch.
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Thu, 31 Aug 2006 13:58:43 +0200
+
 guml (0.3) unstable; urgency=low
 
   * Several small configuration flexibility enhancements:
diff -Nru /tmp/RI8xLnV1A0/guml-0.3/debian/control 
/tmp/L8JQzsJNNm/guml-0.3/debian/control
--- /tmp/RI8xLnV1A0/guml-0.3/debian/control     2005-10-05 06:25:56.000000000 
+0200
+++ /tmp/L8JQzsJNNm/guml-0.3/debian/control     2006-08-31 13:59:17.000000000 
+0200
@@ -2,8 +2,8 @@
 Section: misc
 Priority: optional
 Maintainer: Matthew Palmer <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), python
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 4.0.0), python-dev, python-support (>= 0.4)
+Standards-Version: 3.7.2
 
 Package: guml
 Architecture: all
diff -Nru /tmp/RI8xLnV1A0/guml-0.3/debian/copyright 
/tmp/L8JQzsJNNm/guml-0.3/debian/copyright
--- /tmp/RI8xLnV1A0/guml-0.3/debian/copyright   2005-10-05 06:25:56.000000000 
+0200
+++ /tmp/L8JQzsJNNm/guml-0.3/debian/copyright   2006-08-31 14:04:03.000000000 
+0200
@@ -14,4 +14,7 @@
 # GNU General Public License for more details.
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+
+On debian systems, the GPL can be found in /usr/share/common-licenses
diff -Nru /tmp/RI8xLnV1A0/guml-0.3/debian/dirs 
/tmp/L8JQzsJNNm/guml-0.3/debian/dirs
--- /tmp/RI8xLnV1A0/guml-0.3/debian/dirs        2005-10-05 06:25:56.000000000 
+0200
+++ /tmp/L8JQzsJNNm/guml-0.3/debian/dirs        2006-08-31 14:00:10.000000000 
+0200
@@ -1,2 +1,2 @@
 usr/bin
-usr/lib/site-python
+usr/share/guml
diff -Nru /tmp/RI8xLnV1A0/guml-0.3/debian/rules 
/tmp/L8JQzsJNNm/guml-0.3/debian/rules
--- /tmp/RI8xLnV1A0/guml-0.3/debian/rules       2005-10-05 06:25:56.000000000 
+0200
+++ /tmp/L8JQzsJNNm/guml-0.3/debian/rules       2006-08-31 14:04:41.000000000 
+0200
@@ -24,10 +24,10 @@
        dh_installdirs
 
        cp guml.py debian/guml/usr/bin/guml
-       cp uml.py guml_debug.py debian/guml/usr/lib/site-python/
+       cp uml.py guml_debug.py debian/guml/usr/share/guml
 
 # Build architecture-independent files here.
-binary-indep: build install
+binary-arch: build install
 # We have nothing to do by default.
 
 # Build architecture-dependent files here.
@@ -39,7 +39,7 @@
        dh_installdocs -i README TODO
        dh_compress -i 
        dh_fixperms -i
-       dh_python -i
+       dh_pysupport -i
        dh_installdeb -i
        dh_shlibdeps -i
        dh_gencontrol -i
diff -Nru /tmp/RI8xLnV1A0/guml-0.3/guml.py /tmp/L8JQzsJNNm/guml-0.3/guml.py
--- /tmp/RI8xLnV1A0/guml-0.3/guml.py    2005-10-05 06:25:56.000000000 +0200
+++ /tmp/L8JQzsJNNm/guml-0.3/guml.py    2006-08-31 14:01:48.000000000 +0200
@@ -20,6 +20,8 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 ############################################################################## 
              
 
+import sys, os.path
+sys.path.append('/usr/share/guml')
 import gtk
 import uml
 

Attachment: signature.asc
Description: Digital signature

Reply via email to