[Pkg-bazaar-commits] ./bzr-stats/unstable r28: package new upstream snapshot

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:20:16 UTC 2009


------------------------------------------------------------
revno: 28
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: debian
timestamp: Tue 2008-09-30 23:23:25 +0200
message:
  package new upstream snapshot
modified:
  classify.py
  debian/changelog
    ------------------------------------------------------------
    revno: 10.2.17
    tags: upstream-0.0.1~bzr27
    committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
    branch nick: stats
    timestamp: Mon 2008-09-29 18:24:00 +0200
    message:
      Fix missing import.
      
      * classify.py: 
      Add missing import.
    modified:
      classify.py
-------------- next part --------------
=== modified file 'classify.py'
--- a/classify.py	2008-08-04 19:49:51 +0000
+++ b/classify.py	2008-09-29 16:24:00 +0000
@@ -15,6 +15,8 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 """Classify a commit based on the types of files it changed."""
 
+import os.path
+
 from bzrlib import urlutils
 from bzrlib.trace import mutter
 

=== modified file 'debian/changelog'
--- a/debian/changelog	2008-08-04 19:51:54 +0000
+++ b/debian/changelog	2008-09-30 21:23:25 +0000
@@ -1,3 +1,10 @@
+bzr-stats (0.0.1~bzr26-2) unstable; urgency=low
+
+  * New upstream snapshot. 
+   + Fixes missing import in classify.py. Closes: #499180
+
+ -- Jelmer Vernooij <jelmer at samba.org>  Tue, 30 Sep 2008 23:22:39 +0200
+
 bzr-stats (0.0.1~bzr26-1) unstable; urgency=low
 
   * Initial release. (Closes: #491103)



More information about the Pkg-bazaar-commits mailing list