[liblinear] branch master created (now c3708af)
Christian Kastner
chrisk-guest at moszumanska.debian.org
Tue Aug 26 03:42:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
chrisk-guest pushed a change to branch master
in repository liblinear.
at c3708af python-liblinear is arch:all, not arch:any
This branch includes the following new commits:
new 49850dc Remove BLAS implementation with unknown license
new 1661682 Initial partial Debian packaging
new c8320b5 Implement correct build process in debian/rules
new 0a92874 Add patch for upstream's Makefile
new 2a96390 Rename package liblinear-bin to liblinear-tools
new 9a296b8 Section of liblinear-tools is science, not libs
new 3b104fd liblinear-dev depends on libblas-dev
new 6a6281f liblinear-tools recommends libsvm-tools
new 0085a93 Updated skeleton man pages for linear-train/linear-predict
new 128457f Install liblinear.a, and specify liblinear.so explicitly
new b66b275 Remove superfluous empty line in copyright
new 4efd1c5 Update README.Debian with instructions for static compilation
new b65a8fa Linking in Makefile patch was broken; fixes added
new 12547c4 Added missing DEP3 headers to Makefile patch
new 80b5964 Don't compress examples
new 9080432 Prepare changelog for release
new 5230ad0 Compact package descriptions as per Soeren's suggestion
new a83e183 Rename generic debian/docs to debian/liblinear1.docs
new b4bd688 README.Debian strongly recommends upstream README
new f9bd280 Add liblinear-dbg package containing debugging symbols
new eb5a6ee Add symbols file for more accurate dependency resolution
new d81a34f Add missing comma to Dependencies breaking build
new 79e53bd Add missing ${misc:Depends} to liblinear-dev
new 5946026 manpage fixes (lintian warnings)
new c54223d dfsg: remove windows binaries
new 1375a57 Merge branch 'dfsg'
new f8ac97e Fix duplicate package descriptions
new 1b0b2cd Tweak Section and Priority
new 4e213a8 Merge branch 'upstream' into dfsg
new 9e6c481 Merge branch 'dfsg'
new ed8ac3c Refresh Makefile patch
new 695f089 Updated debian/*.symbols file
new 63f242c Rename linear-{train,predict} to liblinear-*
new 680cd70 Add package python-liblinear with Python bindings
new 6fc7672 Added patch to move Python bindings to their own package
new 0940308 Create package-specific README.Debian files
new 6ea7192 Bump Standards-Version (no changes needed)
new 7602118 Add patch to changelog
new af62d6e Fix package description for python-liblinear
new 328d328 Fix typo breaking Makefile patch
new b2bfd28 Update upstream package version
new 03f3dcc Move example data to -tools package
new 02c1a39 Remove static library during clean
new f4cd93d Revert moving Python bindings to separate namespace
new f4f3fe1 Enable use of alternate BLAS in -dev package
new 7e72f03 Bumped Standards-Version to 3.9.1 (no changes needed)
new 79ad809 Add Maintainer to debian/copyright
new 1c197a1 Merge branch 'upstream' into dfsg
new 1a7c0c4 Merge branch 'dfsg'
new 73aa816 Updated changelog
new d862546 Remove misplaced ~dfsg from symbols
new f0818f5 Added new symbols introduced in 1.7
new 2d36798 Fixed changelog (bumped revision instead of version)
new 14b6689 Remove accidentally added, malformed symbol
new a06b010 Restore Python bindings in separate namespace
new 3cd520c Finalized changelog for next release
new bdefdad Update man page liblinear-train(1)
new f1d13dc Add patch for solver missing from Python bindings
new b735573 Tweak Python README as per Soeren's suggestion
new 65fcaee Finalized changelog for release (again)
new 58814ab Fixed Vcs-Browser URL
new c47ccc7 Change distribution to experimental
new 27656cb Close new-upstream-release bug in changelog
new 280b38e Revert "Change distribution to experimental"
new cdede08 Added watch file
new 005c57f Don't hardcode CFLAGS, honor dpkg-buildflags
new 135e080 Disable symbols file with older dpkg-dev
new 6c8cac2 Add support for get-orig-source
new e7c8014 Drop unnecessary patch
new 6ccdded Update changelog
new d532fa9 Update DEP3 patch header
new c46121c Correct numerous mistakes in man pages
new 385925c Implemented Python namespace change in anticipation of 1.8
new f238c7f Updated changelog
new 38f3164 Added patch for namespace switch
new 71044fd Updated changelog
new fcbfae5 Refresh debian/changelog
new 3b3df47 Typos, grammar
new b8a9824 Updated README.Debian for python-liblinear
new f13320e Added Chen-Tse Tsai from the upstream development team to Uploaders
new f27a3f9 Merge branch 'upstream' into dfsg
new 4fe4d2d Merge branch 'dfsg'
new 41a5c7a Sync DFSG-Makefile with version generated from get-orig-source
new 76b5eab Merge branch 'dfsg'
new b138383 Refresh patch 0001-*
new 0a16da6 Dropped patches implemented/included upstream
new 3cd28e3 Refresh copyright; refresh DEP5 format to r173 (no changes needed)
new c41205a Install Python files via .install, not rules
new 6f7e9a2 minof fixes (file to rm specified twice; bogus comment)
new 8c6527d Rewrite watch version mangling logic
new 50037a8 Updated README.Debian for python-liblinear
new ed05303 Updated changelog for 1.8+dfsg-1
new e668352 Bumped Standards-Version to 3.9.2 (no changes needed)
new 43b3970 Added patch for documentation fix
new dc4391c Refresh 0001 patch header
new 6323b05 Bumped Standards-Version to 3.9.3 (no changes needed)
new 0e36484 Demote liblinear-tools Recommends to Suggests
new 0fd38ff Bump debhelper compatibility level to recommended level 9
new 07ec4fd Update format to machine-readable copyright format 1.0
new cf8c6e9 Update watch file
new 7509c76 Prepared changelog entry
new 48bcbac Fix CPPFLAGS use in Makefile (for hardening)
new 5bd182b Convert to dh_python2 (python-support is deprecated)
new 707ae76 Updated changelog
new d193f23 Mention update to patch in changelog
new 81a31eb Created debian/gbp.conf (package is based on dfsg, not upstream)
new 0a8620d Bump Standards-Version to 3.9.5 (no changes needed)
new 1611e6d dh_python2 no longer requires pyversions
new bb80f55 Refresh copyright information
new 971f850 Change libsvm-tools from Recommends to Suggests. Closes: #679992
new e89e113 Added patch 0006-Improve-option-parsing
new 78682a0 Add lintian overrides (all pedantic)
new 902da4c Fix get-orig-rules target in debian/rules
new d9436c6 Correct use of CPPFLAGS
new 01aca16 Finalized changelog for release
new 7dbf75e Use DEB_CFLAGS_MAINT_APPEND, as recommended, instead of CFLAGS
new 43b2119 Update BLAS dependency
new fb14786 DFSG-cleaning is a Comment, not a Disclaimer
new 647ffee Updated changelog
new a594d4f Fix typo in variable name
new acfcf53 Complete the multi-arch-ification
new adf9d17 Revert "Complete the multi-arch-ification"
new aaf640f patches: Extend 0001-Properly-build-shared-and-static-libraries-programs
new 68af4e6 rules: Install to multi-arch destinations
new ae3f6e0 Update paths in debian/*.install
new 2708e3d symbols: Declare empty virtual destructor as optional symbol
new df190b5 Really complete multi-arch-ification this time
new 2c10d6a Prepare changelog for release
new c3708af python-liblinear is arch:all, not arch:any
The 129 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/liblinear.git
More information about the debian-science-commits
mailing list