diff -Nru mlpack-2.0.1/debian/changelog mlpack-2.0.1/debian/changelog --- mlpack-2.0.1/debian/changelog 2016-02-15 19:15:45.000000000 +0000 +++ mlpack-2.0.1/debian/changelog 2016-04-16 22:47:10.000000000 +0000 @@ -1,100 +1,5 @@ -mlpack (2.0.1-1) unstable; urgency=medium +mlpack (2.0.1-trusty1) trusty; urgency=low - * New upstream version + * Initial release - -- Barak A. Pearlmutter Mon, 15 Feb 2016 19:15:06 +0000 - -mlpack (2.0.0-2) unstable; urgency=medium - - * work around upstream bug of failure to install arma_config.hpp - - -- Barak A. Pearlmutter Thu, 04 Feb 2016 23:26:01 +0000 - -mlpack (2.0.0-1) unstable; urgency=medium - - * New upstream version - - upstream repo moved from SVN to git - * quilt patches - - forward port - - augment spelling patch - * debian/control - - bump to libmlpack.so.2 - - build dependency on libboost-serialization-dev - - remove obsolete field DM-Upload-Allowed - - canonicalize name as "mlpack" not "MLpack" or "MLPACK", per upstream - * debian/rules - - remove hdf5 include directory tweak - - remove code to prefix binaries with mlpack_, as this is now done upstream - - dh_install --list-missing - * debian/*.docs - - upstream README.txt now README.md - - document not installing html/*.map and .md5 - * debian/copyright - - Upstream COPYRIGHT.txt is appropriately formatted, so just copy it - to debian/copyright, add a debian/* stanza, and add an upstream - git repo pointer. - * debian/clean, for some generated include files - - -- Barak A. Pearlmutter Mon, 18 Jan 2016 16:22:30 +0000 - -mlpack (1.0.12-5) unstable; urgency=medium - - * Add build dependency for /usr/bin/dot (closes: #798840) - - -- Barak A. Pearlmutter Fri, 25 Sep 2015 08:56:20 +0100 - -mlpack (1.0.12-4) unstable; urgency=medium - - * patch to remove timestamp from Doxygen output - - -- Barak A. Pearlmutter Tue, 16 Jun 2015 11:19:53 +0100 - -mlpack (1.0.12-3) unstable; urgency=medium - - * actually type "unstable" where I meant to - - -- Barak A. Pearlmutter Fri, 08 May 2015 11:00:31 +0100 - -mlpack (1.0.12-2) experimental; urgency=medium - - * freeze is over, target to unstable - - -- Barak A. Pearlmutter Tue, 05 May 2015 09:33:38 +0100 - -mlpack (1.0.12-1) experimental; urgency=medium - - * New upstream version - * Upstream license now 3-Clause BSD - * Paatch somme more speling erorrs - - -- Barak A. Pearlmutter Mon, 19 Jan 2015 07:23:12 +0000 - -mlpack (1.0.10-1) unstable; urgency=medium - - * New upstream version - - -- Barak A. Pearlmutter Tue, 09 Sep 2014 13:42:47 +0100 - -mlpack (1.0.9-1) unstable; urgency=medium - - * Merge NMU (thanks to Gilles Filippini) - * New upstream version - * Update patches; most are merged upstream - * Paatch somme speling erorrs - - -- Barak A. Pearlmutter Sun, 17 Aug 2014 10:00:19 +0200 - -mlpack (1.0.8-1.1) unstable; urgency=medium - - * Non-maintainer upload. - * Support hdf5 1.8.13 new packaging layout (closes: #756706). - - -- Gilles Filippini Wed, 06 Aug 2014 19:41:52 +0200 - -mlpack (1.0.8-1) unstable; urgency=medium - - * Initial release (closes: #660925, #743710) - * Thanks to Sterling Lewis Peet for an - earlier packaging from which a bit of material was poached - - -- Barak A. Pearlmutter Mon, 07 Apr 2014 10:30:54 +0100 + -- Titas Chanda Sun, 17 Apr 2016 04:13:56 +0530 diff -Nru mlpack-2.0.1/debian/control mlpack-2.0.1/debian/control --- mlpack-2.0.1/debian/control 2016-01-20 13:24:33.000000000 +0000 +++ mlpack-2.0.1/debian/control 2016-04-16 22:51:02.000000000 +0000 @@ -1,8 +1,7 @@ Source: mlpack Section: libs Priority: optional -Maintainer: Debian Science Maintainers -Uploaders: Barak A. Pearlmutter +Maintainer: Titas Chanda Build-Depends: cmake, debhelper (>=9), dh-exec, libboost-math-dev, libboost-program-options-dev, @@ -13,10 +12,8 @@ libarmadillo-dev, txt2man, doxygen, doxygen-latex, graphviz -Standards-Version: 3.9.6 +Standards-Version: 3.9.5 Homepage: http://www.mlpack.org/ -Vcs-Git: git://anonscm.debian.org/debian-science/packages/mlpack.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/mlpack.git Package: libmlpack-dev Section: libdevel @@ -38,6 +35,8 @@ Package: libmlpack2 Architecture: any Multi-Arch: same +Conflicts: libmlpack1 +Replaces: libmlpack1 Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: intuitive, fast, scalable C++ machine learning library (runtime library)