[SCM] libtest-rdf-perl Debian packaging branch, master, updated. debian/0.26-1-8-g4b1a77e
Jonas Smedegaard
dr at jones.dk
Tue Aug 7 02:55:39 UTC 2012
The following commit has been merged in the master branch:
commit 4b1a77e5f6691ef9beee531982db01a21d82368f
Author: Jonas Smedegaard <dr at jones.dk>
Date: Tue Aug 7 04:53:23 2012 +0200
Prepare for release: Update changelog and control file.
diff --git a/debian/changelog b/debian/changelog
index e689904..bbd5661 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+libtest-rdf-perl (1.00-1) unstable; urgency=low
+
+ * New upstream release.
+ * Improve long description, based on upstream description.
+ * Bump debhelper compatibility level to 8.
+ * Rewrite copyright file using file format 1.0.
+ * Update package relations:
+ + (Build-)depend unversioned on librdf-trine-perl: Needed version
+ satisfied in all distro releases that the packages are available.
+ + Relax to (build-)depend unversioned on cdbs: Needed version
+ satisfied in stable, and oldstable no longer supported.
+
+ -- Jonas Smedegaard <dr at jones.dk> Tue, 07 Aug 2012 04:51:59 +0200
+
libtest-rdf-perl (0.26-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index 0253000..cb6b720 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,12 @@
Source: libtest-rdf-perl
Section: perl
Priority: optional
-Build-Depends: devscripts,
- cdbs (>= 0.4.73~),
+Build-Depends: cdbs,
+ devscripts,
perl,
debhelper,
dh-buildinfo,
- librdf-trine-perl (>= 0.134),
+ librdf-trine-perl,
libscalar-list-utils-perl,
libtest-tester-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -25,6 +25,8 @@ Description: Test RDF data for content, validity and equality
Resource Description Framework (RDF) is a standard model for data
interchange on the Web.
.
- This Perl module, Test::RDF, provides tools for testing code which
- deals with RDF. It exports functions such as is_valid_rdf(),
- has_subject(), isomorph_graphs(), and pattern_ok().
+ Test::RDF provides tools for testing code which deals with RDF. It can
+ test RDF for validity, check if two RDF graphs are the same, or
+ subgraphs of each other, if a URI is or is not in a dataset, if it has
+ certain subjects, predicates, objects or literals. It can also test to
+ see if a full pattern is present.
--
libtest-rdf-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list