瀏覽代碼

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

Jelmer Vernooij 15 年之前
父節點
當前提交
4f991ad0b9
共有 2 個文件被更改,包括 8 次插入0 次删除
  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