[med-svn] r23396 - trunk/packages/fact++/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Thu Dec 29 22:23:22 UTC 2016


Author: tille
Date: 2016-12-29 22:23:22 +0000 (Thu, 29 Dec 2016)
New Revision: 23396

Modified:
   trunk/packages/fact++/trunk/debian/compat
   trunk/packages/fact++/trunk/debian/control
   trunk/packages/fact++/trunk/debian/watch
Log:
cme fix dpkg-control, fix watch file


Modified: trunk/packages/fact++/trunk/debian/compat
===================================================================
--- trunk/packages/fact++/trunk/debian/compat	2016-12-29 21:51:28 UTC (rev 23395)
+++ trunk/packages/fact++/trunk/debian/compat	2016-12-29 22:23:22 UTC (rev 23396)
@@ -1 +1 @@
-5
+10

Modified: trunk/packages/fact++/trunk/debian/control
===================================================================
--- trunk/packages/fact++/trunk/debian/control	2016-12-29 21:51:28 UTC (rev 23395)
+++ trunk/packages/fact++/trunk/debian/control	2016-12-29 22:23:22 UTC (rev 23396)
@@ -1,19 +1,22 @@
 Source: fact++
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>,
+           David Paleino <d.paleino at gmail.com>
 Section: science
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at debian.org>,
- David Paleino <d.paleino at gmail.com>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 5), libxerces27-dev, libsablevm1-dev
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 10),
+               libxerces27-dev,
+               libsablevm1-dev
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/fact++/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/fact++/trunk/
 Homepage: http://owl.man.ac.uk/factplusplus
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/fact++/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/fact++/trunk/
 
 Package: fact++
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxerces27
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libxerces27
 Description: description logic reasoner for the semantic web
  FaCT++ is re-implementation of the well-known FaCT Description Logic (DL)
  Reasoner. This reasoner currently supports the SROIQ(D) description Logic

Modified: trunk/packages/fact++/trunk/debian/watch
===================================================================
--- trunk/packages/fact++/trunk/debian/watch	2016-12-29 21:51:28 UTC (rev 23395)
+++ trunk/packages/fact++/trunk/debian/watch	2016-12-29 22:23:22 UTC (rev 23396)
@@ -1,2 +1,3 @@
-version=3
-http://code.google.com/p/factplusplus/downloads/list http://factplusplus.googlecode.com/files/FaCTpp-src-v(\d+.*)\.tgz
+version=4
+opts="repack,compression=xz" \
+  https://bitbucket.org/dtsarkov/factplusplus/downloads .*/FaCTpp-src-v(\d\S*)\.zip




More information about the debian-med-commit mailing list