May 2015 Archives by date
Starting: Fri May 1 08:56:27 UTC 2015
Ending: Sun May 31 17:29:55 UTC 2015
Messages: 1656
- [eclib] branch master updated (7be9c2a -> 1e08542)
Julien Puydt
- [eclib] 01/01: Complete debian/changelog
Julien Puydt
- [wcslib] branch pristine-tar updated (ea40b8c -> cb20c01)
Ole Streicher
- [wcslib] 01/01: pristine-tar data for wcslib_5.4.1.orig.tar.bz2
Ole Streicher
- [angles] branch pristine-tar created (now c8a1edd)
Leopold Palomo-Avellaneda
- [angles] branch master created (now da087f0)
Leopold Palomo-Avellaneda
- [angles] 01/02: Initial version of the package
Leopold Palomo-Avellaneda
- [angles] 02/02: Adjusted to fit better the needs of the package
Leopold Palomo-Avellaneda
- [angles] 01/01: pristine-tar data for angles_1.9.10.orig.tar.xz
Leopold Palomo-Avellaneda
- [angles] annotated tag upstream/1.9.10 created (now 5e1f622)
Leopold Palomo-Avellaneda
- [geometry] branch pristine-tar created (now 8f4f551)
Leopold Palomo-Avellaneda
- [geometry] branch master created (now 271babc)
Leopold Palomo-Avellaneda
- [geometry] 01/04: Initial debian package
Leopold Palomo-Avellaneda
- [geometry] 02/04: Tuning dependencies and solving mistakes
Leopold Palomo-Avellaneda
- [geometry] 03/04: Removing unused lines that produce errors.
Leopold Palomo-Avellaneda
- [geometry] 04/04: Mistakes in the install files
Leopold Palomo-Avellaneda
- [geometry] 01/01: pristine-tar data for geometry_1.11.7.orig.tar.xz
Leopold Palomo-Avellaneda
- [geometry] annotated tag upstream/1.11.7 created (now ebcfc5d)
Leopold Palomo-Avellaneda
- [openturns] branch debian updated (8e6dc1e -> c9fa818)
Denis Barbier
- [openturns] 01/03: Add a versioned dependency on swig to ensure that backports work properly
Denis Barbier
- [openturns] 02/03: Merge python-openturns-dev into libopenturns-dev
Denis Barbier
- [openturns] annotated tag debian/1.5-2 created (now 6b99425)
Denis Barbier
- [openturns] 03/03: Update debian/changelog and upload 1.5-2 into experimental
Denis Barbier
- [ocl] branch master updated (7e3ceb2 -> 91747e8)
Jochen Sprickerhof
- [ocl] 01/01: Fix liborocos-ocl-common2.8-dev package name
Jochen Sprickerhof
- [mlpack] branch svn-trunk updated (a0600b4 -> 3518384)
Barak A. Pearlmutter
- [mlpack] 01/149: Handle variance calculation with zero eigenvalues.
Barak A. Pearlmutter
- [mlpack] 02/149: Remove unnecessary include directives.
Barak A. Pearlmutter
- [mlpack] 03/149: Switch int to size_t in order to fix a very large number of warnings.
Barak A. Pearlmutter
- [mlpack] 04/149: Fix some more signed/unsigned comparison warnings that I introduced with the previous revision.
Barak A. Pearlmutter
- [mlpack] 05/149: New distribution (a combination of LinearRegression and GaussianDistribution) for implementing HMM Regression.
Barak A. Pearlmutter
- [mlpack] 06/149: Implementation of HMM Regression
Barak A. Pearlmutter
- [mlpack] 07/149: Added HMM Regression files
Barak A. Pearlmutter
- [mlpack] 08/149: Comparision-type warning sorted out.
Barak A. Pearlmutter
- [mlpack] 09/149: Fix even more warnings that I've introduced.
Barak A. Pearlmutter
- [mlpack] 10/149: I fixed a little bit, but I know this doesn't fix everything.
Barak A. Pearlmutter
- [mlpack] 11/149: Comment out XTreeTraverser test for now as per #368.
Barak A. Pearlmutter
- [mlpack] 12/149: Add comment pointing out that there is a bug.
Barak A. Pearlmutter
- [mlpack] 13/149: Right now, we can't load a vector, so we load a matrix and extract the last column.
Barak A. Pearlmutter
- [mlpack] 14/149: Move MAX_OVERLAP to be a member in the mlpack::tree namespace to fix errors on Visual Studio. Thanks to SinisterMJ for pointing this out. #369.
Barak A. Pearlmutter
- [mlpack] 15/149: Add explicit declarations of template function specializations for linker fixes on Visual Studio.
Barak A. Pearlmutter
- [mlpack] 16/149: Tabs to spaces.
Barak A. Pearlmutter
- [mlpack] 17/149: Spacing and line length fixes.
Barak A. Pearlmutter
- [mlpack] 18/149: Fix a couple bugs pointed out by Francois Berrier: SGD isn't actually shuffling, and also the final returned objective may not be correct.
Barak A. Pearlmutter
- [mlpack] 19/149: Refactor k-means significantly. Remove overclustering since I think nobody is using it (I don't think it's a very interesting technique) and it may be buggy. Speedups for the situation where only cluster centroids are desired.
Barak A. Pearlmutter
- [mlpack] 20/149: Implement Elkan's algorithm for k-means (it's pretty fast).
Barak A. Pearlmutter
- [mlpack] 21/149: Remove comment about overclustering.
Barak A. Pearlmutter
- [mlpack] 22/149: Remove references to overclustering from tutorial.
Barak A. Pearlmutter
- [mlpack] 23/149: Refactor test to remove overclustering parameter.
Barak A. Pearlmutter
- [mlpack] 24/149: Update and clarify build tutorial, since DEBUG and PROFILE are OFF by default in releases.
Barak A. Pearlmutter
- [mlpack] 25/149: Refactor for different KMeans API.
Barak A. Pearlmutter
- [mlpack] 26/149: Refactor for API change... forgot to check this one in.
Barak A. Pearlmutter
- [mlpack] 27/149: Add a warning if the user wants 0 clusters, because the thing is probably going to crash (but maybe for some LloydIterationType that might be what's desired?).
Barak A. Pearlmutter
- [mlpack] 28/149: Explicit std::sqrt() call.
Barak A. Pearlmutter
- [mlpack] 29/149: Add implementation of Hamerly's algorithm.
Barak A. Pearlmutter
- [mlpack] 30/149: Refactor input arguments so --algorithm is an accepted parameter, which provides more flexibility as I add more LloydItreationTypes.
Barak A. Pearlmutter
- [mlpack] 31/149: Refactor ElkanTest and add a test for Hamerly's algorithm.
Barak A. Pearlmutter
- [mlpack] 32/149: Fix distance calculations, and fix residual calculation.
Barak A. Pearlmutter
- [mlpack] 33/149: Fix a bug; now this algorithm is much faster.
Barak A. Pearlmutter
- [mlpack] 34/149: Add Pelleg-Moore k-means. This implementation is faster and prunes more tightly than my previous attempts (which I didn't check in). (That, of course, simply means that my previous implementations were wrong, but this one isn't.)
Barak A. Pearlmutter
- [mlpack] 35/149: Add test for Pelleg-Moore k-means clustering.
Barak A. Pearlmutter
- [mlpack] 36/149: Refactor: only track distanceCalculations, not scores and baseCases. Also remove traversalInfo because it's not used, and count distance calculations during cluster domination calculation.
Barak A. Pearlmutter
- [mlpack] 37/149: Clean up an unnecessary sort, and remove spareBlacklist.
Barak A. Pearlmutter
- [mlpack] 38/149: Comment the Rules class a little better.
Barak A. Pearlmutter
- [mlpack] 39/149: Better comments for the PellegMooreKMeans class.
Barak A. Pearlmutter
- [mlpack] 40/149: I suppose we should exercise at least some caution in the destructor.
Barak A. Pearlmutter
- [mlpack] 41/149: Don't ignore distance calculations during cluster-moving calculations.
Barak A. Pearlmutter
- [mlpack] 42/149: Force C++11 support for future versions of mlpack. I wouldn't be surprised if this breaks the build in some places.
Barak A. Pearlmutter
- [mlpack] 43/149: Allow std::cout << mlpackObject, as per #319.
Barak A. Pearlmutter
- [mlpack] 44/149: Test std::ostream << mlpackObject.
Barak A. Pearlmutter
- [mlpack] 45/149: Now we have C++11, but there's no constructor copypasta problem anymore.
Barak A. Pearlmutter
- [mlpack] 46/149: Oops, include ostream_extra.hpp.
Barak A. Pearlmutter
- [mlpack] 47/149: A prototype algorithm for k-means clustering, which probably works best when k is very large and so is N.
Barak A. Pearlmutter
- [mlpack] 48/149: A test for the DTNN k-means algorithm.
Barak A. Pearlmutter
- [mlpack] 49/149: Safer includes, for the situation where the user does something not smart.
Barak A. Pearlmutter
- [mlpack] 50/149: Yet another instance of me failing to commit all my changes. Add a BaseCases() and Scores() function to NeighborSearch, so that a user (or DTNNKMeans) can obtain how much work was done after the search.
Barak A. Pearlmutter
- [mlpack] 51/149: Fix a bug that meant that centroidsOther was copied only when it shouldn't have been, and was never copied when it should have been (note the iteration++ at the end of the loop).
Barak A. Pearlmutter
- [mlpack] 52/149: Properly handle the case where the tree doesn't rearrange points -- like the cover tree. Then create a CoverTreeDTNNKMeans template typedef so that a user can easily use cover tree DTNNKMeans with KMeans<>.
Barak A. Pearlmutter
- [mlpack] 53/149: Add test for CoverTreeDTNNKMeans.
Barak A. Pearlmutter
- [mlpack] 54/149: Make the Mahalanobis distance a true metric by default.
Barak A. Pearlmutter
- [mlpack] 55/149: Added Smooth and Filter functions
Barak A. Pearlmutter
- [mlpack] 56/149: Added Smooth and Filter functions
Barak A. Pearlmutter
- [mlpack] 57/149: Added regression_distribution.hpp/cpp, removed hmm_regression
Barak A. Pearlmutter
- [mlpack] 58/149: Rename hmm_regression.hpp
Barak A. Pearlmutter
- [mlpack] 59/149: rename hmm_regression.cpp
Barak A. Pearlmutter
- [mlpack] 60/149: now regression_distribuiton.hpp
Barak A. Pearlmutter
- [mlpack] 61/149: Now regression_distribution.cpp
Barak A. Pearlmutter
- [mlpack] 62/149: Fix -Wreorder warnings after reordering of data members in class declaration.
Barak A. Pearlmutter
- [mlpack] 63/149: Minor formatting changes and streamlining of Armadillo expressions.
Barak A. Pearlmutter
- [mlpack] 64/149: Minor formatting fixes: tabs->spaces, etc.
Barak A. Pearlmutter
- [mlpack] 65/149: Minor spacing fix.
Barak A. Pearlmutter
- [mlpack] 66/149: The const gets ignored (-Wignored-qualifiers).
Barak A. Pearlmutter
- [mlpack] 67/149: Fix use of uninitialized value; this should help segfaulting SVDBatch tests.
Barak A. Pearlmutter
- [mlpack] 68/149: Increase number of samples and give debugging output, in order to try and track down the bug I am seeing in all the Jenkins tests.
Barak A. Pearlmutter
- [mlpack] 69/149: Fix logistic regression tests by enforcing a tighter tolerance for SGD convergence. The changes introduced to SGD in r17196 to cause SGD to shuffle also caused situations where SGD can converge way too early, causing the two tests to fail. Tightening the tolerance to 1e-10 appears to be the solution to this issue.
Barak A. Pearlmutter
- [mlpack] 70/149: This is an experimental method that I am working on. Right now it is not very useful as I have not implemented all of the pruning strategies that I intend to.
Barak A. Pearlmutter
- [mlpack] 71/149: Add DualTreeKMeans files to CMakeLists.txt.
Barak A. Pearlmutter
- [mlpack] 72/149: Add DualTreeKMeans as an option to the kmeans program (and also DTNN with cover trees).
Barak A. Pearlmutter
- [mlpack] 73/149: Add a simple test for DualTreeKMeans.
Barak A. Pearlmutter
- [mlpack] 74/149: Be explicit with calls to arma:: functions. Although gcc accepts this as-is, we don't have a guarantee that all compilers will.
Barak A. Pearlmutter
- [mlpack] 75/149: Add a semi-hackish breadth-first traverser. The tree abstractions will need to change to support arbitrary traverser types (probably by adding a template parameter) but for now this works to make DualTreeKMeans work.
Barak A. Pearlmutter
- [mlpack] 76/149: Add breadth first traverser.
Barak A. Pearlmutter
- [mlpack] 77/149: Here's the file I forgot -- include the BreadthFirstDualTreeTraverser class definition.
Barak A. Pearlmutter
- [mlpack] 78/149: Use FATAL_ERROR instead of FATAL, so that CMake will actually crash when C++11 isn't available.
Barak A. Pearlmutter
- [mlpack] 79/149: Refactor code for better comments and better adherence to coding conventions. No functionality change.
Barak A. Pearlmutter
- [mlpack] 80/149: Fix incorrect class name.
Barak A. Pearlmutter
- [mlpack] 81/149: Refactor Elkan-type prune into its own method, for simplicity.
Barak A. Pearlmutter
- [mlpack] 82/149: Add Pelleg-Moore type prune. This improves performance -- at least a bit.
Barak A. Pearlmutter
- [mlpack] 83/149: Loosen tolerance until a better solution is devised (currently I am waiting on an email from Nishant).
Barak A. Pearlmutter
- [mlpack] 84/149: Remove debugging random seed.
Barak A. Pearlmutter
- [mlpack] 85/149: strlen() returns the length of the string but you must account for the null terminator yourself. Hence, this code sometimes caused random invalid writes and crashes.
Barak A. Pearlmutter
- [mlpack] 86/149: If gradient2 or gradient1 are zero, then BOOST_REQUIRE_CLOSE will fail, so use BOOST_REQUIRE_SMALL in those situations.
Barak A. Pearlmutter
- [mlpack] 87/149: Not sure how I missed this spelling error...
Barak A. Pearlmutter
- [mlpack] 88/149: Smarter handling of HDF5 dependency search, especially for Debian systems where things are Weird(TM).
Barak A. Pearlmutter
- [mlpack] 89/149: The calculation here was actually incorrect.
Barak A. Pearlmutter
- [mlpack] 90/149: Refactor CountMostFreq() so it is faster, simpler, and doesn't sometimes return uninitialized values.
Barak A. Pearlmutter
- [mlpack] 91/149: Better handling of the weird case when includes are needed but the library isn't.
Barak A. Pearlmutter
- [mlpack] 92/149: transition now protected, not private
Barak A. Pearlmutter
- [mlpack] 93/149: HMM regression method
Barak A. Pearlmutter
- [mlpack] 94/149: Implementation of HMMRegression class
Barak A. Pearlmutter
- [mlpack] 95/149: hmm_regression.hpp and hmm_regression_impl.hpp added
Barak A. Pearlmutter
- [mlpack] 96/149: Dimensionality() now returns proper values
Barak A. Pearlmutter
- [mlpack] 97/149: Re-ordered initializer lists to fix warnings
Barak A. Pearlmutter
- [mlpack] 98/149: Slightly loosen tolerances for NMF tests.
Barak A. Pearlmutter
- [mlpack] 99/149: Fix -Wunintialized, reported by govg.
Barak A. Pearlmutter
- [mlpack] 100/149: Pedanticism: return a value at the end of main().
Barak A. Pearlmutter
- [mlpack] 101/149: Nope, turns out I am wrong. C++03, C++11, and C++14 all assume a program reaching the end of main() without returning anything will return 0.
Barak A. Pearlmutter
- [mlpack] 102/149: Fix uninitialized memory issue (dsPredictions was never set).
Barak A. Pearlmutter
- [mlpack] 103/149: Don't test on Armadillo 4.300.0 through 4.400.x because there is a bug in Mat::load(istream&) which prevents loading from type hdf5_binary. (The bug is simply the omission of the hdf5_binary case from the switch() statement actually.)
Barak A. Pearlmutter
- [mlpack] 104/149: Issue a runtime error if the user is using Armadillo 4.300.x through 4.400.x and tries to load or save HDF5 files, since that is a bug in Armadillo.
Barak A. Pearlmutter
- [mlpack] 105/149: Refactor GeneralizedRosenbrockTest to deal with intermittent failures better. Also use 4 trials for RastigrinFunctionTest.
Barak A. Pearlmutter
- [mlpack] 106/149: Refactor for cleaner code and avoid storing WH explicitly if possible.
Barak A. Pearlmutter
- [mlpack] 107/149: Minor code cleanups.
Barak A. Pearlmutter
- [mlpack] 108/149: Somehow this never got added to the CMakeLists.txt.
Barak A. Pearlmutter
- [mlpack] 109/149: Remove debugging output.
Barak A. Pearlmutter
- [mlpack] 110/149: Refactor test with negative elements to decompose the random matrix into its proper low-rank decomposition, then test the reconstructed matrix.
Barak A. Pearlmutter
- [mlpack] 111/149: Disable C4519 errors entirely.
Barak A. Pearlmutter
- [mlpack] 112/149: Include prereqs.hpp for compiler definitions and adjustments.
Barak A. Pearlmutter
- [mlpack] 113/149: Disable C4519 in prereqs.hpp not core.hpp.
Barak A. Pearlmutter
- [mlpack] 114/149: Handle setting seed properly for Armadillo RNGs past 3.930.
Barak A. Pearlmutter
- [mlpack] 115/149: Significantly shrink size of test dataset because this test was taking 10 minutes.
Barak A. Pearlmutter
- [mlpack] 116/149: Fix memory leak.
Barak A. Pearlmutter
- [mlpack] 117/149: Widen tolerance slightly.
Barak A. Pearlmutter
- [mlpack] 118/149: Widen tolerance slightly.
Barak A. Pearlmutter
- [mlpack] 119/149: Widen tolerances slightly. Maybe this test scheme isn't the best?
Barak A. Pearlmutter
- [mlpack] 120/149: Check frobenius norm overall instead of just for one element.
Barak A. Pearlmutter
- [mlpack] 121/149: Comment out NoCholeskySingularityTest in accordance with #373.
Barak A. Pearlmutter
- [mlpack] 122/149: Reduce noise slightly and increase dataset size, which will slow down the test but make the results more accurate.
Barak A. Pearlmutter
- [mlpack] 123/149: Tighten convergence tolerance for RastrigrinFunctionTest, since it doesn't seem to be coming close enough to the desired minimum.
Barak A. Pearlmutter
- [mlpack] 124/149: Slightly loosen tolerance.
Barak A. Pearlmutter
- [mlpack] 125/149: Better handling of small gradient values.
Barak A. Pearlmutter
- [mlpack] 126/149: Minor tolerance widening.
Barak A. Pearlmutter
- [mlpack] 127/149: Accidentally checked in unstable code.
Barak A. Pearlmutter
- [mlpack] 128/149: Slightly widen tolerance.
Barak A. Pearlmutter
- [mlpack] 129/149: Handle negative gradient values correctly.
Barak A. Pearlmutter
- [mlpack] 130/149: Fix convergence criterion according to Nishant's suggestion.
Barak A. Pearlmutter
- [mlpack] 131/149: Loosen tolerance a bit, since it seems to fail once in a while. It's definitely not broken though.
Barak A. Pearlmutter
- [mlpack] 132/149: Tweak SGD parameters a little bit.
Barak A. Pearlmutter
- [mlpack] 133/149: Remove random seed to make test reproducible.
Barak A. Pearlmutter
- [mlpack] 134/149: Widen tolerance for norm difference, and tweak parameters a little bit.
Barak A. Pearlmutter
- [mlpack] 135/149: Minor style fixes.
Barak A. Pearlmutter
- [mlpack] 136/149: Add maxIterations parameter to limit the number of iterations used in the Newton method.
Barak A. Pearlmutter
- [mlpack] 137/149: Fix ambiguous math reference error, to pass the test clang.
Barak A. Pearlmutter
- [mlpack] 138/149: Use maxIterations for Newton method loop instead of nested Armijo line search.
Barak A. Pearlmutter
- [mlpack] 139/149: Fix memory leak, although I'm not sure it's responsible for the i386 failures.
Barak A. Pearlmutter
- [mlpack] 140/149: Adjust tolerances.
Barak A. Pearlmutter
- [mlpack] 141/149: The failure probability is already small, but not small enough it seems.
Barak A. Pearlmutter
- [mlpack] 142/149: Better handling of Armadillo configuration files, since ARMA_USE_HDF5 may appear twice incorrectly (reported by Giampaolo).
Barak A. Pearlmutter
- [mlpack] 143/149: Update with 1.0.11 release notes.
Barak A. Pearlmutter
- [mlpack] 144/149: Update notes; more has since been added to the k-means code.
Barak A. Pearlmutter
- [mlpack] 145/149: Merge changes to mlpack-1.0.11 tag.
Barak A. Pearlmutter
- [mlpack] 146/149: Why did I merge that change in? It broke everything. Revert...
Barak A. Pearlmutter
- [mlpack] 147/149: Tests for Non-linearly separable dataset fixed.
Barak A. Pearlmutter
- [mlpack] 148/149: Tests for Non-linearly separable dataset fixed.
Barak A. Pearlmutter
- [mlpack] 149/149: Tests for Non-linearly separable dataset fixed.
Barak A. Pearlmutter
- [pynac] branch master updated (270ee6e -> 9ed4da4)
Julien Puydt
- [pynac] 01/08: Update d/watch to upstream's move to github
Julien Puydt
- [pynac] branch pristine-tar updated (3cb65ee -> 7309af9)
Julien Puydt
- [pynac] 02/08: Merge tag 'upstream/0.3.6'
Julien Puydt
- [pynac] 03/08: Remove now-upstream patch for the libtools versioning
Julien Puydt
- [pynac] 04/08: Remove now-useless patch fixing comments
Julien Puydt
- [pynac] 05/08: Don't exclude .hg anymore : upstream is using git now
Julien Puydt
- [pynac] 06/08: Pushed standards-version up
Julien Puydt
- [pynac] 07/08: Updated d/copyright
Julien Puydt
- [pynac] 08/08: Document changes in d/changelog
Julien Puydt
- [pynac] 01/01: pristine-tar data for pynac_0.3.6.orig.tar.gz
Julien Puydt
- [normaliz] branch pristine-tar created (now d8e5636)
Jerome Benoit
- [normaliz] branch master created (now 474a3a8)
Jerome Benoit
- [normaliz] 01/02: Merge tag 'upstream/2.12.2+ds'
Jerome Benoit
- [normaliz] 02/02: Imported (zeroth) Debian patch 2.12.2+ds-1
Jerome Benoit
- [normaliz] 01/02: pristine-tar data for normaliz_2.12.2.orig.tar.gz
Jerome Benoit
- [normaliz] 02/02: pristine-tar data for normaliz_2.12.2+ds.orig.tar.xz
Jerome Benoit
- [normaliz] annotated tag upstream/2.12.2 created (now 3c62271)
Jerome Benoit
- [normaliz] annotated tag upstream/2.12.2+ds created (now 1b2c1c9)
Jerome Benoit
- [normaliz] tag debian/2.12.2+ds-1 created (now 474a3a8)
Jerome Benoit
- [double-conversion] branch master updated (92e8c23 -> e83fdcd)
Sébastien Villemot
- [double-conversion] 01/03: libdouble-conversion1.symbols: replace "any-amd64" by "amd64 kfreebsd-amd64".
Sébastien Villemot
- [double-conversion] 02/03: Project has moved to GitHub:
Sébastien Villemot
- [double-conversion] 03/03: Changelog entry for 2.0.1-3.
Sébastien Villemot
- [double-conversion] annotated tag debian/2.0.1-3 created (now 75a7a05)
Sébastien Villemot
- [3depict] branch master updated (9009bb1 -> 3aa9b1e)
D Haley
- [3depict] 01/04: * Fix git-import-orig failing to import (bug 778594)
D Haley
- [3depict] 02/04: * Update patches * Update changelog
D Haley
- [3depict] 03/04: * Add libvigraimpex as dependency
D Haley
- [3depict] 04/04: * Update standards
D Haley
- [3depict] branch master updated (3aa9b1e -> 24d19f8)
D Haley
- [3depict] 01/01: * Remove wxgtk2.8 from build-deps, as it is no longer valid, application is wx3.0+ only
D Haley
- [openpilot] branch master updated (19ea864 -> ed1a512)
Anton Gladky
- [openpilot] 01/01: Add libqt5multimedia5-plugins to depends.
Anton Gladky
- [r-cran-rsdmx] branch pristine-tar created (now e2dfb91)
Sébastien Villemot
- [r-cran-rsdmx] branch master created (now 544d433)
Sébastien Villemot
- [r-cran-rsdmx] 01/01: Imported Debian patch 0.4.5+dfsg-1
Sébastien Villemot
- [r-cran-rsdmx] 01/01: pristine-tar data for r-cran-rsdmx_0.4.5+dfsg.orig.tar.gz
Sébastien Villemot
- [r-cran-rsdmx] annotated tag upstream/0.4.5+dfsg created (now aa75ef8)
Sébastien Villemot
- [r-cran-rsdmx] annotated tag debian/0.4.5+dfsg-1 created (now 86b948d)
Sébastien Villemot
- [r-cran-rsdmx] branch master updated (544d433 -> bec156d)
Sébastien Villemot
- [r-cran-rsdmx] branch pristine-tar updated (e2dfb91 -> 76fd801)
Sébastien Villemot
- [r-cran-rsdmx] 01/02: Merge tag 'upstream/0.4.6+dfsg'
Sébastien Villemot
- [r-cran-rsdmx] 02/02: Changelo entry for 0.4.6+dfsg-1.
Sébastien Villemot
- [r-cran-rsdmx] 01/01: pristine-tar data for r-cran-rsdmx_0.4.6+dfsg.orig.tar.gz
Sébastien Villemot
- [r-cran-rsdmx] annotated tag debian/0.4.6+dfsg-1 created (now 5d32f76)
Sébastien Villemot
- [r-cran-rsdmx] annotated tag upstream/0.4.6+dfsg created (now 1df9cce)
Sébastien Villemot
- [normaliz] branch master updated (474a3a8 -> 74da516)
Jerome Benoit
- [normaliz] 01/01: Slightly Improved Imported Debian patch 2.12.2+ds-1
Jerome Benoit
- [normaliz] tag debian/2.12.2+ds-1 updated (474a3a8 -> 74da516)
Jerome Benoit
- [hkl] branch experimental updated (a8ef615 -> 73ddbff)
Frédéric-Emmanuel Picca
- [hkl] 01/04: Imported Upstream version 4.99.99.1940
Frédéric-Emmanuel Picca
- [hkl] 02/04: Merge tag 'upstream/4.99.99.1940' into experimental
Frédéric-Emmanuel Picca
- [hkl] 03/04: updated for 4.99.99.1940
Frédéric-Emmanuel Picca
- [hkl] 04/04: fix the 3d model
Frédéric-Emmanuel Picca
- [hkl] branch pristine-tar updated (244bd77 -> f1a214b)
Frédéric-Emmanuel Picca
- [hkl] 01/01: pristine-tar data for hkl_4.99.99.1940.orig.tar.gz
Frédéric-Emmanuel Picca
- [hkl] annotated tag upstream/4.99.99.1940 created (now 5d9e83a)
Frédéric-Emmanuel Picca
- [ros] branch master updated (b26ac63 -> 9ee38ca)
Jochen Sprickerhof
- [ros] 01/03: Imported Upstream version 1.12.2
Jochen Sprickerhof
- [ros] 02/03: Merge tag 'upstream/1.12.2'
Jochen Sprickerhof
- [ros] 03/03: Update changelog for new upstream version
Jochen Sprickerhof
- [ros] branch pristine-tar updated (d477871 -> 38c007c)
Jochen Sprickerhof
- [ros] 01/01: pristine-tar data for ros_1.12.2.orig.tar.gz
Jochen Sprickerhof
- [ros] annotated tag upstream/1.12.2 created (now 648d69f)
Jochen Sprickerhof
- [ros-comm] annotated tag upstream/1.11.13 created (now 7d78e46)
Jochen Sprickerhof
- [ros-comm] 01/01: Imported Upstream version 1.11.13
Jochen Sprickerhof
- [ros-comm] branch master updated (7dedf77 -> 0398ea3)
Jochen Sprickerhof
- [ros-comm] 01/02: Merge tag 'upstream/1.11.13'
Jochen Sprickerhof
- [ros-comm] 02/02: Update changelog for new upstream release
Jochen Sprickerhof
- [ros-comm] branch pristine-tar updated (2f6a473 -> fa7dc0f)
Jochen Sprickerhof
- [ros-comm] 01/01: pristine-tar data for ros-comm_1.11.13.orig.tar.gz
Jochen Sprickerhof
- [eigen3] branch master updated (0f386ce -> 388a27f)
Anton Gladky
- [eigen3] 01/03: Fix defining the number of cores (-j). (Closes: #784269)
Anton Gladky
- [eigen3] 02/03: Update changelog.
Anton Gladky
- [eigen3] 03/03: d/rules: drop hardcoded -j$(NUMJOBS) option
Anton Gladky
- [eigen3] annotated tag debian/3.2.4-2 created (now 2e60475)
Anton Gladky
- r47025 - in /packages/jhdf/trunk/debian: changelog watch
tille at users.alioth.debian.org
- r47026 - /packages/gmsh-tetgen/trunk/debian/rules
trophime-guest at users.alioth.debian.org
- r47027 - /packages/jhdf/trunk/debian/copyright
tille at users.alioth.debian.org
- r47028 - in /packages/jhdf/trunk/debian: README.Source changelog copyright orig-tar.exclude orig-tar.sh rules watch
tille at users.alioth.debian.org
- r47029 - in /packages/jhdf/trunk/debian: changelog control
tille at users.alioth.debian.org
- [mlpack] branch master updated (b7450cc -> b329ef8)
Barak A. Pearlmutter
- [mlpack] annotated tag debian/1.0.12-2 created (now a5fc271)
Barak A. Pearlmutter
- [mlpack] 01/01: log changes, or lack thereof
Barak A. Pearlmutter
- [python-pyraf] branch debian updated (9caf52a -> d281e41)
Ole Streicher
- [python-pyraf] 01/02: Merge tag 'upstream/2.1.7' into debian
Ole Streicher
- [python-pyraf] 02/02: Update version in changelog
Ole Streicher
- [paraview] branch master updated (ff914d0 -> e67d351)
Anton Gladky
- [paraview] 01/03: Fix FTBFS against new freetype. (Closes: #783842)
Anton Gladky
- [paraview] 02/03: Install missing files in paraview-dev. (Closes: #783797)
Anton Gladky
- [paraview] 03/03: Update changelog.
Anton Gladky
- [paraview] annotated tag debian/4.1.0+dfsg+1-2 created (now fe2288d)
Anton Gladky
- [dune-common] annotated tag debian/2.4.20150505g1ce8697-1 created (now 3e20924)
Ansgar Burchardt
- [dune-common] 01/04: Revert "Patch: Install m4/dune_stdthread.m4."
Ansgar Burchardt
- [dune-common] 02/04: Update debian/copyright for new upstream snapshot.
Ansgar Burchardt
- [dune-common] 03/04: Bumped Standards-Version to 3.9.6.
Ansgar Burchardt
- [dune-common] 04/04: changelog for 2.4~20150505g1ce8697-1
Ansgar Burchardt
- [dune-common] branch master updated (d9a9de9 -> b4657eb)
Ansgar Burchardt
- [dune-geometry] annotated tag debian/2.4.20150505g14682fb-1 created (now 1b5a2bb)
Ansgar Burchardt
- [dune-geometry] 01/03: debian/copyright: Update for new upstream snapshot.
Ansgar Burchardt
- [dune-geometry] 02/03: Bumped Standards-Version to 3.9.6.
Ansgar Burchardt
- [dune-geometry] 03/03: changelog for 2.4~20150505g14682fb-1
Ansgar Burchardt
- [dune-geometry] branch master updated (93304c0 -> c1f264a)
Ansgar Burchardt
- [dune-geometry] branch master updated (c1f264a -> f3db11c)
Ansgar Burchardt
- [dune-geometry] 01/01: Install documentation to correct location.
Ansgar Burchardt
- [dune-localfunctions] annotated tag debian/2.4.20150506g11a11a8-1 created (now 98cd6c4)
Ansgar Burchardt
- [dune-localfunctions] 01/04: Bumped Standards-Version to 3.9.6.
Ansgar Burchardt
- [dune-localfunctions] 02/04: debian/copyright: Update for new upstream snapshot.
Ansgar Burchardt
- [dune-localfunctions] 03/04: Install documentation to correct location.
Ansgar Burchardt
- [dune-localfunctions] 04/04: changelog for 2.4~20150506g11a11a8-1
Ansgar Burchardt
- [dune-localfunctions] branch master updated (1d00a68 -> 7c34df2)
Ansgar Burchardt
- [dune-istl] annotated tag debian/2.4.20150506gee6e5f6-1 created (now fcc4a5b)
Ansgar Burchardt
- [dune-istl] 01/02: Bumped Standards-Version to 3.9.6.
Ansgar Burchardt
- [dune-istl] 02/02: changelog for 2.4~20150506gee6e5f6-1
Ansgar Burchardt
- [dune-istl] branch master updated (08a0bad -> 5ade3df)
Ansgar Burchardt
- [dune-grid] annotated tag debian/2.4.20150506gd3c1350-1 created (now c414874)
Ansgar Burchardt
- [dune-grid] 01/02: Bumped Standards-Version to 3.9.6.
Ansgar Burchardt
- [dune-grid] 02/02: changelog for 2.4~20150506gd3c1350-1
Ansgar Burchardt
- [dune-grid] branch master updated (73096dd -> 5da6fc3)
Ansgar Burchardt
- r47030 - in /packages/ipe-tools/trunk: ./ ipe-tools/ ipe-tools/branches/ ipe-tools/branches/upstream/ ipe-tools/branches/upstream/current/ ipe-tools/branches/upstream/current/figtoipe/ ipe-tools/branches/upstream/current/ipe5toxml/ ipe-tools/branches/upstream/current/matplotlib/ ipe-tools/branches/upstream/current/matplotlib/tests/ ipe-tools/branches/upstream/current/pdftoipe/ ipe-tools/branches/upstream/current/svgtoipe/
smr at users.alioth.debian.org
- r47031 - /packages/ipe-tools/trunk/ipe-tools/tags/
smr at users.alioth.debian.org
- r47032 - /packages/ipe-tools/trunk/ipe-tools/branches/upstream/20150406/
smr at users.alioth.debian.org
- r47033 - /packages/ipe-tools/trunk/ipe-tools/trunk/
smr at users.alioth.debian.org
- r47034 - in /packages/ipe-tools/trunk/ipe-tools/trunk/debian: ./ source/
smr at users.alioth.debian.org
- [coin3] branch master updated (882c41d -> f95eb97)
Anton Gladky
- [coin3] 01/04: Remove timestamp in generated html.
Anton Gladky
- [coin3] 02/04: Set Standards-Version: 3.9.6. No changes.
Anton Gladky
- [coin3] 03/04: Use cme fix dpkg-control.
Anton Gladky
- [coin3] 04/04: Update changelog.
Anton Gladky
- [coin3] annotated tag debian/3.1.4_abc9f50-8 created (now 0265a4d)
Anton Gladky
- [cpl-plugin-template] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [cpl-plugin-template] 01/01: loop over all possible upstream package names when downloading calibration data
Ole Streicher
- [cpl-plugin-amber] branch debian updated (bd73e52 -> 680f7fb)
Ole Streicher
- [cpl-plugin-amber] 01/03: loop over all possible upstream package names when downloading calibration data
Ole Streicher
- [cpl-plugin-amber] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [cpl-plugin-amber] 02/03: Merge branch 'debian-template' into debian
Ole Streicher
- [cpl-plugin-amber] 03/03: Adjust changelog
Ole Streicher
- [cpl-plugin-fors] branch debian updated (0a22ce6 -> 4f72c0d)
Ole Streicher
- [cpl-plugin-fors] 01/03: loop over all possible upstream package names when downloading calibration data
Ole Streicher
- [cpl-plugin-fors] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [cpl-plugin-fors] 02/03: Merge branch 'debian-template' into debian
Ole Streicher
- [cpl-plugin-fors] 03/03: Adjust changelog
Ole Streicher
- [cpl-plugin-giraf] branch debian updated (495a046 -> e3c6a77)
Ole Streicher
- [cpl-plugin-giraf] 01/03: loop over all possible upstream package names when downloading calibration data
Ole Streicher
- [cpl-plugin-giraf] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [cpl-plugin-giraf] 02/03: Merge branch 'debian-template' into debian
Ole Streicher
- [cpl-plugin-giraf] 03/03: Adjust changelog
Ole Streicher
- [cpl-plugin-hawki] branch debian updated (338e2cb -> 7403891)
Ole Streicher
- [cpl-plugin-hawki] 01/03: loop over all possible upstream package names when downloading calibration data
Ole Streicher
- [cpl-plugin-hawki] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [cpl-plugin-hawki] 02/03: Merge branch 'debian-template' into debian
Ole Streicher
- [cpl-plugin-hawki] 03/03: Adjust changelog
Ole Streicher
- [cpl-plugin-kmos] branch debian updated (6812bbf -> 47b5f03)
Ole Streicher
- [cpl-plugin-kmos] 01/03: loop over all possible upstream package names when downloading calibration data
Ole Streicher
- [cpl-plugin-kmos] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [cpl-plugin-kmos] 02/03: Merge branch 'debian-template' into debian
Ole Streicher
- [cpl-plugin-kmos] 03/03: Adjust changelog
Ole Streicher
- [cpl-plugin-sinfo] branch debian updated (682506a -> 3f58465)
Ole Streicher
- [cpl-plugin-sinfo] 01/02: loop over all possible upstream package names when downloading calibration data
Ole Streicher
- [cpl-plugin-sinfo] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [cpl-plugin-sinfo] 02/02: Merge branch 'debian-template' into debian
Ole Streicher
- [cpl-plugin-uves] branch debian updated (b3da3a8 -> e47991b)
Ole Streicher
- [cpl-plugin-uves] 01/03: loop over all possible upstream package names when downloading calibration data
Ole Streicher
- [cpl-plugin-uves] 02/03: Merge branch 'debian-template' into debian
Ole Streicher
- [cpl-plugin-uves] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [cpl-plugin-uves] 03/03: Adjust changelog
Ole Streicher
- [cpl-plugin-vimos] branch debian updated (2220eb1 -> 9cb9cb1)
Ole Streicher
- [cpl-plugin-vimos] 01/03: loop over all possible upstream package names when downloading calibration data
Ole Streicher
- [cpl-plugin-vimos] 02/03: Merge branch 'debian-template' into debian
Ole Streicher
- [cpl-plugin-vimos] 03/03: Adjust changelog
Ole Streicher
- [cpl-plugin-vimos] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [cpl-plugin-xsh] branch debian updated (bed2f51 -> 74654df)
Ole Streicher
- [cpl-plugin-xsh] 01/03: loop over all possible upstream package names when downloading calibration data
Ole Streicher
- [cpl-plugin-xsh] 02/03: Merge branch 'debian-template' into debian
Ole Streicher
- [cpl-plugin-xsh] 03/03: Adjust changelog
Ole Streicher
- [cpl-plugin-xsh] branch debian-template updated (a3c78cf -> e081daa)
Ole Streicher
- [python-cpl] branch debian updated (d87be2a -> 5d2cf2e)
Ole Streicher
- [python-cpl] 01/01: Explicitely depend on astropy or pyfits
Ole Streicher
- [dune-grid-glue] branch master updated (3432545 -> e096eca)
Ansgar Burchardt
- [dune-grid-glue] 01/02: Add Build-Depends-Indep: graphviz for "dot".
Ansgar Burchardt
- [dune-grid-glue] 02/02: Bumped Standards-Version to 3.9.6.
Ansgar Burchardt
- [tcl-fitstcl] branch debian updated (7c86f78 -> 558cb2a)
Ole Streicher
- [tcl-fitstcl] 01/01: Add tcl dependencies to fix CI integration test
Ole Streicher
- [cpl-plugin-template] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-template] 01/01: Add astropy dependency to CI test to make it work
Ole Streicher
- [cpl-plugin-amber] branch debian updated (680f7fb -> ed60908)
Ole Streicher
- [cpl-plugin-amber] 01/03: Add astropy dependency to CI test to make it work
Ole Streicher
- [cpl-plugin-amber] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-amber] 02/03: Merge branch 'debian-template' into debian
Ole Streicher
- [cpl-plugin-amber] 03/03: Update changelog
Ole Streicher
- [cpl-plugin-fors] branch debian updated (4f72c0d -> 3a813d9)
Ole Streicher
- [cpl-plugin-fors] 01/03: Add astropy dependency to CI test to make it work
Ole Streicher
- [cpl-plugin-fors] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-fors] 02/03: Merge branch 'debian-template' into debian
Ole Streicher
- [cpl-plugin-fors] 03/03: Update changelog
Ole Streicher
- [cpl-plugin-giraf] branch debian updated (e3c6a77 -> 1e4b957)
Ole Streicher
- [cpl-plugin-giraf] 01/03: Add astropy dependency to CI test to make it work
Ole Streicher
- [cpl-plugin-giraf] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-giraf] 02/03: Merge branch 'debian-template' into debian
Ole Streicher
- [cpl-plugin-giraf] 03/03: Update changelog
Ole Streicher
- [cpl-plugin-hawki] branch debian updated (7403891 -> 4ae164e)
Ole Streicher
- [cpl-plugin-hawki] 01/03: Add astropy dependency to CI test to make it work
Ole Streicher
- [cpl-plugin-hawki] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-hawki] 02/03: Merge branch 'debian-template' into debian
Ole Streicher
- [cpl-plugin-hawki] 03/03: Update changelog
Ole Streicher
- [cpl-plugin-kmos] branch debian updated (47b5f03 -> 1a3eb3c)
Ole Streicher
- [cpl-plugin-kmos] 01/03: Add astropy dependency to CI test to make it work
Ole Streicher
- [cpl-plugin-kmos] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-kmos] 02/03: Merge branch 'debian-template' into debian
Ole Streicher
- [cpl-plugin-kmos] 03/03: Update changelog
Ole Streicher
- [cpl-plugin-sinfo] branch debian updated (3f58465 -> 7ff5a2d)
Ole Streicher
- [cpl-plugin-sinfo] 01/03: Add astropy dependency to CI test to make it work
Ole Streicher
- [cpl-plugin-sinfo] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-sinfo] 02/03: Merge branch 'debian-template' into debian
Ole Streicher
- [cpl-plugin-sinfo] 03/03: Update changelog
Ole Streicher
- [cpl-plugin-uves] branch debian updated (e47991b -> 56dcbef)
Ole Streicher
- [cpl-plugin-uves] 01/03: Add astropy dependency to CI test to make it work
Ole Streicher
- [cpl-plugin-uves] 02/03: Merge branch 'debian-template' into debian
Ole Streicher
- [cpl-plugin-uves] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-uves] 03/03: Update changelog
Ole Streicher
- [cpl-plugin-vimos] branch debian updated (9cb9cb1 -> 01da6fc)
Ole Streicher
- [cpl-plugin-vimos] 01/03: Add astropy dependency to CI test to make it work
Ole Streicher
- [cpl-plugin-vimos] 02/03: Merge branch 'debian-template' into debian
Ole Streicher
- [cpl-plugin-vimos] 03/03: Update changelog
Ole Streicher
- [cpl-plugin-vimos] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-xsh] branch debian updated (74654df -> 47142ab)
Ole Streicher
- [cpl-plugin-xsh] 01/03: Add astropy dependency to CI test to make it work
Ole Streicher
- [cpl-plugin-xsh] branch debian-template updated (e081daa -> 8958524)
Ole Streicher
- [cpl-plugin-xsh] 02/03: Merge branch 'debian-template' into debian
Ole Streicher
- [cpl-plugin-xsh] 03/03: Update changelog
Ole Streicher
- [python-pyqtgraph] annotated tag debian/0.9.10-2 created (now 505fde9)
Gianfranco Costamagna
- [wcslib] branch pristine-tar updated (cb20c01 -> 4c44779)
Ole Streicher
- [wcslib] 01/01: pristine-tar data for wcslib_5.5.orig.tar.bz2
Ole Streicher
- [cpl-plugin-hawki] branch debian updated (4ae164e -> a1258d9)
Ole Streicher
- [cpl-plugin-hawki] 01/01: Finalize changelog
Ole Streicher
- [cpl-plugin-hawki] tag debian/1.8.18+dfsg-2 created (now a1258d9)
Ole Streicher
- [liggghts] branch master updated (093119e -> d0b88ee)
Anton Gladky
- [liggghts] 01/02: Use cme fix dpkg-control.
Anton Gladky
- [liggghts] 02/02: Update changelog.
Anton Gladky
- [liggghts] annotated tag debian/3.1.0+repack1-1 created (now 621255c)
Anton Gladky
- [pynac] branch master updated (9ed4da4 -> a6f4df2)
Julien Puydt
- [pynac] 01/02: Merge tag 'upstream/0.3.7'
Julien Puydt
- [pynac] branch pristine-tar updated (7309af9 -> a213eea)
Julien Puydt
- [pynac] 02/02: Updated d/ch for 0.3.7
Julien Puydt
- [pynac] 01/01: pristine-tar data for pynac_0.3.7.orig.tar.gz
Julien Puydt
- [cpl-plugin-hawki] tag debian/1.8.18+dfsg-2 deleted (was a1258d9)
Ole Streicher
- [cpl-plugin-hawki] branch debian updated (a1258d9 -> b6a80ba)
Ole Streicher
- [cpl-plugin-hawki] 01/01: Correct distribution in changelog
Ole Streicher
- [cpl-plugin-hawki] tag debian/1.8.18+dfsg-2 created (now b6a80ba)
Ole Streicher
- [cpl-plugin-xsh] branch debian updated (47142ab -> 4346e1d)
Ole Streicher
- [cpl-plugin-xsh] 01/01: Finalize changelog
Ole Streicher
- [cpl-plugin-xsh] tag debian/2.6.0+dfsg-2 created (now 4346e1d)
Ole Streicher
- [cpl-plugin-giraf] branch debian updated (1e4b957 -> 2b7c426)
Ole Streicher
- [cpl-plugin-giraf] 01/01: Finalize changelog
Ole Streicher
- [cpl-plugin-giraf] tag debian/2.14+dfsg-2 created (now 2b7c426)
Ole Streicher
- [cpl-plugin-amber] branch debian updated (ed60908 -> 100b8a4)
Ole Streicher
- [cpl-plugin-amber] 01/01: Finalize changelog
Ole Streicher
- [cpl-plugin-amber] tag debian/4.3.3+dfsg-2 created (now 100b8a4)
Ole Streicher
- [geometry-experimental] branch master updated (e3e8280 -> 22ff5f6)
Leopold Palomo-Avellaneda
- [geometry-experimental] 01/01: Changed dependency of according to development package
Leopold Palomo-Avellaneda
- [dune-common] branch master updated (b4657eb -> f988ea1)
Ansgar Burchardt
- [dune-common] 01/01: debian/copyright: Include license information for doc/dunecontrol.1
Ansgar Burchardt
- [rtt-ros-integration] branch master created (now baa7642)
Leopold Palomo-Avellaneda
- [rtt-ros-integration] branch pristine-tar created (now 5291352)
Leopold Palomo-Avellaneda
- [rtt-ros-integration] 01/01: Initial prototype to test of package
Leopold Palomo-Avellaneda
- [rtt-ros-integration] 01/01: pristine-tar data for rtt-ros-integration_2.8.1.orig.tar.xz
Leopold Palomo-Avellaneda
- [rtt-ros-integration] annotated tag upstream/2.8.1 created (now b3885dc)
Leopold Palomo-Avellaneda
- [sumo] branch master updated (3288f1e -> f38ff76)
Anton Gladky
- [sumo] 01/01: Update changelog.
Anton Gladky
- [sumo] annotated tag debian/0.23.0+dfsg1-2 created (now d0fd30e)
Anton Gladky
- [mlpack] annotated tag debian/1.0.12-3 created (now 05a99ed)
Barak A. Pearlmutter
- [mlpack] 01/01: log changes
Barak A. Pearlmutter
- [mlpack] branch master updated (b329ef8 -> c28b2dd)
Barak A. Pearlmutter
- [sdformat] branch master updated (3cd9ae5 -> 365a33c)
Anton Gladky
- [sdformat] 01/01: Upload into unstable.
Anton Gladky
- [sdformat] annotated tag debian/2.3.0-1 created (now f1b664e)
Anton Gladky
- [sdformat] annotated tag debian/2.3.0-1_exp1 created (now 36c308e)
Anton Gladky
- [simbody] annotated tag debian/3.5.1+dfsg-1 created (now d3b7c53)
Anton Gladky
- [simbody] 01/02: Fix FTBFS on ppc64el. (Closes: #768155)
Anton Gladky
- [simbody] 02/02: Update changelog.
Anton Gladky
- [simbody] annotated tag debian/3.5.1+dfsg-1_exp1 created (now b020e9c)
Anton Gladky
- [simbody] branch master updated (3a5a987 -> b7d303a)
Anton Gladky
- [gazebo] branch master updated (8efa224 -> 77c41e9)
Anton Gladky
- [gazebo] 01/01: Update changelog.
Anton Gladky
- [gazebo] annotated tag debian/5.0.1+dfsg-1 created (now 93dc2dd)
Anton Gladky
- [python-admesh] branch master updated (5f61d7a -> a221945)
Anton Gladky
- [python-admesh] 01/02: Use cme fix dpkg-control.
Anton Gladky
- [python-admesh] 02/02: Update changelog.
Anton Gladky
- [ug] branch master updated (299f887 -> 378ced7)
Ansgar Burchardt
- [ug] 01/05: Change shared library package name to libug3.12.1.
Ansgar Burchardt
- [ug] 02/05: Bumped Standards-Version to 3.9.6.
Ansgar Burchardt
- [ug] 03/05: debian/control: Update Vcs-Browser.
Ansgar Burchardt
- [ug] 04/05: debian/rules: Update configure flags.
Ansgar Burchardt
- [ug] 05/05: debian/control: Update package description.
Ansgar Burchardt
- [eclib] branch master updated (1e08542 -> aeffc8f)
Julien Puydt
- [eclib] 01/02: Merge tag 'upstream/20150510'
Julien Puydt
- [eclib] 02/02: Updated to latest upstream
Julien Puydt
- [eclib] branch pristine-tar updated (e0537ab -> 67f9ad3)
Julien Puydt
- [eclib] 01/01: pristine-tar data for eclib_20150510.orig.tar.gz
Julien Puydt
- [ug] annotated tag debian/3.12.1-1 created (now 0c0dced)
Ansgar Burchardt
- [ug] 01/01: changelog for 3.12.1-1
Ansgar Burchardt
- [ug] branch master updated (378ced7 -> b3da1d9)
Ansgar Burchardt
- [openturns] annotated tag debian/1.5-3 created (now 949c7b2)
Denis Barbier
- [openturns] branch debian updated (c9fa818 -> 1095239)
Denis Barbier
- [openturns] 01/02: Readd Build-Depends: gfortran to fix build failures
Denis Barbier
- [openturns] 02/02: Update debian/changelog and upload 1.5-3 into unstable
Denis Barbier
- [clasp] branch master updated (3931b37 -> 61f30c5)
Thomas Krennwallner
- [clasp] branch devel updated (7dfecea -> a2f40fd)
Thomas Krennwallner
- [clasp] 01/03: Merge tag 'upstream/3.1.2'
Thomas Krennwallner
- [clasp] 02/03: Merge branch 'master' into devel
Thomas Krennwallner
- [clasp] 03/03: Fix dep5-copyright-license-name-not-unique and missing-license-paragraph-in-dep5-copyright lintian warnings.
Thomas Krennwallner
- [clasp] 01/02: Merge branch 'devel'
Thomas Krennwallner
- [clasp] branch pristine-tar updated (d4b0fd6 -> c16e7fa)
Thomas Krennwallner
- [clasp] 02/02: Update changelog
Thomas Krennwallner
- [clasp] 01/06: pristine-tar data for clasp_3.1.2.orig.tar.gz
Thomas Krennwallner
- [clasp] 02/06: pristine-tar data for clasp_3.1.2.orig.tar.gz
Thomas Krennwallner
- [clasp] 03/06: pristine-tar data for clasp_3.1.2.orig.tar.gz
Thomas Krennwallner
- [clasp] 04/06: pristine-tar data for clasp_3.1.2.orig.tar.gz
Thomas Krennwallner
- [clasp] 05/06: pristine-tar data for clasp_3.1.2.orig.tar.gz
Thomas Krennwallner
- [clasp] 06/06: pristine-tar data for clasp_3.1.2.orig.tar.gz
Thomas Krennwallner
- [clasp] annotated tag debian/3.1.2-1 created (now 62f1935)
Thomas Krennwallner
- [clasp] annotated tag upstream/3.1.2 created (now 6020182)
Thomas Krennwallner
- [collada-dom] branch master updated (506d398 -> a48edeb)
Leopold Palomo-Avellaneda
- [collada-dom] 01/01: Change watch file to obtain from github Rosen Diankov account
Leopold Palomo-Avellaneda
- [rtt] branch master updated (d84ea09 -> a0fe55b)
Leopold Palomo-Avellaneda
- [rtt] branch pristine-tar updated (6fe353c -> 761a208)
Leopold Palomo-Avellaneda
- [rtt] branch ubuntu-robotics created (now 1913812)
Leopold Palomo-Avellaneda
- [rtt] 01/03: Minor typo changes
Leopold Palomo-Avellaneda
- [rtt] 02/03: Correct version number
Leopold Palomo-Avellaneda
- [rtt] 03/03: Added Jochen Sprickerhof as Uploader
Leopold Palomo-Avellaneda
- [rtt] 01/02: pristine-tar data for orocos-rtt_2.8.0~rc1+dfsg.orig.tar.xz
Leopold Palomo-Avellaneda
- [rtt] 02/02: pristine-tar data for orocos-rtt_2.8.0~rc1+dfsg.orig.tar.xz
Leopold Palomo-Avellaneda
- [rtt] annotated tag upstream/2.8.0_rc1+dfsg created (now 4892844)
Leopold Palomo-Avellaneda
- [log4cpp] branch master updated (04a6ecc -> 82a309c)
Leopold Palomo-Avellaneda
- [log4cpp] 01/06: Added lintian overrides
Leopold Palomo-Avellaneda
- [log4cpp] 02/06: Updated copyright
Leopold Palomo-Avellaneda
- [log4cpp] 03/06: Updated copyright
Leopold Palomo-Avellaneda
- [log4cpp] 04/06: Update copyright
Leopold Palomo-Avellaneda
- [log4cpp] 05/06: Update changelog for test
Leopold Palomo-Avellaneda
- [log4cpp] 06/06: Added Jochen Sprickerhof as Uploader
Leopold Palomo-Avellaneda
- [log4cpp] branch master updated (82a309c -> 02369dc)
Leopold Palomo-Avellaneda
- [log4cpp] 01/01: Deleted duplicate Section field
Leopold Palomo-Avellaneda
- [collada-dom] branch master updated (a48edeb -> 254eb1d)
Leopold Palomo-Avellaneda
- [collada-dom] 01/07: Merge tag 'upstream/2.4.3'
Leopold Palomo-Avellaneda
- [collada-dom] 02/07: Added a better watch file with ds1 suffix
Leopold Palomo-Avellaneda
- [collada-dom] 03/07: Added Excluded files in copyright
Leopold Palomo-Avellaneda
- [collada-dom] 04/07: Merge tag 'upstream/2.4.3+ds1'
Leopold Palomo-Avellaneda
- [collada-dom] 05/07: Updated copyright
Leopold Palomo-Avellaneda
- [collada-dom] 06/07: New version of docs
Leopold Palomo-Avellaneda
- [collada-dom] 07/07: New upstream version
Leopold Palomo-Avellaneda
- [collada-dom] branch pristine-tar updated (b76205f -> 48f75fd)
Leopold Palomo-Avellaneda
- [collada-dom] 01/02: pristine-tar data for collada-dom_2.4.3.orig.tar.xz
Leopold Palomo-Avellaneda
- [collada-dom] 02/02: pristine-tar data for collada-dom_2.4.3+ds1.orig.tar.xz
Leopold Palomo-Avellaneda
- [collada-dom] annotated tag upstream/2.4.3 created (now 348cc1d)
Leopold Palomo-Avellaneda
- [collada-dom] annotated tag upstream/2.4.3+ds1 created (now cc178c7)
Leopold Palomo-Avellaneda
- [ocl] branch master updated (91747e8 -> 7879f27)
Leopold Palomo-Avellaneda
- [ocl] 01/06: Better packages dependency
Leopold Palomo-Avellaneda
- [ocl] 02/06: Error in watch file
Leopold Palomo-Avellaneda
- [ocl] 03/06: Installing ocl templates in a proper place to not break anything
Leopold Palomo-Avellaneda
- [ocl] 04/06: Added Jochen Sprickerhof as Uploader
Leopold Palomo-Avellaneda
- [ocl] 05/06: Modify upstream version number adding dfsg suffix and ~
Leopold Palomo-Avellaneda
- [ocl] 06/06: Removed weaked dependency
Leopold Palomo-Avellaneda
- [ocl] annotated tag upstream/2.8.0_rc1 created (now ef42632)
Leopold Palomo-Avellaneda
- [collada-dom] branch master updated (254eb1d -> 9d7f076)
Leopold Palomo-Avellaneda
- [collada-dom] 01/01: Added Rosen Diankov as Uploader
Leopold Palomo-Avellaneda
- [visp] branch master updated (204d7ec -> 02bbec0)
Olivier Sallou
- [visp] 01/01: fix on some archs
Olivier Sallou
- [visp] annotated tag debian/2.10.0-2 created (now 26e73cf)
Olivier Sallou
- [qflow] tag upstream/1.0.96 created (now 84dab5a)
Ruben Undheim
- [qflow] branch pristine-tar updated (2d17c23 -> 27d02a5)
Ruben Undheim
- [qflow] 01/01: pristine-tar data for qflow_1.0.96.orig.tar.gz
Ruben Undheim
- [qflow] branch master updated (90b8559 -> 105b877)
Ruben Undheim
- [qflow] 01/02: Merge tag 'upstream/1.0.96'
Ruben Undheim
- [qflow] 02/02: Updated changelog
Ruben Undheim
- [qflow] branch master updated (105b877 -> 15105b0)
Ruben Undheim
- [qflow] 01/01: Added patch for correcting tclsh path
Ruben Undheim
- [minieigen] branch master updated (b61f199 -> 724d42d)
Anton Gladky
- [minieigen] 01/05: Add python3-package.
Anton Gladky
- [minieigen] 02/05: Update d/copyright.
Anton Gladky
- [minieigen] 03/05: Add watch-file.
Anton Gladky
- [minieigen] branch pristine-tar updated (89658e3 -> 04e7674)
Anton Gladky
- [minieigen] 04/05: Merge tag 'upstream/0.50+dfsg1'
Anton Gladky
- [minieigen] 05/05: Update changelog.
Anton Gladky
- [minieigen] 01/01: pristine-tar data for minieigen_0.50+dfsg1.orig.tar.xz
Anton Gladky
- [minieigen] annotated tag debian/0.50+dfsg1-1 created (now b03b99c)
Anton Gladky
- [minieigen] annotated tag upstream/0.50+dfsg1 created (now 349fdfb)
Anton Gladky
- [ocl] branch master updated (7879f27 -> fd05483)
Leopold Palomo-Avellaneda
- [ocl] branch pristine-tar updated (311e287 -> f3e533c)
Leopold Palomo-Avellaneda
- [ocl] 01/01: Merge tag 'upstream/2.8.0_rc1+dfsg'
Leopold Palomo-Avellaneda
- [ocl] 01/01: pristine-tar data for orocos-ocl_2.8.0~rc1+dfsg.orig.tar.xz
Leopold Palomo-Avellaneda
- [ocl] annotated tag upstream/2.8.0_rc1+dfsg created (now 21105ca)
Leopold Palomo-Avellaneda
- r47035 - /packages/fenics/dolfin/trunk/debian/changelog
johannr-guest at users.alioth.debian.org
- r47036 - in /packages/fenics/dolfin/tags/1.5.0-2: ./ debian/changelog
johannr-guest at users.alioth.debian.org
- [ignition-transport] branch master updated (e40c1f5 -> f4f17db)
Jose Luis Rivero
- [ignition-transport] 01/01: First debian directory, lintian clean
Jose Luis Rivero
- [ignition-transport] branch master updated (f4f17db -> b3ebeba)
Jose Luis Rivero
- [ignition-transport] 01/01: Support for autopkgtest
Jose Luis Rivero
- [ignition-transport] branch master updated (b3ebeba -> 9b0b7e8)
Jose Luis Rivero
- [ignition-transport] 01/01: Enable autopkgtest in control file
Jose Luis Rivero
- [ignition-transport] branch master updated (9b0b7e8 -> 4d661fc)
Jose Luis Rivero
- [ignition-transport] 01/01: Implement pkg-config c++11 flag
Jose Luis Rivero
- [surf-alggeo] branch master updated (4b4f7c5 -> 0afa17b)
Jerome Benoit
- [surf-alggeo] 01/01: Corrected Imported Debian patch 1.0.6+ds-2
Jerome Benoit
- [surf-alggeo] tag debian/1.0.6+ds-2 updated (4b4f7c5 -> 0afa17b)
Jerome Benoit
- [ignition-transport] branch master updated (4d661fc -> b3dc285)
Jose Luis Rivero
- [ignition-transport] 01/01: Fix typo and formatting
Jose Luis Rivero
- [ignition-math2] branch master updated (5ccbcde -> a4dfdac)
Jose Luis Rivero
- [ignition-math2] 01/01: First debian directory implementation
Jose Luis Rivero
- [libstxxl1] branch master updated (72eb4fe -> bfb5a8f)
D Haley
- [libstxxl1] 01/02: Imported Upstream version 1.4.1
D Haley
- [libstxxl1] 02/02: Merge tag 'upstream/1.4.1'
D Haley
- [libstxxl1] branch master updated (bfb5a8f -> d8eca54)
D Haley
- [libstxxl1] 01/02: * Refresh patches - Upstream has incorporated several patches (fixing undeflow & PQ compilation) - Remove some old patches, that were not in use - Upstream incorporated doxygen as svg patch
D Haley
- [libstxxl1] 02/02: * Update standards version
D Haley
- [opticalraytracer] branch master updated (e62578b -> 3021c78)
D Haley
- [opticalraytracer] 01/06: * Update to upstream 9.0
D Haley
- [opticalraytracer] 02/06: * Update changelog
D Haley
- [opticalraytracer] 03/06: Update patches
D Haley
- [opticalraytracer] 04/06: * Update debian/ info
D Haley
- [opticalraytracer] 05/06: * Remove dead patches - now using jh_build, rather than ant
D Haley
- [opticalraytracer] 06/06: Merge branch 'master' of ssh://git.debian.org/git/debian-science/packages/opticalraytracer
D Haley
- [r-cran-rnetcdf] branch master updated (7dd4aae -> 88bcdf3)
Sebastian Gibb
- [r-cran-rnetcdf] 01/08: Imported Upstream version 1.7-3
Sebastian Gibb
- [r-cran-rnetcdf] 02/08: New upstream version 1.7-3
Sebastian Gibb
- [r-cran-rnetcdf] 03/08: New upstream version 1.7-3
Sebastian Gibb
- [r-cran-rnetcdf] 04/08: Merge tag 'upstream/1.7-3'
Sebastian Gibb
- [r-cran-rnetcdf] 05/08: debian/control: set Standards-Version: 3.9.6
Sebastian Gibb
- [r-cran-rnetcdf] 06/08: debian/changelog: update to new version 1.7-3-1
Sebastian Gibb
- [r-cran-rnetcdf] 07/08: update quilt hardining patch
Sebastian Gibb
- [r-cran-rnetcdf] 08/08: debian/copyright: remove HDF5 entry
Sebastian Gibb
- [eclib] branch master updated (aeffc8f -> 48443af)
Tobias Hansen
- [eclib] 01/01: Prepare changelog for upload (also mention renamed package).
Tobias Hansen
- [eclib] annotated tag debian/20150510-1 created (now e0cff47)
Tobias Hansen
- [pynac] branch master updated (a6f4df2 -> adebb95)
Tobias Hansen
- [pynac] 01/02: Prepare changelog for upload.
Tobias Hansen
- [pynac] 02/02: Simplify paragraph in d/copyright for toplevel files to avoid lintian warning about file without copyright info (.hgignore).
Tobias Hansen
- [pynac] annotated tag debian/0.3.7-1 created (now 64e2859)
Tobias Hansen
- [ignition-math2] branch master updated (a4dfdac -> f55bb6c)
Jose Luis Rivero
- [ignition-math2] 01/08: Merge tag 'upstream/2.0.2'
Jose Luis Rivero
- [ignition-math2] 02/08: debhelper needs version 9
Jose Luis Rivero
- [ignition-math2] branch pristine-tar updated (2a486af -> 18f205c)
Jose Luis Rivero
- [ignition-math2] 03/08: Unneded file
Jose Luis Rivero
- [ignition-math2] 04/08: Metadata for the patch
Jose Luis Rivero
- [ignition-math2] 05/08: Metadata for the patch
Jose Luis Rivero
- [ignition-math2] 06/08: Update the version
Jose Luis Rivero
- [ignition-math2] 07/08: Ignore the library name
Jose Luis Rivero
- [ignition-math2] 08/08: Implement autotest
Jose Luis Rivero
- [ignition-math2] 01/01: pristine-tar data for ignition-math2_2.0.2.orig.tar.bz2
Jose Luis Rivero
- [ignition-math2] annotated tag upstream/2.0.2 created (now 6c03084)
Jose Luis Rivero
- [wcstools] branch debian updated (2a54ddd -> 8692f63)
Ole Streicher
- [wcstools] 01/02: Merge tag 'upstream/3.9.2' into debian
Ole Streicher
- [wcstools] 02/02: Adjust patches
Ole Streicher
- [wcstools] branch pristine-tar updated (25c5651 -> cd4199c)
Ole Streicher
- [wcstools] 01/01: pristine-tar data for wcstools_3.9.2.orig.tar.gz
Ole Streicher
- [wcstools] annotated tag upstream/3.9.2 created (now 64bc82a)
Ole Streicher
- [wcstools] tag debian/3.9.2-1 created (now 8692f63)
Ole Streicher
- [cpl-plugin-fors] branch debian updated (3a813d9 -> 7d24b51)
Ole Streicher
- [cpl-plugin-fors] 01/01: Finalize release
Ole Streicher
- [cpl-plugin-fors] tag debian/5.0.11+dfsg-2 created (now 7d24b51)
Ole Streicher
- [cpl-plugin-vimos] branch debian updated (01da6fc -> ecda210)
Ole Streicher
- [cpl-plugin-vimos] 01/01: Finalize release
Ole Streicher
- [cpl-plugin-vimos] tag debian/2.9.15+dfsg-3 created (now ecda210)
Ole Streicher
- [cpl-plugin-uves] branch debian updated (56dcbef -> e3b3162)
Ole Streicher
- [cpl-plugin-uves] 01/01: Finalize release
Ole Streicher
- [cpl-plugin-uves] tag debian/5.5.2+dfsg-2 created (now e3b3162)
Ole Streicher
- [cpl-plugin-sinfo] branch debian updated (7ff5a2d -> 43d749b)
Ole Streicher
- [cpl-plugin-sinfo] 01/01: Finalize release
Ole Streicher
- [cpl-plugin-sinfo] tag debian/2.6.0+dfsg-2 created (now 43d749b)
Ole Streicher
- [flint] branch master updated (2f4eed1 -> d7e1347)
Tobias Hansen
- [flint] 01/01: Prepare changelog for upload to unstable.
Tobias Hansen
- [flint] annotated tag debian/2.4.5-4 created (now a63f870)
Tobias Hansen
- [gap-io] branch master updated (dd4e87d -> e0aa133)
Jerome Benoit
- [gap-io] 01/01: Imported Debian patch 4.4.4+ds-2
Jerome Benoit
- [gap-io] tag debian/4.4.4+ds-2 created (now e0aa133)
Jerome Benoit
- [freefempp] branch master updated (5639b0a -> 3a40460)
Dimitrios Eftaxiopoulos
- [freefempp] 01/05: Imported Upstream version 3.37
Dimitrios Eftaxiopoulos
- [freefempp] 02/05: Merge tag 'upstream/3.37'
Dimitrios Eftaxiopoulos
- [freefempp] 03/05: Update d/changelog
Dimitrios Eftaxiopoulos
- [freefempp] 04/05: Update examples++-load.patch to avoid FTBFS
Dimitrios Eftaxiopoulos
- [freefempp] 05/05: Prepare for upload to unstable
Dimitrios Eftaxiopoulos
- [freefempp] branch pristine-tar updated (3d37838 -> 7229bbd)
Dimitrios Eftaxiopoulos
- [freefempp] 01/01: pristine-tar data for freefem++_3.37.orig.tar.gz
Dimitrios Eftaxiopoulos
- [freefempp] annotated tag debian/3.37-1 created (now eaa00be)
Dimitrios Eftaxiopoulos
- [freefempp] annotated tag upstream/3.37 created (now 965fab6)
Dimitrios Eftaxiopoulos
- [sumo] branch jessie-backports created (now 70d0922)
Anton Gladky
- [sumo] 01/01: Update changelog.
Anton Gladky
- [sumo] annotated tag debian/0.23.0+dfsg1-2_bpo8+1 created (now 0b085b9)
Anton Gladky
- [cpl-plugin-kmos] branch debian updated (1a3eb3c -> bd44d09)
Ole Streicher
- [cpl-plugin-kmos] 01/01: Finalize release
Ole Streicher
- [cpl-plugin-kmos] tag debian/1.3.5+dfsg-2 created (now bd44d09)
Ole Streicher
- [libstxxl1] branch master updated (d8eca54 -> 0942146)
Anton Gladky
- [libstxxl1] 01/03: Fix bugnumber.
Anton Gladky
- [libstxxl1] 02/03: Remove timestamp from HTML doxygen build.
Anton Gladky
- [libstxxl1] 03/03: Update changelog.
Anton Gladky
- [libstxxl1] annotated tag debian/1.4.1-1 created (now 6a89aa8)
Anton Gladky
- [3depict] branch master updated (24d19f8 -> 7fc15a0)
Anton Gladky
- [3depict] branch pristine-tar created (now 6cc917b)
Anton Gladky
- [3depict] 01/01: Use cme fix dpkg-control.
Anton Gladky
- [3depict] branch test_autoreconf created (now ed4e08d)
Anton Gladky
- [3depict] annotated tag debian/0.0.18-1 created (now 7ff11eb)
Anton Gladky
- [python-escript] branch debian updated (7ae9849 -> ed1073c)
Joel Fenwick
- [python-escript] 01/04: These files should never have been committed
Joel Fenwick
- [python-escript] 02/04: Revert "These files should never have been committed"
Joel Fenwick
- [python-escript] 03/04: Bringing git into synch with r5614
Joel Fenwick
- [python-escript] 04/04: Added debian buildflags to jessie. Fixed doco _static
Joel Fenwick
- [lrslib] branch master updated (d4196a8 -> c6572b2)
David Bremner
- [lrslib] 01/02: debian: update debian/copyright
David Bremner
- [lrslib] 02/02: remove boilerplate in debian/watch
David Bremner
- [yorick] annotated tag upstream/2.2.04+dfsg created (now 5bd16ed)
Thibaut Jean-Claude Paumard
- [ftools-fv] branch debian updated (473cbda -> 89ff63a)
Ole Streicher
- [ftools-fv] 01/01: Change default temp location to /tmp
Ole Streicher
- [yorick] branch pristine-tar updated (6a5073d -> a2c5fcf)
Thibaut Jean-Claude Paumard
- [yorick] 01/02: pristine-tar data for yorick_2.2.03+dfsg.tar.xz
Thibaut Jean-Claude Paumard
- [yorick] 02/02: pristine-tar data for yorick_2.2.04+dfsg.orig.tar.xz
Thibaut Jean-Claude Paumard
- [lcalc] branch master updated (16376c5 -> 34f2c98)
Tobias Hansen
- [lcalc] 01/01: Add patch to fix build with gcc-5.
Tobias Hansen
- [lcalc] annotated tag debian/1.23+dfsg-5 created (now b0485a3)
Tobias Hansen
- [yorick] branch master updated (7a49880 -> b686ec7)
Thibaut Jean-Claude Paumard
- [yorick] 01/02: Merge tag 'upstream/2.2.04+dfsg'
Thibaut Jean-Claude Paumard
- [yorick] 02/02: yorick (2.2.04+dfsg-1) unstable; urgency=low
Thibaut Jean-Claude Paumard
- [yorick] annotated tag debian/2.2.04+dfsg-1 created (now fd2cc36)
Thibaut Jean-Claude Paumard
- [yorick] branch master updated (b686ec7 -> 7ba4c30)
Thibaut Jean-Claude Paumard
- [yorick] 01/01: yorick (2.2.04+dfsg-2) unstable; urgency=low
Thibaut Jean-Claude Paumard
- [yorick] annotated tag debian/2.2.04+dfsg-2 created (now 6aa3b44)
Thibaut Jean-Claude Paumard
- [tcl-fitstcl] branch debian updated (558cb2a -> 7cebb73)
Ole Streicher
- [tcl-fitstcl] 01/01: chdir to tests directory to fix failing tests
Ole Streicher
- [tcl-fitstcl] tag debian/2.3-6 created (now 7cebb73)
Ole Streicher
- [wcstools] branch debian updated (8692f63 -> 2c0c828)
Ole Streicher
- [wcstools] 01/01: Finalize release
Ole Streicher
- [wcstools] tag debian/3.9.2-1 deleted (was 8692f63)
Ole Streicher
- [wcstools] tag debian/3.9.2-1 created (now 2c0c828)
Ole Streicher
- [visp] branch master updated (02bbec0 -> 0f8bf72)
Olivier Sallou
- [visp] 01/01: fix compil issues
Olivier Sallou
- [visp] annotated tag debian/2.10.0-3 created (now 6a1e9e1)
Olivier Sallou
- [python-pyorick] annotated tag upstream/1.4 created (now 55122dc)
Thibaut Jean-Claude Paumard
- [python-pyorick] branch master created (now 1c719e7)
Thibaut Jean-Claude Paumard
- [python-pyorick] 01/01: python-pyorick (1.4-1) unstable; urgency=low
Thibaut Jean-Claude Paumard
- [python-pyorick] branch pristine-tar created (now 1e28fd9)
Thibaut Jean-Claude Paumard
- [python-pyorick] 01/01: pristine-tar data for python-pyorick_1.4.orig.tar.gz
Thibaut Jean-Claude Paumard
- [python-pyorick] branch master updated (1c719e7 -> e587c4a)
Thibaut Jean-Claude Paumard
- [python-pyorick] 01/01: Add build-deps on NumPy and Yorick, used in the set suite
Thibaut Jean-Claude Paumard
- [python-pyorick] annotated tag debian/1.4-1 created (now edcae31)
Thibaut Jean-Claude Paumard
- [yorick] branch master updated (7ba4c30 -> 06cfcf3)
Thibaut Jean-Claude Paumard
- [yorick] 01/01: yorick (2.2.04+dfsg-3) unstable; urgency=low
Thibaut Jean-Claude Paumard
- [yorick] annotated tag debian/2.2.04+dfsg-3 created (now e6977cd)
Thibaut Jean-Claude Paumard
- [vtk6] branch master updated (60e7cc4 -> 8142823)
Anton Gladky
- [vtk6] 01/05: Put Qt-files into a separate package. (Closes: #750193)
Anton Gladky
- [vtk6] 02/05: Remove Qt4 dependencies. (Closes: #784557, #765491)
Anton Gladky
- [vtk6] 03/05: Apply cme fix dpkg-control.
Anton Gladky
- [vtk6] 04/05: Clean conflicts with obsolete packages.
Anton Gladky
- [vtk6] 05/05: Update changelog.
Anton Gladky
- [vtk6] branch master updated (8142823 -> 26147c3)
Anton Gladky
- [vtk6] 01/02: Rename patches.
Anton Gladky
- [vtk6] 02/02: Update changelog.
Anton Gladky
- [openturns] branch debian updated (1095239 -> 15f96ad)
Denis Barbier
- [openturns] 01/04: debian/rules: less verbose tests output
Denis Barbier
- [openturns] 02/04: debian/rules: add --no-diffs option to 2to3
Denis Barbier
- [openturns] 03/04: New patch: tests-fix-precision-32bits.patch to avoid tests failures on ARM 32bits
Denis Barbier
- [openturns] 04/04: Update debian/changelog and upload 1.5-4 into unstable
Denis Barbier
- [openturns] annotated tag debian/1.5-4 created (now b22ac84)
Denis Barbier
- [eigen3] branch master updated (388a27f -> bbd1e36)
Anton Gladky
- [eigen3] 01/02: Provide symlink of FindEigen3.cmake for cmake-3.2. (Closes: #784767)
Anton Gladky
- [eigen3] 02/02: Update changelog.
Anton Gladky
- [eigen3] branch master updated (bbd1e36 -> 27ce80f)
Anton Gladky
- [eigen3] 01/01: Fix long line in d/changelog.
Anton Gladky
- [eigen3] annotated tag debian/3.2.4-3 created (now 6c78d6d)
Anton Gladky
- [python-pyds9] branch debian updated (a7b450b -> 6f59a9e)
Ole Streicher
- [python-pyds9] 01/02: Correct dependency of CI test
Ole Streicher
- [python-pyds9] 02/02: Make xpa-tools a strong dependency
Ole Streicher
- [clfft] branch debian created (now b14eb54)
Jérôme Kieffer
- [clfft] 01/109: Initial check-in of open source clFFT code
Jérôme Kieffer
- [clfft] 02/109: Changing version number to 2.0
Jérôme Kieffer
- [clfft] 03/109: Adding link to our API documentation on GitHub Pages
Jérôme Kieffer
- [clfft] 04/109: Adding link to our API documentation on GitHub Pages
Jérôme Kieffer
- [clfft] 05/109: Fixed project name for doxy file
Jérôme Kieffer
- [clfft] 06/109: Add pkg-config support
Jérôme Kieffer
- [clfft] 07/109: First attempt at changing install suffixes based upon cmake cache variables
Jérôme Kieffer
- [clfft] 08/109: Removing /stack from windows builds; adding printscreen support for nmake builds
Jérôme Kieffer
- [clfft] 09/109: Merge pull request #12 from kknox/develop
Jérôme Kieffer
- [clfft] 10/109: Merge branch 'add-pkgconfig-support' of https://github.com/matze/clFFT into matze-add-pkgconfig
Jérôme Kieffer
- [clfft] 11/109: Merging Matzes pull request, with modifications for the new install procedure
Jérôme Kieffer
- [clfft] 12/109: Fixed compiler name check on Linux
Jérôme Kieffer
- [clfft] 13/109: Adding mingw32 support as a compilation platform
Jérôme Kieffer
- [clfft] 14/109: Merge pull request #15 from pavanky/develop
Jérôme Kieffer
- [clfft] 15/109: Fixed bug in clFFT.pc.in where lib directory was set relative to bin directory Added SOVERSION 2 to the clFFT library
Jérôme Kieffer
- [clfft] 16/109: Merge pull request #17 from kknox/matze-add-pkgconfig
Jérôme Kieffer
- [clfft] 17/109: Adding CUDA_PATH as an option for OPENCL_ROOT
Jérôme Kieffer
- [clfft] 18/109: CUDA uses Win32 to store 32 bit libraries
Jérôme Kieffer
- [clfft] 19/109: Merge pull request #18 from kknox/mingwSupport
Jérôme Kieffer
- [clfft] 20/109: Cleanup of txt not in the spirit of the clMath Apache license
Jérôme Kieffer
- [clfft] 21/109: Merge pull request #19 from accelereyes/develop
Jérôme Kieffer
- [clfft] 22/109: Add configuration file and cmake modifications to automate build on Travis.
Jérôme Kieffer
- [clfft] 23/109: Merge pull request #21 from kknox/develop
Jérôme Kieffer
- [clfft] 24/109: Adding the ability to specify build numbers through cmake command line parameters
Jérôme Kieffer
- [clfft] 25/109: workaround to make clfft run on NV
Jérôme Kieffer
- [clfft] 26/109: Everything builds with xcode 5.0 except for the googletest executable
Jérôme Kieffer
- [clfft] 27/109: NV workaround. Using the command queue to get the device id
Jérôme Kieffer
- [clfft] 28/109: Merge pull request #23 from AMD-FirePro/develop
Jérôme Kieffer
- [clfft] 29/109: Merge remote-tracking branch 'upstream/develop' into macosx
Jérôme Kieffer
- [clfft] 30/109: Everything compiles on MacOSX with the Unix makefile generator
Jérôme Kieffer
- [clfft] 31/109: Merge pull request #24 from kknox/macosx
Jérôme Kieffer
- [clfft] 32/109: Workaround for 2D FFT failures on NVIDIA GPUs
Jérôme Kieffer
- [clfft] 33/109: adding error return to handle mismatched device usgae between BakePlan and EnqueueTransform
Jérôme Kieffer
- [clfft] 34/109: Logic added to packaging step to query dependencies for test executables, and package the dependencies in addition to the test executables if they are built. In addition, only for debug builds, debug runtimes, debug symbols and a snapshot of the code is packaged.
Jérôme Kieffer
- [clfft] 35/109: Merge pull request #28 from kknox/develop
Jérôme Kieffer
- [clfft] 36/109: fix bug when working multiple devices.
Jérôme Kieffer
- [clfft] 37/109: Merge pull request #29 from BenjaminCoquelle/develop
Jérôme Kieffer
- [clfft] 38/109: Merge pull request #30 from accelereyes/develop
Jérôme Kieffer
- [clfft] 39/109: Fixes #14 Renamed version.h to clFFT.version.h
Jérôme Kieffer
- [clfft] 40/109: Adding missing '-pthread' to the C/C++ compiler flags, since the library makes use of pthreads
Jérôme Kieffer
- [clfft] 41/109: Changing the behavior of linking to Boost such that system directories are searched on linux. This can still be disabled by setting the flag Boost_NO_SYSTEM_PATHS.
Jérôme Kieffer
- [clfft] 42/109: Added CMake find script. The script searches in /usr/local by default. The user may specify CLFFT_ROOT if clFFT is installed in a non-standard location.
Jérôme Kieffer
- [clfft] 43/109: Merge pull request #38 from bkloppenborg/add_FindclFFT_script
Jérôme Kieffer
- [clfft] 44/109: Merge pull request #37 from andreygursky/cmake-fix-1
Jérôme Kieffer
- [clfft] 45/109: fixing documentation
Jérôme Kieffer
- [clfft] 46/109: Add an option to control shared vs static library builds.
Jérôme Kieffer
- [clfft] 47/109: Merge pull request #41 from d-meiser/static-lib
Jérôme Kieffer
- [clfft] 48/109: Improved detection of the OpenCL dependencies during the 'copy' step A little refactoring of the FindOpenCL & FindFFTW to make it more standard
Jérôme Kieffer
- [clfft] 49/109: Merge branch 'develop' of https://github.com/clMathLibraries/clFFT into develop
Jérôme Kieffer
- [clfft] 50/109: Update to the cmake script to copy dependencies into packages This should make the logic more robust in windows
Jérôme Kieffer
- [clfft] 51/109: Travis fix: The DIRECTORY tag on get_filename_component( ) was introduced in cmake 2.8.10.2, which Travis CI does not have by default. Revert to the old name PATH.
Jérôme Kieffer
- [clfft] 52/109: Updates to the main README.md file to incorporate google group links, and updates to the build dependencies section.
Jérôme Kieffer
- [clfft] 53/109: Merge branch 'develop' Bump version to v2.2
Jérôme Kieffer
- [clfft] 54/109: Bump /develop version to v2.3 Develop branch will keep odd numbers for the 'minor' version component
Jérôme Kieffer
- [clfft] 55/109: fixing documentation of top-level page
Jérôme Kieffer
- [clfft] 56/109: fixing event leak bug that affects gtest unit tests; was identified by OS X team when running on Mac
Jérôme Kieffer
- [clfft] 57/109: fixed FindOpenCL.cmake file to find OpenCL on Ubuntu 14.04 with CUDA 6.0
Jérôme Kieffer
- [clfft] 58/109: Fixes #47: Removing error log messages to stderr in release builds
Jérôme Kieffer
- [clfft] 59/109: Merge pull request #48 from sschaetz/develop
Jérôme Kieffer
- [clfft] 60/109: Merge branch 'develop'
Jérôme Kieffer
- [clfft] 61/109: files related to debian packaging
Jérôme Kieffer
- [clfft] 62/109: patch cmake-file
Jérôme Kieffer
- [clfft] 63/109: patch lib64
Jérôme Kieffer
- [clfft] 64/109: commit patch and install path
Jérôme Kieffer
- [clfft] 65/109: forgotten files
Jérôme Kieffer
- [clfft] 66/109: remove lib64
Jérôme Kieffer
- [clfft] 67/109: still not multi-arch
Jérôme Kieffer
- [clfft] 68/109: enable multiarch
Jérôme Kieffer
- [clfft] 69/109: restore CMakeLists
Jérôme Kieffer
- [clfft] 70/109: patch for lib64 removal
Jérôme Kieffer
- [clfft] 71/109: update patch serie
Jérôme Kieffer
- [clfft] 72/109: add debug package ...
Jérôme Kieffer
- [clfft] 73/109: better dependencies for dbg
Jérôme Kieffer
- [clfft] 74/109: something to build the doc
Jérôme Kieffer
- [clfft] 75/109: towards documentation package
Jérôme Kieffer
- [clfft] 76/109: add man page
Jérôme Kieffer
- [clfft] 77/109: Merge remote-tracking branch 'origin/debian' into debian
Jérôme Kieffer
- [clfft] 78/109: provided unzipped manual
Jérôme Kieffer
- [clfft] 79/109: add patch to autogen doc
Jérôme Kieffer
- [clfft] 80/109: update patch .. not yet working
Jérôme Kieffer
- [clfft] 81/109: doc is now generated by cmake (not yet installed)
Jérôme Kieffer
- [clfft] 82/109: install doc
Jérôme Kieffer
- [clfft] 83/109: installs almost docs correctly
Jérôme Kieffer
- [clfft] 84/109: intermediate patch
Jérôme Kieffer
- [clfft] 85/109: still workig on doc generation
Jérôme Kieffer
- [clfft] 86/109: images installed at right position
Jérôme Kieffer
- [clfft] 87/109: doc properly installed ?
Jérôme Kieffer
- [clfft] 88/109: hunt lintian warnings
Jérôme Kieffer
- [clfft] 89/109: lintian fix
Jérôme Kieffer
- [clfft] 90/109: add man page, close ITP, rename exe
Jérôme Kieffer
- [clfft] 91/109: rename exe
Jérôme Kieffer
- [clfft] 92/109: rename exe
Jérôme Kieffer
- [clfft] 93/109: lintian clean up
Jérôme Kieffer
- [clfft] 94/109: improve man page
Jérôme Kieffer
- [clfft] 95/109: lintian clean-up
Jérôme Kieffer
- [clfft] 96/109: bug from lintian
Jérôme Kieffer
- [clfft] 97/109: use mathjax from debian
Jérôme Kieffer
- [clfft] 98/109: update dependencies: + doxygen
Jérôme Kieffer
- [clfft] 99/109: remove dep
Jérôme Kieffer
- [clfft] 100/109: add opencl-header dependeny
Jérôme Kieffer
- [clfft] 101/109: dependency on libstdc++-dev
Jérôme Kieffer
- [clfft] 102/109: dependency on libopencl1
Jérôme Kieffer
- [clfft] 103/109: missing build dep for OpenCL
Jérôme Kieffer
- [clfft] 104/109: add multilib build dep
Jérôme Kieffer
- [clfft] 105/109: patch to make it work on i386 as well.
Jérôme Kieffer
- [clfft] 106/109: add debian watch to look after github
Jérôme Kieffer
- [clfft] 107/109: another dependency still missing
Jérôme Kieffer
- [clfft] 108/109: correct debian watch
Jérôme Kieffer
- [clfft] 109/109: exclude "eclipse" project files from dpkg-source scan
Jérôme Kieffer
- [clfft] branch master created (now abd7828)
Jérôme Kieffer
- [clfft] 01/01: Clean up python code
Jérôme Kieffer
- [clfft] branch develop created (now 3cedf9b)
Jérôme Kieffer
- [clfft] 01/64: bumping develop to 2.5
Jérôme Kieffer
- [clfft] 02/64: Install scripts/perf to share/clFFT on non WIN32 systems
Jérôme Kieffer
- [clfft] 03/64: Rename Client to clFFT-client
Jérôme Kieffer
- [clfft] 04/64: travis: Exec. clFFT-client (was Client before)
Jérôme Kieffer
- [clfft] 05/64: don't install in lib64 on mac
Jérôme Kieffer
- [clfft] 06/64: use the default install prefix on unixes
Jérôme Kieffer
- [clfft] 07/64: Merge pull request #52 from marbre/develop
Jérôme Kieffer
- [clfft] 08/64: Merge pull request #53 from marbre/client
Jérôme Kieffer
- [clfft] 09/64: merging internal fork with performance optimizations for large sizes and other fixes
Jérôme Kieffer
- [clfft] 10/64: properly use the rpath on mac
Jérôme Kieffer
- [clfft] 11/64: fix LoadSharedLibrary for mac
Jérôme Kieffer
- [clfft] 12/64: Merge pull request #59 from glehmann/rpath
Jérôme Kieffer
- [clfft] 13/64: Merge pull request #61 from glehmann/do-not-install-in-lib64-on-mac
Jérôme Kieffer
- [clfft] 14/64: Merge pull request #63 from glehmann/maclib
Jérôme Kieffer
- [clfft] 15/64: build google test with an external project
Jérôme Kieffer
- [clfft] 16/64: Merge pull request #64 from glehmann/gtest-external
Jérôme Kieffer
- [clfft] 17/64: minor doc fixes
Jérôme Kieffer
- [clfft] 18/64: Merge branch 'develop' of https://github.com/clMathLibraries/clFFT into develop
Jérôme Kieffer
- [clfft] 19/64: Revert "Merge branch 'develop' of https://github.com/clMathLibraries/clFFT into develop"
Jérôme Kieffer
- [clfft] 20/64: Revert "minor doc fixes"
Jérôme Kieffer
- [clfft] 21/64: doc fixes to correct formulas
Jérôme Kieffer
- [clfft] 22/64: fixing previous bad commits that clobbered files
Jérôme Kieffer
- [clfft] 23/64: fixing doxy file with latest doxywizrd tool configuration
Jérôme Kieffer
- [clfft] 24/64: Merge pull request #62 from glehmann/use-default-install-prefix-on-unixes
Jérôme Kieffer
- [clfft] 25/64: adding the binary caching feature to store plans on disk
Jérôme Kieffer
- [clfft] 26/64: install clFFT cmake configuration and version file
Jérôme Kieffer
- [clfft] 27/64: fixing incorrect transpose call bug that caused seg faults
Jérôme Kieffer
- [clfft] 28/64: fix gtest build with msvc and ninja
Jérôme Kieffer
- [clfft] 29/64: examples framework
Jérôme Kieffer
- [clfft] 30/64: 2d fft example
Jérôme Kieffer
- [clfft] 31/64: 3d fft example
Jérôme Kieffer
- [clfft] 32/64: Added a device selection feature for the client app.
Jérôme Kieffer
- [clfft] 33/64: Merge pull request #70 from 9prady9/examples
Jérôme Kieffer
- [clfft] 34/64: Manual merge of cmake-config branch
Jérôme Kieffer
- [clfft] 35/64: Merge branch 'glehmann-cmake-config' into develop
Jérôme Kieffer
- [clfft] 36/64: Merge pull request #69 from glehmann/gtest-msvc-fix
Jérôme Kieffer
- [clfft] 37/64: fixing VS12 builds
Jérôme Kieffer
- [clfft] 38/64: Merge branch 'devsel_pub' of https://github.com/PhilSee/clFFT into ps-develop
Jérôme Kieffer
- [clfft] 39/64: cleaning up the selection and printing of CL devices
Jérôme Kieffer
- [clfft] 40/64: dont run test when only print info is needed
Jérôme Kieffer
- [clfft] 41/64: minor fix, cleaning up unnecessary variables
Jérôme Kieffer
- [clfft] 42/64: fixing the upper transform size limit restriction to single dimension maximum
Jérôme Kieffer
- [clfft] 43/64: BUILD FIX: for Linux systems when using static libraries
Jérôme Kieffer
- [clfft] 44/64: fix static build with msvc
Jérôme Kieffer
- [clfft] 45/64: Merge branch 'static-exports' of https://github.com/glehmann/clFFT into static_build_fix
Jérôme Kieffer
- [clfft] 46/64: Fixing static build condition in CMakeLists
Jérôme Kieffer
- [clfft] 47/64: Change BUILD_STATIC to CLFFT_BUILD_STATIC
Jérôme Kieffer
- [clfft] 48/64: Change BUILD_STATIC to CLFFT_BUILD_STATIC in statTimer
Jérôme Kieffer
- [clfft] 49/64: Rename CMake varible BUILD_SHARED_LIBRARY to BUILD_SHARED_LIBS
Jérôme Kieffer
- [clfft] 50/64: Fixing a clang compilation problem for MacOSX. This closes #65
Jérôme Kieffer
- [clfft] 51/64: define CLFFT_STATIC in clFFT.version.h
Jérôme Kieffer
- [clfft] 52/64: let cmake decide to build the lib as STATIC or SHARED based on BUILD_SHARED_LIBS value
Jérôme Kieffer
- [clfft] 53/64: Using BUILD_SHARED_LIBS as default configuration for library type
Jérôme Kieffer
- [clfft] 54/64: Merge pull request #2 from glehmann/arrayfire-static_build_fix
Jérôme Kieffer
- [clfft] 55/64: syncing upstream repo and local fork
Jérôme Kieffer
- [clfft] 56/64: fix for the -lrt link issue with ubuntu/travisci
Jérôme Kieffer
- [clfft] 57/64: adding feature list to readme for the recent updates
Jérôme Kieffer
- [clfft] 58/64: Merge branch 'develop' of https://github.com/clMathLibraries/clFFT into develop
Jérôme Kieffer
- [clfft] 59/64: syntax highlight SHA
Jérôme Kieffer
- [clfft] 60/64: markdown fix
Jérôme Kieffer
- [clfft] 61/64: Merge pull request #75 from arrayfire/static_build_fix
Jérôme Kieffer
- [clfft] 62/64: fix for multi-gpu issue that caused plans to be non-unique w.r.t device
Jérôme Kieffer
- [clfft] 63/64: Merge branch 'master' into develop
Jérôme Kieffer
- [clfft] 64/64: Revert "Merge branch 'master' into develop"
Jérôme Kieffer
- [yorick] annotated tag upstream/2.2.04+dfsg1 created (now c119330)
Thibaut Jean-Claude Paumard
- [yorick] branch pristine-tar updated (a2c5fcf -> bfc16e8)
Thibaut Jean-Claude Paumard
- [yorick] 01/01: pristine-tar data for yorick_2.2.04+dfsg1.orig.tar.xz
Thibaut Jean-Claude Paumard
- [python-pyds9] branch debian updated (6f59a9e -> 1911f25)
Ole Streicher
- [python-pyds9] 01/01: Remove explicite dependency from xpalib
Ole Streicher
- [python-pyds9] tag debian/1.7-3 created (now 1911f25)
Ole Streicher
- [cpl-plugin-amber] branch debian updated (100b8a4 -> 86abf92)
Ole Streicher
- [cpl-plugin-amber] 01/02: Limit CI test dependency to plugin
Ole Streicher
- [cpl-plugin-amber] 02/02: Add -lcfitsio to amber_oimerge plugin
Ole Streicher
- [cpl-plugin-amber] tag debian/4.3.3+dfsg-3 created (now 86abf92)
Ole Streicher
- [yorick] branch master updated (06cfcf3 -> d82ba69)
Thibaut Jean-Claude Paumard
- [yorick] 01/02: Merge tag 'upstream/2.2.04+dfsg1'
Thibaut Jean-Claude Paumard
- [yorick] 02/02: yorick (2.2.04+dfsg1-1) unstable; urgency=low
Thibaut Jean-Claude Paumard
- [yorick] annotated tag debian/2.2.04+dfsg1-1 created (now 31e55de)
Thibaut Jean-Claude Paumard
- [cpl-plugin-giraf] branch debian updated (2b7c426 -> 26f23fd)
Ole Streicher
- [cpl-plugin-giraf] 01/02: Limit CI test dependency to plugin
Ole Streicher
- [cpl-plugin-giraf] 02/02: Add -lcfitsio to gicience and gistandard plugins
Ole Streicher
- [cpl-plugin-giraf] tag debian/2.14+dfsg-3 created (now 26f23fd)
Ole Streicher
- [cpl-plugin-hawki] branch debian updated (b6a80ba -> 75b4230)
Ole Streicher
- [cpl-plugin-hawki] 01/01: Limit CI test dependency to plugin
Ole Streicher
- [cpl-plugin-hawki] tag debian/1.8.18+dfsg-3 created (now 75b4230)
Ole Streicher
- [cpl-plugin-xsh] branch debian updated (4346e1d -> 32653f6)
Ole Streicher
- [cpl-plugin-xsh] 01/02: Limit CI test dependency to plugin
Ole Streicher
- [cpl-plugin-xsh] 02/02: Add -lcpldrsto xsh_cfg_recover plugin
Ole Streicher
- [cpl-plugin-xsh] tag debian/2.6.0+dfsg-3 created (now 32653f6)
Ole Streicher
- [cpl-plugin-fors] branch debian updated (7d24b51 -> 986d354)
Ole Streicher
- [cpl-plugin-fors] 01/01: Limit CI test dependency to plugin
Ole Streicher
- [cpl-plugin-fors] tag debian/5.0.11+dfsg-3 created (now 986d354)
Ole Streicher
- [testu01] branch master created (now d3fc2f3)
Jerome Benoit
- [testu01] branch pristine-tar created (now 3693584)
Jerome Benoit
- [testu01] 01/02: Merge tag 'upstream/1.2.3+ds'
Jerome Benoit
- [testu01] 02/02: Imported (zeroth) Debian patch 1.2.3+ds-1
Jerome Benoit
- [testu01] 01/02: pristine-tar data for testu01_1.2.3.orig.tar.bz2
Jerome Benoit
- [testu01] 02/02: pristine-tar data for testu01_1.2.3+ds.orig.tar.xz
Jerome Benoit
- [testu01] annotated tag upstream/1.2.3 created (now b16182a)
Jerome Benoit
- [testu01] tag debian/1.2.3+ds-1 created (now d3fc2f3)
Jerome Benoit
- [testu01] annotated tag upstream/1.2.3+ds created (now ebb8bb5)
Jerome Benoit
- [yorick] annotated tag debian/2.2.04+dfsg1-1_bpo8+1 created (now 27ca41c)
Thibaut Jean-Claude Paumard
- [yorick] 01/01: yorick (2.2.04+dfsg1-1~bpo8+1) jessie-backports; urgency=low
Thibaut Jean-Claude Paumard
- [vtk6] branch master updated (26147c3 -> 8bcefb7)
Anton Gladky
- [vtk6] 01/01: Fix version number.
Anton Gladky
- [openturns] branch debian updated (15f96ad -> 510af75)
Denis Barbier
- [openturns] annotated tag debian/1.5-5 created (now b247d7a)
Denis Barbier
- [openturns] 01/03: Another try to fix numerical discrepancies on ARM 32 bits
Denis Barbier
- [openturns] 02/03: New patch: randommixture-x86.patch to fix tests failures on i386
Denis Barbier
- [openturns] 03/03: Update debian/changelog and upload 1.5-5 into unstable
Denis Barbier
- [gmsh] branch master updated (95c9709 -> a2fc60f)
Anton Gladky
- [gmsh] 01/07: Update d/copyright.
Anton Gladky
- [gmsh] 02/07: Update, refresh, rename patches.
Anton Gladky
- [gmsh] 03/07: Remove README.source
Anton Gladky
- [gmsh] 04/07: Apply cme fix dpkg-control.
Anton Gladky
- [gmsh] 05/07: Imported Upstream version 2.9.3+dfsg1
Anton Gladky
- [gmsh] 06/07: Merge.
Anton Gladky
- [gmsh] 07/07: Update changelog.
Anton Gladky
- [gmsh] branch pristine-tar updated (d3e367f -> 1cbe948)
Anton Gladky
- [gmsh] 01/01: pristine-tar data for gmsh_2.9.3+dfsg1.orig.tar.xz
Anton Gladky
- [gmsh] annotated tag upstream/2.9.3+dfsg1 created (now f501daa)
Anton Gladky
- [cpl-plugin-kmos] branch debian updated (bd44d09 -> ffcf852)
Ole Streicher
- [cpl-plugin-kmos] 01/01: Limit CI test dependency to plugin
Ole Streicher
- [cpl-plugin-kmos] tag debian/1.3.5+dfsg-3 created (now ffcf852)
Ole Streicher
- [python-pyorick] annotated tag debian/1.4-1_bpo8+1 created (now 5534878)
Thibaut Jean-Claude Paumard
- [python-pyorick] annotated tag debian/1.4-1_bpo8+1 deleted (was 5534878)
Thibaut Jean-Claude Paumard
- [python-pyorick] annotated tag debian/1.4-1_bpo8+1 created (now f12ce85)
Thibaut Jean-Claude Paumard
- [python-pyorick] 01/01: No change backport to Jessie
Thibaut Jean-Claude Paumard
- [yorick] branch master updated (d82ba69 -> 4e9bd26)
Thibaut Jean-Claude Paumard
- [yorick] 01/01: * Include autopkgtest suite; * Also run X11 tests during build (in xfb-run).
Thibaut Jean-Claude Paumard
- r47037 - in /packages/qwtplot3d/trunk/debian: changelog control patches/01_makefile.patch rules
gudjon-guest at users.alioth.debian.org
- r47038 - in /packages/qwtplot3d/trunk/debian: changelog control
gudjon-guest at users.alioth.debian.org
- r47039 - in /packages/gspiceui/trunk/debian: changelog control gspiceui.desktop patches/01_makefile.patch patches/02_fix_compilation.patch patches/04_gwave.patch patches/05_manual_path.patch patches/series rules
gudjon-guest at users.alioth.debian.org
- [cpl-plugin-sinfo] branch debian updated (43d749b -> d5d1fe1)
Ole Streicher
- [cpl-plugin-sinfo] 01/01: Limit CI test dependency to plugin
Ole Streicher
- [cpl-plugin-sinfo] tag debian/2.6.0+dfsg-3 created (now d5d1fe1)
Ole Streicher
- [cpl-plugin-uves] branch debian updated (e3b3162 -> 351d943)
Ole Streicher
- [cpl-plugin-uves] 01/01: Limit CI test dependency to plugin
Ole Streicher
- [cpl-plugin-uves] tag debian/5.5.2+dfsg-3 created (now 351d943)
Ole Streicher
- [yorick] branch master updated (4e9bd26 -> 9cc39a1)
Thibaut Jean-Claude Paumard
- [yorick] 01/01: get rid of texi2html
Thibaut Jean-Claude Paumard
- [yorick] branch master updated (9cc39a1 -> 99d4ea6)
Thibaut Jean-Claude Paumard
- [yorick] 01/01: * don't install LICENSE.md * prune timestamps from .doc ASCI files
Thibaut Jean-Claude Paumard
- [cpl-plugin-vimos] branch debian updated (ecda210 -> 5c371e4)
Ole Streicher
- [cpl-plugin-vimos] 01/01: Limit CI test dependency to plugin
Ole Streicher
- [cpl-plugin-vimos] tag debian/2.9.15+dfsg-4 created (now 5c371e4)
Ole Streicher
- [yorick] branch master updated (99d4ea6 -> 80b88e3)
Thibaut Jean-Claude Paumard
- [yorick] 01/01: Separate build-indep from build-arch
Thibaut Jean-Claude Paumard
- [yorick] branch master updated (80b88e3 -> 8135674)
Thibaut Jean-Claude Paumard
- [yorick] 01/01: * Patch build system to make it reproducible.
Thibaut Jean-Claude Paumard
- [clfft] annotated tag v2.4 created (now 13e8458)
Jérôme Kieffer
- [clfft] annotated tag v2.2 created (now 9666bc7)
Jérôme Kieffer
- [clfft] tag v2.0 created (now ca7eedd)
Jérôme Kieffer
- r47040 - in /packages/gspiceui/trunk/debian: changelog patches/01_makefile.patch
gudjon-guest at users.alioth.debian.org
- [dune-common] annotated tag debian/2.4.20150521g15491c4-1 created (now 56f7695)
Ansgar Burchardt
- [dune-common] 01/01: changelog for 2.4~20150521g15491c4-1
Ansgar Burchardt
- [dune-common] branch master updated (f988ea1 -> 9a3221a)
Ansgar Burchardt
- r47041 - in /packages/gspiceui/trunk/debian: changelog control
gudjon-guest at users.alioth.debian.org
- [yorick] branch master updated (8135674 -> dee17c4)
Thibaut Jean-Claude Paumard
- [yorick] 01/01: Update changelog
Thibaut Jean-Claude Paumard
- [yorick] annotated tag debian/2.2.04+dfsg1-2 created (now ed64dfb)
Thibaut Jean-Claude Paumard
- [yorick] annotated tag debian/2.2.04+dfsg1-2_bpo8+1 created (now e856e54)
Thibaut Jean-Claude Paumard
- [yorick] 01/01: update changelog for backport
Thibaut Jean-Claude Paumard
- [arrayfire] branch master created (now 38a2496)
Ghislain Vaillant
- [arrayfire] branch debian/sid created (now 4cf1deb)
Ghislain Vaillant
- [arrayfire] 01/40: d/changelog: first entry, ITP, UNRELEASED
Ghislain Vaillant
- [arrayfire] 02/40: d/control: add source package metadata
Ghislain Vaillant
- [arrayfire] 03/40: d/control: add lib, dev and doc binary packages
Ghislain Vaillant
- [arrayfire] 04/40: d/rules: initial commit + cmake build flags
Ghislain Vaillant
- [arrayfire] 05/40: add install files for all binary packages
Ghislain Vaillant
- [arrayfire] 06/40: add documentation metadata file
Ghislain Vaillant
- [arrayfire] 07/40: add copyright info
Ghislain Vaillant
- [arrayfire] 08/40: add common docs
Ghislain Vaillant
- [arrayfire] 09/40: add rest of packaging info
Ghislain Vaillant
- [arrayfire] 10/40: d/control: add bdeps for cpu backend
Ghislain Vaillant
- [arrayfire] 11/40: d/rules: typo fix in cmake flags
Ghislain Vaillant
- [arrayfire] 12/40: disable multi-arch like install paths
Ghislain Vaillant
- [arrayfire] 13/40: d/rules: cleaner rules
Ghislain Vaillant
- [arrayfire] 14/40: d/control: add bdep on pkg-config
Ghislain Vaillant
- [arrayfire] 15/40: d/rules: disable docs
Ghislain Vaillant
- [arrayfire] 16/40: d/*.install: disable versioned shlibs
Ghislain Vaillant
- [arrayfire] 17/40: d/patches: add upstream patch for soversion versioning
Ghislain Vaillant
- [arrayfire] 18/40: d/*.install: use versioned shlibs
Ghislain Vaillant
- [arrayfire] 19/40: d/*.install: fix doc install
Ghislain Vaillant
- [arrayfire] 20/40: d/rules: enable documentation build
Ghislain Vaillant
- [arrayfire] 21/40: d/*.install: better path for docs
Ghislain Vaillant
- [arrayfire] 22/40: d/control: better metadata for -dev package
Ghislain Vaillant
- [arrayfire] 23/40: d/control: better description
Ghislain Vaillant
- [arrayfire] 24/40: d/rules: simpler rules
Ghislain Vaillant
- [arrayfire] 25/40: add debug package
Ghislain Vaillant
- [arrayfire] 26/40: d/s/lintian-overrides: add overrides for highlight.js
Ghislain Vaillant
- [arrayfire] 27/40: d/watch: add project watch file
Ghislain Vaillant
- [arrayfire] 28/40: d/control: add alternatives for blas dependency
Ghislain Vaillant
- [arrayfire] 29/40: d/rules: clean out commented noise
Ghislain Vaillant
- [arrayfire] 30/40: d/control: -dev package does not need shlibs:Depends
Ghislain Vaillant
- [arrayfire] 31/40: d/*.install: move cmake find modules to share instead of lib
Ghislain Vaillant
- [arrayfire] 32/40: d/copyright: add missing licensing information
Ghislain Vaillant
- [arrayfire] 33/40: d/p/0001*.patch: add DEP-3 header
Ghislain Vaillant
- [arrayfire] 34/40: d/changelog: release to experimental
Ghislain Vaillant
- [arrayfire] 35/40: rename binary packages from libarrayfire to libarrayfire-cpu
Ghislain Vaillant
- [arrayfire] 36/40: d/*.install: cmake module in usr/lib not usr/share
Ghislain Vaillant
- [arrayfire] 37/40: add gbp configuration
Ghislain Vaillant
- [arrayfire] 38/40: d/control: ascii sort of ideps
Ghislain Vaillant
- [arrayfire] 39/40: fix shlibs package name convention
Ghislain Vaillant
- [arrayfire] 40/40: d/control: ascii sort binary package name
Ghislain Vaillant
- [arrayfire] annotated tag upstream/3.0_beta created (now c2451bd)
Ghislain Vaillant
- [arrayfire] annotated tag v3.0beta created (now be64535)
Ghislain Vaillant
- [arrayfire] branch debian/experimental created (now 4cf1deb)
Ghislain Vaillant
- [eso-midas] branch debian updated (27f1a68 -> a97ff5f)
Ole Streicher
- [eso-midas] 01/06: Note CI test in changelog
Ole Streicher
- [eso-midas] 02/06: Imported Upstream version 15.02pl1.2
Ole Streicher
- [eso-midas] 03/06: Merge tag 'upstream/15.02pl1.2' into debian
Ole Streicher
- [eso-midas] 04/06: Remove patches that are applied upstream now
Ole Streicher
- [eso-midas] 05/06: Remove patch fix_esoext_c.patch This patch was not applied by ESO; however it is not that important to keep it.
Ole Streicher
- [eso-midas] 06/06: Update changelog
Ole Streicher
- [eso-midas] branch pristine-tar updated (54b55dc -> 7760373)
Ole Streicher
- [eso-midas] 01/01: pristine-tar data for eso-midas_15.02pl1.2.orig.tar.gz
Ole Streicher
- [eso-midas] annotated tag upstream/15.02pl1.2 created (now 760cd71)
Ole Streicher
- [arrayfire] branch debian/sid deleted (was 4cf1deb)
Ghislain Vaillant
- [testu01] branch master updated (d3fc2f3 -> 5bfc0fd)
Jerome Benoit
- [testu01] 01/01: Slightly Adjusted Imported Debian patch 1.2.3+ds-1
Jerome Benoit
- [testu01] tag debian/1.2.3+ds-1 updated (d3fc2f3 -> 5bfc0fd)
Jerome Benoit
- [mpfi] branch master created (now 1004c91)
Jerome Benoit
- [mpfi] 01/39: Imported Debian patch 1.3.4~rc4~cvs20080519-1
Jerome Benoit
- [mpfi] 02/39: Merge commit 'upstream/1.4'
Jerome Benoit
- [mpfi] 03/39: Convert to 3.0 quilt format.
Jerome Benoit
- [mpfi] 04/39: mpfr_random has been removed in MPFR 3.0.
Jerome Benoit
- [mpfi] 05/39: Move to debhelper v7.
Jerome Benoit
- [mpfi] 06/39: Rerun autoconf and friends.
Jerome Benoit
- [mpfi] 07/39: Version dependancy on debhelper and use {misc:Depends}.
Jerome Benoit
- [mpfi] 08/39: Remove obsolete option to dh_clean.
Jerome Benoit
- [mpfi] 09/39: Don't ship the .la file.
Jerome Benoit
- [mpfi] 10/39: Add project Homepage.
Jerome Benoit
- [mpfi] 11/39: Update copyrigth statement.
Jerome Benoit
- [mpfi] 12/39: Update Standards-Version
Jerome Benoit
- [mpfi] 13/39: Prepare debian upload.
Jerome Benoit
- [mpfi] 14/39: Merge commit 'upstream/1.5-dev'
Jerome Benoit
- [mpfi] 15/39: Package new snapshot.
Jerome Benoit
- [mpfi] 16/39: Enable tests in debian/rules.
Jerome Benoit
- [mpfi] 17/39: Merge commit 'upstream/1.5'
Jerome Benoit
- [mpfi] 18/39: Update copyright years.
Jerome Benoit
- [mpfi] 19/39: Prepare debian upload.
Jerome Benoit
- [mpfi] 20/39: Added Vcs-* links.
Jerome Benoit
- [mpfi] 21/39: Apply patch by Philippe Theveny to fix tis_zero.
Jerome Benoit
- [mpfi] 22/39: Prepare debian upload.
Jerome Benoit
- [mpfi] 23/39: Apply patch by Nobuhiro Iwamatsu, fixing build on sh4.
Jerome Benoit
- [mpfi] 24/39: Switch to new libgmp-dev build-depends.
Jerome Benoit
- [mpfi] 25/39: Update my email address.
Jerome Benoit
- [mpfi] 26/39: Prepare debian upload.
Jerome Benoit
- [mpfi] 27/39: Unapply patch to the master branch.
Jerome Benoit
- [mpfi] 28/39: Properly switch to quilt format.
Jerome Benoit
- [mpfi] 29/39: Prepare debian upload.
Jerome Benoit
- [mpfi] 30/39: Use a minimalist rules file.
Jerome Benoit
- [mpfi] 31/39: Merge tag 'upstream/1.5.1'
Jerome Benoit
- [mpfi] 32/39: New upstream release.
Jerome Benoit
- [mpfi] 33/39: Remove patch applied upstream.
Jerome Benoit
- [mpfi] 34/39: Document patch removal.
Jerome Benoit
- [mpfi] 35/39: Import 1.5.1-2.
Jerome Benoit
- [mpfi] 36/39: Apply patch by Logan Rosen to fix FTBFS on ppc64el.
Jerome Benoit
- [mpfi] branch pristine-tar created (now 5c613c1)
Jerome Benoit
- [mpfi] 37/39: Prepare debian upload.
Jerome Benoit
- [mpfi] 38/39: Merge tag 'upstream/1.5.1+ds'
Jerome Benoit
- [mpfi] 39/39: Imported Debian patch 1.5.1+ds-1
Jerome Benoit
- [mpfi] 01/01: pristine-tar data for mpfi_1.5.1+ds.orig.tar.bz2
Jerome Benoit
- [mpfi] annotated tag debian/1.3.4.rc4.cvs20080519-1 created (now 7fa1361)
Jerome Benoit
- [mpfi] annotated tag upstream/1.5.1+ds created (now aeed104)
Jerome Benoit
- [mpfi] tag debian/1.5-1 created (now 5527f64)
Jerome Benoit
- [mpfi] tag debian/1.4-1 created (now 9313c11)
Jerome Benoit
- [mpfi] annotated tag upstream/1.4 created (now 9d70e05)
Jerome Benoit
- [mpfi] annotated tag upstream/1.5.1 created (now ac81a2f)
Jerome Benoit
- [mpfi] annotated tag upstream/1.3.4.rc4.cvs20080519 created (now 53366c6)
Jerome Benoit
- [mpfi] annotated tag upstream/1.5 created (now 2ca1140)
Jerome Benoit
- [mpfi] tag debian/1.5-2 created (now 6903313)
Jerome Benoit
- [mpfi] tag debian/1.5.1-3 created (now c98148e)
Jerome Benoit
- [mpfi] tag debian/1.5.1-1 created (now c646fe9)
Jerome Benoit
- [mpfi] tag debian/1.5.1+ds-1 created (now 1004c91)
Jerome Benoit
- [mpfi] tag upstream/1.5-r525 created (now eb8bb3b)
Jerome Benoit
- [mpfi] tag debian/1.5.1-2 created (now 18413b9)
Jerome Benoit
- [mpfi] tag debian/1.5-4 created (now 06fbc1b)
Jerome Benoit
- [mpfi] tag debian/1.5-3 created (now cbfa429)
Jerome Benoit
- [mpfi] tag debian/1.5-5 created (now 2826867)
Jerome Benoit
- [qrouter] branch master updated (f948f58 -> cfe83c3)
Ruben Undheim
- [qrouter] 01/01: New version for unstable
Ruben Undheim
- [qrouter] tag debian/1.3.8-2 created (now cfe83c3)
Ruben Undheim
- [sagemath] branch master updated (3c82ad9 -> 8c3346b)
Tobias Hansen
- [sagemath] branch sage-6.5 updated (9247f8e -> 9ecb890)
Tobias Hansen
- [sagemath] 01/04: Update sage to 6.7.
Tobias Hansen
- [sagemath] 02/04: Update version in changelog to 6.7.
Tobias Hansen
- [sagemath] 03/04: Refresh patches for sage 6.7.
Tobias Hansen
- [sagemath] 04/04: Remove gdmodule from pruner.
Tobias Hansen
- [sagemath] 01/02: Build with Sage's singular entirely.
Tobias Hansen
- [sagemath] 02/02: Find local singular library.
Tobias Hansen
- [mpfi] branch master updated (1004c91 -> b14aa89)
Jerome Benoit
- [mpfi] 01/01: Slightly Improved Imported Debian patch 1.5.1+ds-1
Jerome Benoit
- [mpfi] tag debian/1.5.1+ds-1 updated (1004c91 -> b14aa89)
Jerome Benoit
- [sagemath] branch master updated (8c3346b -> 56d152d)
Tobias Hansen
- [sagemath] 01/03: Add markupsafe and mistune entries to pruner.
Tobias Hansen
- [sagemath] 02/03: Add pari.patch to let sage find pari.desc.
Tobias Hansen
- [sagemath] 03/03: Move parts of unbreak.patch to maxima.patch and pari.patch.
Tobias Hansen
- [maxima-sage] branch master created (now 7a9dcb4)
Tobias Hansen
- [maxima-sage] branch pristine-tar created (now cc5ea4d)
Tobias Hansen
- [maxima-sage] 01/01: pristine-tar data for maxima_5.35.1.orig.tar.gz
Tobias Hansen
- [maxima-sage] annotated tag upstream/5.35.1 created (now 72cb056)
Tobias Hansen
- [maxima-sage] annotated tag debian/5.35.1-5 created (now 6d06494)
Tobias Hansen
- [maxima-sage] annotated tag debian/5.35.1-1 created (now f771ca8)
Tobias Hansen
- [pari-sage] branch master created (now 5a27e22)
Tobias Hansen
- [pari-sage] 01/12: Imported Upstream version 2.7.2
Tobias Hansen
- [pari-sage] 02/12: Imported Debian patch 2.7.2-1
Tobias Hansen
- [pari-sage] 03/12: Imported Upstream version 2.8-1369-g0e48e9b
Tobias Hansen
- [pari-sage] 04/12: Merge tag 'upstream/2.8-1369-g0e48e9b'
Tobias Hansen
- [pari-sage] 05/12: Update changelog.
Tobias Hansen
- [pari-sage] 06/12: Update watch file to check sage website.
Tobias Hansen
- [pari-sage] 07/12: Apply public_memory_functions.patch from sage.
Tobias Hansen
- [pari-sage] 08/12: Imported Upstream version 2.8-1564-gdeac36e
Tobias Hansen
- [pari-sage] 09/12: Merge tag 'upstream/2.8-1564-gdeac36e'
Tobias Hansen
- [pari-sage] 10/12: Update version in changelog and refresh patch.
Tobias Hansen
- [pari-sage] 11/12: Create .gitignore to ignore .pc directory.
Tobias Hansen
- [pari-sage] 12/12: Create debian/gbp.conf to use pristine-tar.
Tobias Hansen
- [pari-sage] branch pristine-tar created (now cf60452)
Tobias Hansen
- [pari-sage] 01/03: pristine-tar data for pari_2.7.2.orig.tar.gz
Tobias Hansen
- [pari-sage] 02/03: pristine-tar data for pari_2.8-1369-g0e48e9b.orig.tar.gz
Tobias Hansen
- [pari-sage] 03/03: pristine-tar data for pari_2.8-1564-gdeac36e.orig.tar.gz
Tobias Hansen
- [pari-sage] annotated tag debian/2.7.2-1 created (now b5b6d59)
Tobias Hansen
- [pari-sage] annotated tag upstream/2.8-1369-g0e48e9b created (now a4d122d)
Tobias Hansen
- [pari-sage] annotated tag upstream/2.8-1564-gdeac36e created (now 6958612)
Tobias Hansen
- [pari-sage] annotated tag upstream/2.7.2 created (now 16fc8ca)
Tobias Hansen
- [lcalc] branch pari-2.8 created (now 4269576)
Tobias Hansen
- [lcalc] 01/03: Disable patches pari_2.7.patch and init_stack.patch add new patch pari_2.8.patch.
Tobias Hansen
- [lcalc] 02/03: Change package version for this test version to 1.23+dfsg-5sage1.
Tobias Hansen
- [lcalc] 03/03: State the purpose of this package version in changelog: rebuilding against pari-2.8.
Tobias Hansen
- [maxima-sage] branch master updated (7a9dcb4 -> 36784d0)
Tobias Hansen
- [maxima-sage] 01/01: Add sage suffix to new package versions.
Tobias Hansen
- [minieigen] branch master updated (724d42d -> 8a47ac0)
Anton Gladky
- [minieigen] 01/01: Change LGPL-3.0+ on LGPL-3.0 (typo)
Anton Gladky
- [mpfi] branch master updated (b14aa89 -> aec8fdc)
Jerome Benoit
- [mpfi] 01/01: Corrected Imported Debian patch 1.5.1+ds-1
Jerome Benoit
- [mpfi] tag debian/1.5.1+ds-1 updated (b14aa89 -> aec8fdc)
Jerome Benoit
- [openturns] branch debian updated (510af75 -> 6243588)
Denis Barbier
- [openturns] 01/04: Rewrite randommixture-x86.patch
Denis Barbier
- [openturns] 02/04: Update debian/changelog and upload 1.5-6 into unstable
Denis Barbier
- [openturns] 03/04: Also fix Python tests about RandomMixture
Denis Barbier
- [openturns] annotated tag debian/1.5-7 created (now 98d8ba6)
Denis Barbier
- [openturns] annotated tag debian/1.5-6 created (now 09674ed)
Denis Barbier
- [openturns] 04/04: Update debian/changelog and upload 1.5-7 into unstable
Denis Barbier
- [testu01] branch master updated (5bfc0fd -> 9eae5d2)
Jerome Benoit
- [testu01] 01/01: Imported Debian patch 1.2.3+ds-1 (d/copyright Comments)
Jerome Benoit
- [testu01] tag debian/1.2.3+ds-1 updated (5bfc0fd -> 9eae5d2)
Jerome Benoit
- [qcustomplot] branch master updated (f213af0 -> bfc7230)
Anton Gladky
- [qcustomplot] 01/08: Add d/watch file.
Anton Gladky
- [qcustomplot] 02/08: Update d/copyright.
Anton Gladky
- [qcustomplot] 03/08: Merge tag 'upstream/1.3.1+dfsg1'
Anton Gladky
- [qcustomplot] 04/08: Update patch.
Anton Gladky
- [qcustomplot] 05/08: Update so-number.
Anton Gladky
- [qcustomplot] 06/08: Install cmake-file for cmake-3.2. (Closes: #784769)
Anton Gladky
- [qcustomplot] branch pristine-tar updated (64ff308 -> bb65b65)
Anton Gladky
- [qcustomplot] 07/08: Apply cme fix dpkg-control.
Anton Gladky
- [qcustomplot] 08/08: Update changelog.
Anton Gladky
- [qcustomplot] 01/01: pristine-tar data for qcustomplot_1.3.1+dfsg1.orig.tar.xz
Anton Gladky
- [qcustomplot] annotated tag debian/1.3.1+dfsg1-1 created (now 181117f)
Anton Gladky
- [qcustomplot] annotated tag upstream/1.3.1+dfsg1 created (now df1a3fd)
Anton Gladky
- [python-gnuplot] branch master updated (289f088 -> 1a9b137)
Josué Ortega
- [python-gnuplot] 01/02: Added News.txt as upstream changelog
Josué Ortega
- [python-gnuplot] 02/02: Merge branch 'master' of ssh://git.debian.org/git/debian-science/packages/python-gnuplot
Josué Ortega
- [python-cpl] branch debian updated (5d2cf2e -> 67843eb)
Ole Streicher
- [python-cpl] 01/01: Fix copyright short name in debian/copyright
Ole Streicher
- [sagemath] branch master updated (56d152d -> 2faa3c7)
Tobias Hansen
- [sagemath] 01/01: Fix python_installs_in_userdir.patch after recent move of the python setup.py install command.
Tobias Hansen
- [python-cpl] branch debian updated (67843eb -> 994770d)
Ole Streicher
- [python-cpl] 01/01: Finalize changelog
Ole Streicher
- [python-cpl] tag debian/0.7-2 created (now 994770d)
Ole Streicher
- [arrayfire] branch debian/experimental updated (4cf1deb -> c6c033b)
Ghislain Vaillant
- [arrayfire] 01/06: d/*doc-base: change section
Ghislain Vaillant
- [arrayfire] 02/06: d/p: add multiarch patch
Ghislain Vaillant
- [arrayfire] 03/06: d/*.install: fix multiarch paths
Ghislain Vaillant
- [arrayfire] 04/06: d/p: better patch series
Ghislain Vaillant
- [arrayfire] 05/06: d/control: enable multiarch for shlib package
Ghislain Vaillant
- [arrayfire] 06/06: d/p/0002*.patch: add dep3 header
Ghislain Vaillant
- [eclib] branch master updated (48443af -> 4158f3d)
Julien Puydt
- [eclib] 01/02: Disable boost to fix #786613
Julien Puydt
- [eclib] 02/02: Better d/copyright
Julien Puydt
- [ssm] branch master updated (9a945b9 -> d9139b2)
Frédéric-Emmanuel Picca
- [ssm] 01/01: fix the copyright file
Frédéric-Emmanuel Picca
- [berkeley-abc] branch master-jessie updated (44e65a7 -> ab112d1)
Ruben Undheim
- [berkeley-abc] 01/01: Fixed patch
Ruben Undheim
- [berkeley-abc] branch master-jessie updated (ab112d1 -> a0a6807)
Ruben Undheim
- [berkeley-abc] 01/01: Removed not important patch
Ruben Undheim
- [berkeley-abc] branch master-jessie updated (a0a6807 -> f757b75)
Ruben Undheim
- [berkeley-abc] 01/01: Added changelog entry
Ruben Undheim
- [berkeley-abc] branch master-jessie updated (f757b75 -> 6058dfc)
Ruben Undheim
- [berkeley-abc] 01/01: More in changelog entry
Ruben Undheim
- [berkeley-abc] branch master-jessie updated (6058dfc -> 7d30f23)
Ruben Undheim
- [berkeley-abc] 01/01: Fixed small typo in version string
Ruben Undheim
- [arrayfire] branch debian/experimental updated (c6c033b -> e39cb7c)
Ghislain Vaillant
- [arrayfire] 01/01: d/*doc-base: fix section
Ghislain Vaillant
- [gmsh] branch master updated (a2fc60f -> 598be7f)
Anton Gladky
- [gmsh] 01/05: Add mpi-default-bin into BD.
Anton Gladky
- [gmsh] 02/05: Move libjava-gmsh.so into libjava-gmsh2.
Anton Gladky
- [gmsh] 03/05: Relax check of python versions.
Anton Gladky
- [gmsh] 04/05: Move debian/upstream -> debian/upstream/metadata
Anton Gladky
- [gmsh] 05/05: Update changelog.
Anton Gladky
- [gmsh] annotated tag debian/2.9.3+dfsg1-1 created (now e7cbbc8)
Anton Gladky
- [debian-ros] branch master created (now 47a3792)
Leopold Palomo-Avellaneda
- [debian-ros] branch pristine-tar created (now 52afd95)
Leopold Palomo-Avellaneda
- [debian-ros] 01/01: Initial prototype of package
Leopold Palomo-Avellaneda
- [debian-ros] 01/01: pristine-tar data for debian-ros_0.1.orig.tar.gz
Leopold Palomo-Avellaneda
- [debian-ros] annotated tag upstream/0.1 created (now 38924a9)
Leopold Palomo-Avellaneda
- [pynac] branch master updated (adebb95 -> a6dad74)
Julien Puydt
- [pynac] 01/02: Merge tag 'upstream/0.3.8'
Julien Puydt
- [pynac] 02/02: Updated to 0.3.8
Julien Puydt
- [pynac] branch pristine-tar updated (a213eea -> 222997f)
Julien Puydt
- [pynac] 01/01: pristine-tar data for pynac_0.3.8.orig.tar.gz
Julien Puydt
- [pynac] annotated tag upstream/0.3.7 created (now a3d3707)
Julien Puydt
- [pynac] annotated tag upstream/0.3.6 created (now c13ab50)
Julien Puydt
- [pynac] annotated tag upstream/0.3.8 created (now dff13dd)
Julien Puydt
- [wcstools] branch debian updated (2c0c828 -> 9d999c5)
Ole Streicher
- [wcstools] 01/01: Fix crash with long CTYPEs. https://bugs.launchpad.net/ubuntu/+source/wcstools/+bug/1458333
Ole Streicher
- [wcstools] tag ubuntu/3.8.4-0-ubuntu1 created (now 3521ef4)
Ole Streicher
- [wcstools] tag debian/3.9.2-2 created (now 9d999c5)
Ole Streicher
- [wcstools] 01/01: Ubuntu prerelease
Ole Streicher
- [wcstools] tag ubuntu/3.8.4-0-ubuntu1 deleted (was 3521ef4)
Ole Streicher
- [berkeley-abc] tag debian/1.01+20140822hg4d547a5+dfsg-1+deb8u1 created (now 7d30f23)
Ruben Undheim
- [python-cpl] branch debian updated (994770d -> dbd962a)
Ole Streicher
- [python-cpl] 01/01: Fix multiarch default path
Ole Streicher
- [python-cpl] tag debian/0.7-3 created (now dbd962a)
Ole Streicher
- [debian-ros] branch master updated (47a3792 -> 8fab34d)
Leopold Palomo-Avellaneda
- [debian-ros] 01/01: Deleted wrong package
Leopold Palomo-Avellaneda
- [sagemath] branch master updated (2faa3c7 -> b6e12c7)
Tobias Hansen
- [sagemath] 01/01: Allow ipython spkg install in user path.
Tobias Hansen
- [wcstools] branch debian updated (9d999c5 -> be7adf9)
Ole Streicher
- [wcstools] 01/01: Adjust test results for 3.9.2 version
Ole Streicher
- [python-astropy] branch debian updated (60ee285 -> f7ca3c9)
Ole Streicher
- [python-astropy] 01/01: Point watch file to pypi.debian.net
Ole Streicher
- [roscpp-core] branch master updated (96659d2 -> 5e8f66d)
Jochen Sprickerhof
- [roscpp-core] 01/03: Imported Upstream version 0.5.6
Jochen Sprickerhof
- [roscpp-core] 02/03: Merge tag 'upstream/0.5.6'
Jochen Sprickerhof
- [roscpp-core] 03/03: Update changelog for 0.5.6-1 release
Jochen Sprickerhof
- [roscpp-core] annotated tag upstream/0.5.6 created (now efa8be5)
Jochen Sprickerhof
- [roscpp-core] branch pristine-tar updated (54031f5 -> 7a69d6c)
Jochen Sprickerhof
- [roscpp-core] 01/01: pristine-tar data for roscpp-core_0.5.6.orig.tar.gz
Jochen Sprickerhof
- [python-pyds9] branch debian updated (1911f25 -> 4e2d664)
Ole Streicher
- [python-pyds9] 01/01: Add astropy dependency to CI test
Ole Streicher
- [python-pyds9] tag debian/1.7-4 created (now 4e2d664)
Ole Streicher
- [sextractor] branch debian updated (09a3ec9 -> 939f2bb)
Ole Streicher
- [sextractor] 01/01: Replace the build date with the last changed date of configure.ac
Ole Streicher
- [sextractor] branch debian updated (939f2bb -> f9a3692)
Ole Streicher
- [sextractor] 01/01: Fix date string retrieval
Ole Streicher
- [ros-comm] branch master updated (0398ea3 -> b65f92d)
Jochen Sprickerhof
- [ros-comm] 01/01: Update section of rosout
Jochen Sprickerhof
- [geometry] branch master updated (271babc -> 0e37d5d)
Jochen Sprickerhof
- [geometry] 01/01: Update tf-tools section
Jochen Sprickerhof
- [clblas] branch master created (now a6b3f9d)
Ghislain Vaillant
- [clblas] 01/125: Initial check-in of open source clBLAS code
Ghislain Vaillant
- [clblas] 02/125: Changing version number to 2.0
Ghislain Vaillant
- [clblas] 03/125: Adding link to our API documentation on GitHub Pages
Ghislain Vaillant
- [clblas] 04/125: Adding link to our API documentation on GitHub Pages
Ghislain Vaillant
- [clblas] 05/125: fixing cmake files to allow for netlib blas reference
Ghislain Vaillant
- [clblas] 06/125: Fixed paths to source doxygen files
Ghislain Vaillant
- [clblas] 07/125: Merge branch 'develop' of https://github.com/clMathLibraries/clBLAS into develop
Ghislain Vaillant
- [clblas] 08/125: Changing ACMLROOT to the more standard cmake name ACML_ROOT
Ghislain Vaillant
- [clblas] 09/125: Adding support for msvc11 compilers. Changing the output directory of tplgen to generate the .clT files out-of-source. This way the source directory is not polluted with generated files
Ghislain Vaillant
- [clblas] 10/125: Removing tplgen configure.bat which is not used anymore. Fixing linux build problem with path differences between gcc and msvc
Ghislain Vaillant
- [clblas] 11/125: Updates to the readme.md file
Ghislain Vaillant
- [clblas] 12/125: Merge pull request #4 from kknox/develop
Ghislain Vaillant
- [clblas] 13/125: Fixed a bug wherein the build would fail if a release build were built before debug build Removing /stack from windows builds; adding printscreen support for nmake builds Changing install suffixes based upon user settable cmake cache variables: SUFFIX_BIN/SUFFIX_LIB
Ghislain Vaillant
- [clblas] 14/125: Merge pull request #9 from kknox/develop
Ghislain Vaillant
- [clblas] 15/125: Change CMAKE version requirement to 2.8
Ghislain Vaillant
- [clblas] 16/125: Merge pull request #11 from pavanky/develop
Ghislain Vaillant
- [clblas] 17/125: Adding basic support for pkg-config based configuration management, for gcc based distributions.
Ghislain Vaillant
- [clblas] 18/125: Bumped the SOVERSION to 2 to account for ABI changes Fixed several typos in .pc file
Ghislain Vaillant
- [clblas] 19/125: Merge pull request #13 from kknox/add-pkgconfig
Ghislain Vaillant
- [clblas] 20/125: Adding CUDA_PATH as an option for OPENCL_ROOT
Ghislain Vaillant
- [clblas] 21/125: CUDA uses Win32 to store 32 bit libraries
Ghislain Vaillant
- [clblas] 22/125: Cleanup of txt not in the spirit of the clMath Apache license
Ghislain Vaillant
- [clblas] 23/125: Fix build problems on OS X.
Ghislain Vaillant
- [clblas] 24/125: Merge pull request #16 from accelereyes/develop
Ghislain Vaillant
- [clblas] 25/125: add to travis build. change default device type to cpu. need to enable build-testcorrectness (link to acml) in the build.
Ghislain Vaillant
- [clblas] 26/125: Update README.md
Ghislain Vaillant
- [clblas] 27/125: Merge pull request #17 from TimmyLiu/develop
Ghislain Vaillant
- [clblas] 28/125: Fix compilation warnings: - assignment used as condition warnings for the error checking - writeable char constant warning. - Fix sprintf of size_t values to not (potentially) print garbage. - Remove extra parentheses around condition in if(). - Replace explicit NULL dereference by a call to abort().
Ghislain Vaillant
- [clblas] 29/125: Merge pull request #18 from abergeron/osx-build
Ghislain Vaillant
- [clblas] 30/125: Adding guards around the clBLAS version numbers, to support an external script setting the library version through the command line -D mechanism. Changing the name of AMD_CLBLAS_STORAGE_PATH to CLBLAS_STORAGE_PATH Bugfix for clAmdBlasCgemm() in wrapper legacy header; eliminated the offX parameters which were not present in original header
Ghislain Vaillant
- [clblas] 31/125: fix a bug in performance client. Since the performance is calculated by the average of 20 runs, clReleaseMemObject and delete buffer should be done in between runs instead of after all runs in the destructor. In certain device and size of matrix, the client will report a slower performance due to this inapproriate handling of memory. Also updated the travis CI build script. Force the client test to CPU from command line in stead of source code.
Ghislain Vaillant
- [clblas] 32/125: Make GTest work on OS X
Ghislain Vaillant
- [clblas] 33/125: OSX: Provide nanosecond resolution timer for tests
Ghislain Vaillant
- [clblas] 34/125: Merge pull request #22 from gicmo/gtest_osx
Ghislain Vaillant
- [clblas] 35/125: Kernel cache: Store if we have the source for a kernel
Ghislain Vaillant
- [clblas] 36/125: Merge pull request #24 from gicmo/osx_kern_source
Ghislain Vaillant
- [clblas] 37/125: Update README.md
Ghislain Vaillant
- [clblas] 38/125: Adding 'staging' directory to make it easier to debug; all binary code is copied together Adding new install logic for debug builds to copy debug runtimes into package Adding new install logic to copy test dependencies into package if tests are built
Ghislain Vaillant
- [clblas] 39/125: Modified travis build file to make release builds, and to run unit test in package directory
Ghislain Vaillant
- [clblas] 40/125: Merge pull request #26 from kknox/develop
Ghislain Vaillant
- [clblas] 41/125: fix bug in ssyrk, now use only uint for mad24
Ghislain Vaillant
- [clblas] 42/125: Merge pull request #27 from BenjaminCoquelle/develop
Ghislain Vaillant
- [clblas] 43/125: fix typos in CONTRIBUTING.md
Ghislain Vaillant
- [clblas] 44/125: Merge pull request #28 from nikai3d/patch-1
Ghislain Vaillant
- [clblas] 45/125: add support of hemm, herk, her2k, syrk, syr2k to performance test suite(client)
Ghislain Vaillant
- [clblas] 46/125: fix the flops calculation formula
Ghislain Vaillant
- [clblas] 47/125: fix the flop calculation formula for syr2k
Ghislain Vaillant
- [clblas] 48/125: Merge pull request #29 from TimmyLiu/develop
Ghislain Vaillant
- [clblas] 49/125: The ACML_ROOT variable was being clobbered even if the user passed in a valid value for ACML_ROOT through the command line. Removed the overwrite statement and instead added the ACML_ROOT environment variable to the HINTS section of find_library().
Ghislain Vaillant
- [clblas] 50/125: Modified search path for ACML; if looking in _mp subdir, make sure to search and link _mp libs accordingly
Ghislain Vaillant
- [clblas] 51/125: Renamed version.h to clBLAS.version.h
Ghislain Vaillant
- [clblas] 52/125: updating documentation
Ghislain Vaillant
- [clblas] 53/125: Merge pull request #30 from BenjaminCoquelle/develop
Ghislain Vaillant
- [clblas] 54/125: add memalloc options to client (gemm and trsm)
Ghislain Vaillant
- [clblas] 55/125: bug fix
Ghislain Vaillant
- [clblas] 56/125: A fix for an uninitialized variable in the tune tool. The problem would manifest itself when the --store-kernels flag was used on the command line. Comments were added to clarify a few sections of code.
Ghislain Vaillant
- [clblas] 57/125: Merge pull request #32 from TimmyLiu/develop
Ghislain Vaillant
- [clblas] 58/125: Merge pull request #33 from kknox/tuneCrash
Ghislain Vaillant
- [clblas] 59/125: enable rect read/write for gemm
Ghislain Vaillant
- [clblas] 60/125: undate
Ghislain Vaillant
- [clblas] 61/125: bug fix
Ghislain Vaillant
- [clblas] 62/125: Improved detection of the OpenCL dependencies during the 'copy' step A little refactoring of the FindOpenCL to make it more standard
Ghislain Vaillant
- [clblas] 63/125: Merge branch 'develop' of https://github.com/clMathLibraries/clBLAS into develop
Ghislain Vaillant
- [clblas] 64/125: Update to the cmake script to copy dependencies into packages This should make the logic more robust in windows
Ghislain Vaillant
- [clblas] 65/125: Travis fix: The DIRECTORY tag on get_filename_component( ) was introduced in cmake 2.8.10.2, which Travis CI does not have by default. Revert to the old name PATH.
Ghislain Vaillant
- [clblas] 66/125: A proof-of-concept python wrapper for clBLAS. Only sgemm and the init functions are callable from python.
Ghislain Vaillant
- [clblas] 67/125: Update README.txt
Ghislain Vaillant
- [clblas] 68/125: Updated setup.py file to add appropriate paths for 64-bit and Linux
Ghislain Vaillant
- [clblas] 69/125: Converting int types to intptr_t types for pyopencl integration
Ghislain Vaillant
- [clblas] 70/125: Changes to compile for vs2013/vs12
Ghislain Vaillant
- [clblas] 71/125: bug fix of hemm and symm hanging with tuning KDB file and ssyr2k crashes on Kaveri with tuning KDB file
Ghislain Vaillant
- [clblas] 72/125: use snprintf instead of itoa to support linux system
Ghislain Vaillant
- [clblas] 73/125: Merge pull request #36 from TimmyLiu/develop
Ghislain Vaillant
- [clblas] 74/125: Add addBuildOpt helper function for building option string
Ghislain Vaillant
- [clblas] 75/125: Replace 'strcat (buildOptStr, ...' with 'addBuildOpt(buildOptStr, ...'
Ghislain Vaillant
- [clblas] 76/125: addBuildOpt: use strncat instead of strlcat
Ghislain Vaillant
- [clblas] 77/125: OSX: don't try to call *nrm2 blas calls if incx < 1 or N < 1
Ghislain Vaillant
- [clblas] 78/125: OSX: Use cblas interface for *dot blas functions
Ghislain Vaillant
- [clblas] 79/125: OSX: Use cblas interface for *asum blas functions
Ghislain Vaillant
- [clblas] 80/125: Fix c&p bug in rotmg gen introduced by addBuildOpt change
Ghislain Vaillant
- [clblas] 81/125: Merge pull request #38 from gicmo/addBuildOpt
Ghislain Vaillant
- [clblas] 82/125: Add an comment to explain the nrm2 workaround on OSX
Ghislain Vaillant
- [clblas] 83/125: Merge pull request #39 from gicmo/nrm2osx
Ghislain Vaillant
- [clblas] 84/125: Merge branch 'develop' into master Bump version to v2.2
Ghislain Vaillant
- [clblas] 85/125: Bump /develop version to v2.3 Develop branch will keep odd numbers for the 'minor' version component
Ghislain Vaillant
- [clblas] 86/125: fix correctness bug of csyr2k and zsyr2k when beta == (0,0); also fix bug in complex + for calculating reference results in ktest
Ghislain Vaillant
- [clblas] 87/125: Fix code block Markdown in README
Ghislain Vaillant
- [clblas] 88/125: Merge pull request #41 from TimmyLiu/develop
Ghislain Vaillant
- [clblas] 89/125: Merge pull request #44 from MaxBareiss/patch-1
Ghislain Vaillant
- [clblas] 90/125: enable the tune tool to test all the workgroup sizes that are multiples of wavefront but no bigger than the max workgroup size, instead of only testing the workgroup size = wavefront size
Ghislain Vaillant
- [clblas] 91/125: increase the tuning converage for one dimension of the workgroup size bigger than 32
Ghislain Vaillant
- [clblas] 92/125: s/CMAKE_SOURCE_DIR/PROJECT_SOURCE_DIR/ in library/CMakeLists.txt.
Ghislain Vaillant
- [clblas] 93/125: Merge pull request #46 from robertsdionne/develop
Ghislain Vaillant
- [clblas] 94/125: Merge pull request #47 from TimmyLiu/develop
Ghislain Vaillant
- [clblas] 95/125: Minor fix for the autogenerated kernels to work on intel CPUs
Ghislain Vaillant
- [clblas] 96/125: Merge pull request #51 from arrayfire/intelfix
Ghislain Vaillant
- [clblas] 97/125: Modified the logic to copy opencl dependencies on windows to look in the /bin/ directory instead of /lib/
Ghislain Vaillant
- [clblas] 98/125: Added a platform vendor gaurd around the '-g' compiler flag passed to clBuildProgram()
Ghislain Vaillant
- [clblas] 99/125: enable sgemm column major TN case to take advantage of faster sgemm NN kernel by doing transpose separately
Ghislain Vaillant
- [clblas] 100/125: Merge pull request #54 from TimmyLiu/develop
Ghislain Vaillant
- [clblas] 101/125: OpenCL paths on CUDA sytem
Ghislain Vaillant
- [clblas] 102/125: Merge pull request #63 from sschaetz/develop
Ghislain Vaillant
- [clblas] 103/125: Always cast get_*_* to uints before casting to vectors.
Ghislain Vaillant
- [clblas] 104/125: Merge pull request #65 from pavanky/kernel_fixes
Ghislain Vaillant
- [clblas] 105/125: let the user build the libraries statically
Ghislain Vaillant
- [clblas] 106/125: install clBLAS cmake configuration and version file
Ghislain Vaillant
- [clblas] 107/125: don't install in lib64 on mac
Ghislain Vaillant
- [clblas] 108/125: use the default install prefix on unixes
Ghislain Vaillant
- [clblas] 109/125: Merge pull request #67 from glehmann/static
Ghislain Vaillant
- [clblas] 110/125: Merge pull request #70 from glehmann/do-not-install-in-lib64-on-mac
Ghislain Vaillant
- [clblas] 111/125: Merge pull request #71 from glehmann/use-default-install-prefix-on-unixes
Ghislain Vaillant
- [clblas] 112/125: Merge pull request #68 from glehmann/cmake-config
Ghislain Vaillant
- [clblas] 113/125: add clBLAS- prefix to the client and tune executable
Ghislain Vaillant
- [clblas] 114/125: build gtest with an external project
Ghislain Vaillant
- [clblas] 115/125: Merge pull request #72 from glehmann/exe-names
Ghislain Vaillant
- [clblas] 116/125: Merge pull request #73 from glehmann/gtest-external
Ghislain Vaillant
- [clblas] 117/125: build gtest only when BUILD_TEST is on
Ghislain Vaillant
- [clblas] 118/125: Merge pull request #77 from glehmann/gtest
Ghislain Vaillant
- [clblas] 119/125: merged develop branch into master branch
Ghislain Vaillant
- [clblas] 120/125: Merge pull request #80 from TimmyLiu/master
Ghislain Vaillant
- [clblas] 121/125: refactored CMakeLists.txt in BUILD_TEST block, added test for OSX detection to turn off CORR_TEST_WITH_ACML
Ghislain Vaillant
- [clblas] 122/125: changed indentation of BUILD_TEST block to increase readability
Ghislain Vaillant
- [clblas] 123/125: Merge pull request #97 from lzamparo/master
Ghislain Vaillant
- [clblas] 124/125: Revert "Fix to enable successful build on MacOSX "
Ghislain Vaillant
- [clblas] 125/125: Merge pull request #98 from clMathLibraries/revert-97-master
Ghislain Vaillant
- [clblas] branch debian/sid created (now b170f7b)
Ghislain Vaillant
- [clblas] 01/06: initial commit, changelog + watch
Ghislain Vaillant
- [clblas] 02/06: add copyright
Ghislain Vaillant
- [clblas] 03/06: add compat and format files
Ghislain Vaillant
- [clblas] 04/06: d/control: initial commit
Ghislain Vaillant
- [clblas] 05/06: d/rules: initial commit
Ghislain Vaillant
- [clblas] 06/06: add install files for shlib and dev packages
Ghislain Vaillant
- [clblas] tag v2.4 created (now 03d7e7e)
Ghislain Vaillant
- [clblas] annotated tag v2.2 created (now f23bbfc)
Ghislain Vaillant
- [clblas] tag v2.0 created (now b51ca64)
Ghislain Vaillant
- [clfft] branch debian updated (b14eb54 -> 947983e)
Ghislain Vaillant
- [clfft] 01/01: add gbp.conf
Ghislain Vaillant
- [sextractor] branch debian updated (f9a3692 -> ae93f1d)
Ole Streicher
- [sextractor] 01/01: Use the same copyright text in all astromatic packages
Ole Streicher
- [clfft] branch debian deleted (was 947983e)
Ghislain Vaillant
- [clfft] branch debian/sid created (now 947983e)
Ghislain Vaillant
- [clfft] 01/50: files related to debian packaging
Ghislain Vaillant
- [clfft] 02/50: patch cmake-file
Ghislain Vaillant
- [clfft] 03/50: patch lib64
Ghislain Vaillant
- [clfft] 04/50: commit patch and install path
Ghislain Vaillant
- [clfft] 05/50: forgotten files
Ghislain Vaillant
- [clfft] 06/50: remove lib64
Ghislain Vaillant
- [clfft] 07/50: still not multi-arch
Ghislain Vaillant
- [clfft] 08/50: enable multiarch
Ghislain Vaillant
- [clfft] 09/50: restore CMakeLists
Ghislain Vaillant
- [clfft] 10/50: patch for lib64 removal
Ghislain Vaillant
- [clfft] 11/50: update patch serie
Ghislain Vaillant
- [clfft] 12/50: add debug package ...
Ghislain Vaillant
- [clfft] 13/50: better dependencies for dbg
Ghislain Vaillant
- [clfft] 14/50: something to build the doc
Ghislain Vaillant
- [clfft] 15/50: towards documentation package
Ghislain Vaillant
- [clfft] 16/50: add man page
Ghislain Vaillant
- [clfft] 17/50: Merge remote-tracking branch 'origin/debian' into debian
Ghislain Vaillant
- [clfft] 18/50: provided unzipped manual
Ghislain Vaillant
- [clfft] 19/50: add patch to autogen doc
Ghislain Vaillant
- [clfft] 20/50: update patch .. not yet working
Ghislain Vaillant
- [clfft] 21/50: doc is now generated by cmake (not yet installed)
Ghislain Vaillant
- [clfft] 22/50: install doc
Ghislain Vaillant
- [clfft] 23/50: installs almost docs correctly
Ghislain Vaillant
- [clfft] 24/50: intermediate patch
Ghislain Vaillant
- [clfft] 25/50: still workig on doc generation
Ghislain Vaillant
- [clfft] 26/50: images installed at right position
Ghislain Vaillant
- [clfft] 27/50: doc properly installed ?
Ghislain Vaillant
- [clfft] 28/50: hunt lintian warnings
Ghislain Vaillant
- [clfft] 29/50: lintian fix
Ghislain Vaillant
- [clfft] 30/50: add man page, close ITP, rename exe
Ghislain Vaillant
- [clfft] 31/50: rename exe
Ghislain Vaillant
- [clfft] 32/50: rename exe
Ghislain Vaillant
- [clfft] 33/50: lintian clean up
Ghislain Vaillant
- [clfft] 34/50: improve man page
Ghislain Vaillant
- [clfft] 35/50: lintian clean-up
Ghislain Vaillant
- [clfft] 36/50: bug from lintian
Ghislain Vaillant
- [clfft] 37/50: use mathjax from debian
Ghislain Vaillant
- [clfft] 38/50: update dependencies: + doxygen
Ghislain Vaillant
- [clfft] 39/50: remove dep
Ghislain Vaillant
- [clfft] 40/50: add opencl-header dependeny
Ghislain Vaillant
- [clfft] 41/50: dependency on libstdc++-dev
Ghislain Vaillant
- [clfft] 42/50: dependency on libopencl1
Ghislain Vaillant
- [clfft] 43/50: missing build dep for OpenCL
Ghislain Vaillant
- [clfft] 44/50: add multilib build dep
Ghislain Vaillant
- [clfft] 45/50: patch to make it work on i386 as well.
Ghislain Vaillant
- [clfft] 46/50: add debian watch to look after github
Ghislain Vaillant
- [clfft] 47/50: another dependency still missing
Ghislain Vaillant
- [clfft] 48/50: correct debian watch
Ghislain Vaillant
- [clfft] 49/50: exclude "eclipse" project files from dpkg-source scan
Ghislain Vaillant
- [clfft] 50/50: add gbp.conf
Ghislain Vaillant
- [catkin] branch master updated (d2e304e -> b920cf6)
Jochen Sprickerhof
- [catkin] 01/01: Add libgtest-dev dependency
Jochen Sprickerhof
- [erfa] branch debian updated (3d86ee0 -> 526fd77)
Ole Streicher
- [erfa] branch pristine-tar updated (d94c86b -> 76974e8)
Ole Streicher
- [erfa] 01/03: Merge tag 'upstream/1.2.0' into debian
Ole Streicher
- [erfa] 02/03: Add new symbols
Ole Streicher
- [erfa] 03/03: Create CI test
Ole Streicher
- [erfa] 01/01: pristine-tar data for erfa_1.2.0.orig.tar.gz
Ole Streicher
- [erfa] branch debian updated (526fd77 -> a46c9dd)
Ole Streicher
- [erfa] 01/01: Rename test name
Ole Streicher
- [erfa] annotated tag upstream/1.2.0 created (now 8f01902)
Ole Streicher
- [erfa] tag debian/1.2.0-1 created (now a46c9dd)
Ole Streicher
- [clfft] branch master updated (abd7828 -> 801830a)
Ghislain Vaillant
- [clfft] branch develop deleted (was 3cedf9b)
Ghislain Vaillant
- [clfft] branch debian/sid updated (947983e -> 8be8536)
Ghislain Vaillant
- [clfft] 01/04: d/control: d-science as maint, jerome as uploader
Ghislain Vaillant
- [clfft] 02/04: d/control: add myself to uploaders
Ghislain Vaillant
- [clfft] 03/04: d/control: add VCS metadata
Ghislain Vaillant
- [clfft] 04/04: d/control: bump standards to latest version
Ghislain Vaillant
- [clfft] branch debian/sid updated (8be8536 -> 0fcd761)
Ghislain Vaillant
- [clfft] 01/01: d/control: section and priority in line with d-science policy
Ghislain Vaillant
- [catkin-pkg] branch master updated (fd873f3 -> 4205848)
Jochen Sprickerhof
- [catkin-pkg] 01/01: Rename package to catkin-pkg and move it to devel
Jochen Sprickerhof
- [catkin-pkg] branch master updated (4205848 -> dbfc13a)
Jochen Sprickerhof
- [catkin-pkg] 01/01: Revert "Rename package to catkin-pkg and move it to devel"
Jochen Sprickerhof
- [berkeley-abc] tag upstream/1.01+20150424hg779de2d+dfsg created (now f556d51)
Ruben Undheim
- [berkeley-abc] branch master updated (da960dc -> 7601d95)
Ruben Undheim
- [berkeley-abc] 01/03: Merge branch 'upstream'
Ruben Undheim
- [berkeley-abc] 02/03: Refreshed patches
Ruben Undheim
- [berkeley-abc] 03/03: New upstream release
Ruben Undheim
- [berkeley-abc] branch pristine-tar updated (0e893ac -> cc37989)
Ruben Undheim
- [berkeley-abc] 01/01: pristine-tar data for berkeley-abc_1.01+20150424hg779de2d+dfsg.orig.tar.gz
Ruben Undheim
- [clblas] branch debian/sid updated (b170f7b -> 6efc9bc)
Ghislain Vaillant
- [clblas] 01/08: d/control: disable -doc pkg for now
Ghislain Vaillant
- [clblas] 02/08: d/control: remove multiarch same from -dev pkg
Ghislain Vaillant
- [clblas] 03/08: d/control: need libstdc++-dev bdep ?
Ghislain Vaillant
- [clblas] 04/08: d/control: fill-in all descriptions
Ghislain Vaillant
- [clblas] 05/08: add install file for -bin pkg
Ghislain Vaillant
- [clblas] 06/08: add multi-arch support
Ghislain Vaillant
- [clblas] 07/08: d/rules: disable ktest build
Ghislain Vaillant
- [clblas] 08/08: d/p/0001*.patch: add dep3 header
Ghislain Vaillant
- [berkeley-abc] tag debian/1.01+20150424hg779de2d+dfsg-1 created (now 7601d95)
Ruben Undheim
- [alglib] branch master updated (147614f -> d37ec59)
Anton Gladky
- [alglib] 01/04: Disable minlm test
Anton Gladky
- [alglib] 02/04: Install FindALGLIB into cmake-3.2.
Anton Gladky
- [alglib] 03/04: Update changelog.
Anton Gladky
- [alglib] 04/04: Apply cme fix dpkg-control.
Anton Gladky
- [alglib] annotated tag debian/3.9.0-1 created (now bb7fb64)
Anton Gladky
- [alglib] annotated tag upstream/3.9.0 created (now 38eb4f0)
Anton Gladky
- [alglib] annotated tag debian/3.9.0-1_exp1 created (now 1ee3a82)
Anton Gladky
- [gazebo] branch master updated (77c41e9 -> 3bf2a58)
Jose Luis Rivero
- [gazebo] 01/02: Disable robot-player-dev support (see #787007)
Jose Luis Rivero
- [gazebo] 02/02: Update changelog to version 5.0.1+dfsg-2
Jose Luis Rivero
- [python-pyqtgraph] branch master updated (f54080b -> bb820bc)
Gianfranco Costamagna
- [python-pyqtgraph] 01/01: Update packaging
Gianfranco Costamagna
- [clblas] branch debian/sid updated (6efc9bc -> 7d4ee60)
Ghislain Vaillant
- [clblas] 01/10: add manpage for clBLAS client
Ghislain Vaillant
- [clblas] 02/10: d/rules: build documentation
Ghislain Vaillant
- [clblas] 03/10: add documentation package
Ghislain Vaillant
- [clblas] 04/10: d/p/0002*.patch: add dep3 header
Ghislain Vaillant
- [clblas] 05/10: d/control: add idep on jquery for -doc pkg
Ghislain Vaillant
- [clblas] 06/10: add doc-base file
Ghislain Vaillant
- [clblas] 07/10: add symbolic link to system's jquery in -doc pkg
Ghislain Vaillant
- [clblas] 08/10: d/rules: strip embedded jquery out of doc
Ghislain Vaillant
- [clblas] 09/10: enhance manpage
Ghislain Vaillant
- [clblas] 10/10: d/changelog: release to unstable
Ghislain Vaillant
- [3depict] branch master updated (7fc15a0 -> da27f0e)
Anton Gladky
- [3depict] 01/02: Use autotools-dev. (Closes: #787214)
Anton Gladky
- [3depict] 02/02: Update changelog.
Anton Gladky
- [3depict] annotated tag debian/0.0.18-2 created (now 71589f7)
Anton Gladky
- [clfft] branch debian/sid updated (0fcd761 -> 218dc3c)
Ghislain Vaillant
- [clfft] 01/25: d/changelog: switch to UNRELEASED
Ghislain Vaillant
- [clfft] 02/25: d/control: only bdep only boost-po
Ghislain Vaillant
- [clfft] 03/25: d/control: remove bdep on g++-multilib
Ghislain Vaillant
- [clfft] 04/25: d/control: use only ocl-icd-opencl-dev for opencl bdeps
Ghislain Vaillant
- [clfft] 05/25: d/control: fix malformed uploaders list
Ghislain Vaillant
- [clfft] 06/25: d/control: major overhaul, based on working clBLAS
Ghislain Vaillant
- [clfft] 07/25: d/control: -doc pkg idep on jquery
Ghislain Vaillant
- [clfft] 08/25: d/control: no pdeps for -bin pkg
Ghislain Vaillant
- [clfft] 09/25: d/control: suggest -doc pkg in -dev pkg
Ghislain Vaillant
- [clfft] 10/25: add -doc pkg files
Ghislain Vaillant
- [clfft] 11/25: add symlinks for jquery in -doc pkg
Ghislain Vaillant
- [clfft] 12/25: d/control: add bdep on fftw
Ghislain Vaillant
- [clfft] 13/25: use similar install files setup as clblas
Ghislain Vaillant
- [clfft] 14/25: d/rules: use similar rules as clblas
Ghislain Vaillant
- [clfft] 15/25: add multi-arch patch
Ghislain Vaillant
- [clfft] 16/25: add patches for fixing docs and client name
Ghislain Vaillant
- [clfft] 17/25: remove old patches
Ghislain Vaillant
- [clfft] 18/25: add dep3 headers for all patches
Ghislain Vaillant
- [clfft] 19/25: d/p/0003*.patch: fix incomplete patching
Ghislain Vaillant
- [clfft] 20/25: add pkgconfig file to -dev pkg
Ghislain Vaillant
- [clfft] 21/25: rename -bin pkg install files appropriately
Ghislain Vaillant
- [clfft] 22/25: d/control: fix lintian issues regarding long descr
Ghislain Vaillant
- [clfft] 23/25: only select clFFT-client in -bin pkg
Ghislain Vaillant
- [clfft] 24/25: d/control: add myself to copyright for d/
Ghislain Vaillant
- [clfft] 25/25: d/copyright: more accurate copyright for upstream
Ghislain Vaillant
- [sextractor] branch debian updated (ae93f1d -> ebe2aa7)
Ole Streicher
- [sextractor] 01/01: Finalize changelog
Ole Streicher
- [sextractor] tag debian/2.19.5+dfsg-3 created (now ebe2aa7)
Ole Streicher
- [sagemath] branch master updated (b6e12c7 -> 733dee6)
Julien Puydt
- [sagemath] 01/01: Added correct pruner test for mistune
Julien Puydt
- [sagemath] branch master updated (733dee6 -> c2a07e8)
Julien Puydt
- [sagemath] 01/01: Remove now-misleading FIXME comment
Julien Puydt
- [qflow] branch master updated (15105b0 -> fdee28d)
Ruben Undheim
- [qflow] 01/04: Merge branch 'upstream'
Ruben Undheim
- [qflow] 02/04: Updated changelog
Ruben Undheim
- [qflow] branch pristine-tar updated (27d02a5 -> 4676a83)
Ruben Undheim
- [qflow] tag upstream/1.1.3 created (now 8b22c1d)
Ruben Undheim
- [qflow] 03/04: Refreshed patches
Ruben Undheim
- [qflow] 04/04: Updated copyright
Ruben Undheim
- [qflow] 01/01: pristine-tar data for qflow_1.1.3.orig.tar.gz
Ruben Undheim
- [qflow] tag debian-pre/1.0.96-1 created (now 15105b0)
Ruben Undheim
- [qrouter] branch master updated (cfe83c3 -> 058d55c)
Ruben Undheim
- [qrouter] 01/02: Merge tag 'upstream/1.3.10'
Ruben Undheim
- [qrouter] 02/02: Updated changelog
Ruben Undheim
- [qrouter] branch pristine-tar updated (90606a2 -> 6f9967d)
Ruben Undheim
- [qrouter] tag upstream/1.3.10 created (now 6effed8)
Ruben Undheim
- [qrouter] 01/01: pristine-tar data for qrouter_1.3.10.orig.tar.gz
Ruben Undheim
- [qrouter] tag debian/1.3.10-1 created (now 058d55c)
Ruben Undheim
- [clblas] branch debian/sid updated (7d4ee60 -> 834186d)
Ghislain Vaillant
- [clblas] 01/02: d/control: suggests -doc in -dev pkg
Ghislain Vaillant
- [clblas] 02/02: install pc file in -dev pkg
Ghislain Vaillant
- [clblas] branch debian/sid updated (834186d -> 36304d1)
Ghislain Vaillant
- [clblas] 01/01: d/-doc.links: typo fix
Ghislain Vaillant
- [clfft] branch debian/sid updated (218dc3c -> 96f7ace)
Ghislain Vaillant
- [clfft] 01/03: d/p/0003*.patch: use less invasive patch
Ghislain Vaillant
- [clfft] 02/03: d/p/0003*.patch: disable versioning for executable
Ghislain Vaillant
- [clfft] 03/03: d/-doc.links: typo fix
Ghislain Vaillant
- [arrayfire] branch debian/experimental updated (e39cb7c -> 3e7c125)
Ghislain Vaillant
- [arrayfire] 01/09: d/control: add mathjax as idep for -doc
Ghislain Vaillant
- [arrayfire] 02/09: d/p/*: add patch fixing doxygen doc generation
Ghislain Vaillant
- [arrayfire] 03/09: d/p/0003*.patch: add dep3 header
Ghislain Vaillant
- [arrayfire] 04/09: d/control: add missing multiarch same in -dbg pkg
Ghislain Vaillant
- [arrayfire] 05/09: d/control: section libs for lib pkg
Ghislain Vaillant
- [arrayfire] 06/09: d/p/*: add patch fixing privacy breaching content
Ghislain Vaillant
- [arrayfire] 07/09: d/*-doc.doc-base: fix filename extensions html -> htm
Ghislain Vaillant
- [arrayfire] 08/09: add lintian override for non-matching soname
Ghislain Vaillant
- [arrayfire] 09/09: use system jquery
Ghislain Vaillant
- [openpilot] branch master updated (ed1a512 -> 031291c)
Anton Gladky
- [openpilot] 01/01: Update patches to 15.02.02 version.
Anton Gladky
- [iausofa] tag debian/2015.02.09.a-1 created (now ee9d2fc)
Ole Streicher
- [sagenb] branch master updated (6969e7d -> 50f57b9)
Tobias Hansen
- [sagenb] 01/02: Use package dependencies determined by dh_python2.
Tobias Hansen
- [sagenb] 02/02: Add dh-python to Build-Depends.
Tobias Hansen
- [gazebo] annotated tag debian/5.0.1+dfsg-2 created (now eabbf8e)
Anton Gladky
- [clblas] branch debian/sid updated (36304d1 -> 9da169a)
Ghislain Vaillant
- [clblas] 01/01: d/control: remove bdep on gtest
Ghislain Vaillant
- [clfft] branch debian/sid updated (96f7ace -> 447b594)
Ghislain Vaillant
- [clfft] 01/01: d/control: remove bdep on gtest and fftw
Ghislain Vaillant
- [qtiplot] branch master updated (6a047a2 -> d6e0c50)
Anton Gladky
- [qtiplot] 01/05: Fix FTBFS against alglib_3.9. (Closes: #787339).
Anton Gladky
- [qtiplot] 02/05: Set version dependency on alglib>=3.9.0
Anton Gladky
- [qtiplot] 03/05: Apply cme fix dpkg-control.
Anton Gladky
- [qtiplot] 04/05: Add myself to uploaders.
Anton Gladky
- [qtiplot] 05/05: Update changelog.
Anton Gladky
- [qtiplot] annotated tag debian/0.9.8.9-10 created (now 44f4ebb)
Anton Gladky
Last message date:
Sun May 31 17:29:55 UTC 2015
Archived on: Sun May 31 17:30:01 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).