Pārlūkot izejas kodu

* Clean up properly in clean target. Closes: #583130
* Rebuild with proper version of pycentral. Closes: #583114

Jelmer Vernooij 15 gadi atpakaļ
vecāks
revīzija
4f991ad0b9
2 mainītis faili ar 8 papildinājumiem un 0 dzēšanām
  1. 7 0
      debian/changelog
  2. 1 0
      debian/rules

+ 7 - 0
debian/changelog

@@ -1,3 +1,10 @@
+dulwich (0.6.0-3) unstable; urgency=low
+
+  * Clean up properly in clean target. Closes: #583130
+  * Rebuild with proper version of pycentral. Closes: #583114
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Fri, 28 May 2010 03:17:32 +0200
+
 dulwich (0.6.0-2) unstable; urgency=high
 
   * Add dependency on git, required for the testsuite. Closes: #582740

+ 1 - 0
debian/rules

@@ -15,4 +15,5 @@ debian/stamp-check:
 
 clean::
 	rm -f debian/stamp-check
+	rm -f dulwich/*.so
 endif