[SCM] libzn-poly: library for polynomial arithmetic in Z/nZ[x] branch, master, updated. upstream/0.9-27-g72d1cb8

Tobias Hansen tobias.han at gmx.de
Sun Dec 23 15:54:53 UTC 2012


The following commit has been merged in the master branch:
commit 5d668574be4dd047231b1d7207a9bbdbab2d8466
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Sun Dec 23 16:03:33 2012 +0100

    Prepare for release.

diff --git a/debian/changelog b/debian/changelog
index eb42c74..1987d7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libzn-poly (0.9-1) UNRELEASED; urgency=low
+libzn-poly (0.9-1) experimental; urgency=low
 
   * New upstream release.
   * New maintainer Debian Science Team, uploader me,
@@ -10,7 +10,7 @@ libzn-poly (0.9-1) UNRELEASED; urgency=low
   * Enable tests.
   * Standards-Version 3.9.4
 
- -- Tobias Hansen <thansen at debian.org>  Thu, 20 Dec 2012 22:09:23 +0100
+ -- Tobias Hansen <thansen at debian.org>  Sun, 23 Dec 2012 16:02:20 +0100
 
 libzn-poly (0.8-1.1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 997a86f..4bbe61d 100644
--- a/debian/control
+++ b/debian/control
@@ -22,8 +22,7 @@ Description: Library for polynomial arithmetic in Z/nZ[x]
 Package: libzn-poly-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libzn-poly-0.9 (= ${binary:Version})
-Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, libzn-poly-0.9 (= ${binary:Version})
 Multi-Arch: same
 Description: Library for polynomial arithmetic in Z/nZ[x]
  zn_poly is a C library for polynomial arithmetic in Z/nZ[x], where n
diff --git a/debian/rules b/debian/rules
index 0fcb7e8..157b8c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,6 @@ override_dh_auto_configure:
 override_dh_auto_build:
 	$(MAKE) libzn_poly-0.9.so
 
-#override_dh_auto_test:
-#	$(MAKE) test
-#	test/test all
+override_dh_auto_test:
+	$(MAKE) test
+	test/test all

-- 
libzn-poly: library for polynomial arithmetic in Z/nZ[x]



More information about the debian-science-commits mailing list