[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.51

Andreas Beckmann anbe at debian.org
Wed May 15 10:09:42 UTC 2013


The following commit has been merged in the master branch:
commit a15d71afc054bde279c0169078a134c01f4d4800
Author: Andreas Beckmann <anbe at debian.org>
Date:   Fri Apr 5 16:08:39 2013 +0200

    *.py: mark as utf-8 encoded
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 1f8cc02..73ebbda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 piuparts (0.51) UNRELEASED; urgency=low
 
   [ Andreas Beckmann ]
+  * Mark all python code as utf-8 encoded.
   * piuparts.py:
     - In install-purge tests support installing extra packages before the
       package to be tested via --extra-old-packages.
diff --git a/master-bin/detect_well_known_errors b/master-bin/detect_well_known_errors
index 996f8e5..1fafacb 100755
--- a/master-bin/detect_well_known_errors
+++ b/master-bin/detect_well_known_errors
@@ -1,4 +1,5 @@
 #!/usr/bin/python
+# -*- coding: utf-8 -*-
 
 # Copyright 2013 David Steele (dsteele at gmail.com)
 #
diff --git a/piuparts-master-backend.py b/piuparts-master-backend.py
index 70d8dd4..521d521 100644
--- a/piuparts-master-backend.py
+++ b/piuparts-master-backend.py
@@ -1,4 +1,5 @@
 #!/usr/bin/python
+# -*- coding: utf-8 -*-
 #
 # Copyright 2005 Lars Wirzenius (liw at iki.fi)
 #
diff --git a/piuparts-report.py b/piuparts-report.py
index e648916..30dc92e 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -1,4 +1,5 @@
 #!/usr/bin/python
+# -*- coding: utf-8 -*-
 #
 # Copyright 2005 Lars Wirzenius (liw at iki.fi)
 # Copyright 2009-2012 Holger Levsen (holger at layer-acht.org)
diff --git a/piuparts-slave.py b/piuparts-slave.py
index 958a978..92f61fa 100644
--- a/piuparts-slave.py
+++ b/piuparts-slave.py
@@ -1,4 +1,5 @@
 #!/usr/bin/python
+# -*- coding: utf-8 -*-
 #
 # Copyright 2005 Lars Wirzenius (liw at iki.fi)
 #
diff --git a/piuparts.py b/piuparts.py
index 6348d3e..6a982eb 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -1,4 +1,5 @@
 #!/usr/bin/python
+# -*- coding: utf-8 -*-
 #
 # Copyright 2005 Lars Wirzenius (liw at iki.fi)
 #
diff --git a/piupartslib/__init__.py b/piupartslib/__init__.py
index 4ced81a..e38254a 100644
--- a/piupartslib/__init__.py
+++ b/piupartslib/__init__.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 # Copyright 2005 Lars Wirzenius (liw at iki.fi)
 #
 # This program is free software; you can redistribute it and/or modify it
diff --git a/piupartslib/conf.py b/piupartslib/conf.py
index 65dd1d2..46e94e6 100644
--- a/piupartslib/conf.py
+++ b/piupartslib/conf.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 # Copyright 2005 Lars Wirzenius (liw at iki.fi)
 #
 # This program is free software; you can redistribute it and/or modify it
diff --git a/piupartslib/dependencyparser.py b/piupartslib/dependencyparser.py
index 786ae1d..4680921 100644
--- a/piupartslib/dependencyparser.py
+++ b/piupartslib/dependencyparser.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 # Copyright 2005 Lars Wirzenius (liw at iki.fi)
 #
 # This program is free software; you can redistribute it and/or modify it
diff --git a/piupartslib/packagesdb.py b/piupartslib/packagesdb.py
index b6f83ec..0cf66fb 100644
--- a/piupartslib/packagesdb.py
+++ b/piupartslib/packagesdb.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 # Copyright 2005 Lars Wirzenius (liw at iki.fi)
 #
 # This program is free software; you can redistribute it and/or modify it
diff --git a/unittests.py b/unittests.py
index a499880..9d88dbf 100644
--- a/unittests.py
+++ b/unittests.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 import os
 import StringIO
 import unittest

-- 
piuparts git repository



More information about the Piuparts-commits mailing list