April 2016 Archives by subject
Starting: Fri Apr 1 00:34:26 UTC 2016
Ending: Sat Apr 30 22:32:22 UTC 2016
Messages: 1218
- [arrayfire] 01/06: Refresh Fix-LAPACKE-detection.patch.
Ghislain Vaillant
- [arrayfire] 02/06: Add patch fixing FTBFS on hurd-i386.
Ghislain Vaillant
- [arrayfire] 03/06: d/rules: improve and simplify dh_auto_test override: - Replace explicit calls to ctest with dh_auto_test. - Enable running the testsuite in parallel. - Drop usage of explicit build directory.
Ghislain Vaillant
- [arrayfire] 04/06: Drop -dbg packages in favour of autogenerated -dbgsym.
Ghislain Vaillant
- [arrayfire] 05/06: Update packaging changelog.
Ghislain Vaillant
- [arrayfire] 06/06: Release to unstable.
Ghislain Vaillant
- [arrayfire] annotated tag debian/3.3.1+dfsg1-2 created (now 0dca2a5)
Ghislain Vaillant
- [arrayfire] branch debian/experimental deleted (was 051dc46)
Ghislain Vaillant
- [arrayfire] branch debian/master updated (125a8ce -> fabbf77)
Ghislain Vaillant
- [arrayfire] branch debian/sid deleted (was 3cafa9b)
Ghislain Vaillant
- [arrayfire] branch dfsg-clean deleted (was a966cd3)
Ghislain Vaillant
- [arrayfire] branch master updated (f53efc3 -> f65dd97)
Ghislain Vaillant
- [caffe] 01/01: dch: update timestamp, debomatic build ok, upload
Zhou Mo
- [caffe] 01/01: README.Debian: trivial update
Zhou Mo
- [caffe] 01/01: rules,python-caffe: fix requires.txt
Zhou Mo
- [caffe] 01/06: rules: add comments
Zhou Mo
- [caffe] 02/06: d/*: new TODO file
Zhou Mo
- [caffe] 03/06: control: build-depends on bash-completion
Zhou Mo
- [caffe] 04/06: d/*: use *.bash-completion
Zhou Mo
- [caffe] 05/06: d/*.bash-completion: remove redundant path
Zhou Mo
- [caffe] 06/06: rules: dh with bash-completion
Zhou Mo
- [caffe] branch debian/experimental updated (5f5d520 -> fd3573e)
Zhou Mo
- [caffe] branch debian/experimental updated (9042319 -> 5f5d520)
Zhou Mo
- [caffe] branch debian/experimental updated (b0fc42d -> 9042319)
Zhou Mo
- [caffe] branch debian/experimental updated (fd3573e -> ea51d4e)
Zhou Mo
- [clfft] 01/32: Enable support for kFreeBSD.
Ghislain Vaillant
- [clfft] 02/32: Merge pull request #138 from ghisvail/fix/support-gnu-kfreebsd
Ghislain Vaillant
- [clfft] 03/32: add 1:3 1:5 inplace transpose support. Passed unit test with size 729x729x3 and 625x625x3. Need to enable pre/post callback and twiddle.
Ghislain Vaillant
- [clfft] 04/32: add intranpose transpose support(1:3 and 1:5) for planar data layout. passed unit tests.
Ghislain Vaillant
- [clfft] 05/32: added some bug fixes and gtest cases; passed most single precision test. For double precison some time 2d inplace transepose are requried. And this is not passing yet.
Ghislain Vaillant
- [clfft] 06/32: add some gtest cases. note that for 1d fft if one of the dimension after breaking done is bigger than 2048(double) or 4096(single) this cannot be done inplace since we dont support 3d inplace transpose. Thus 729x729x3 can be done for single but not double
Ghislain Vaillant
- [clfft] 07/32: added twiddling to the end of swap kernel. passed some tests.
Ghislain Vaillant
- [clfft] 08/32: add twiddling to general swap kernels.(planar and forward only for now. need to add interleaved and backward.). extended size supported for inplace transpose.
Ghislain Vaillant
- [clfft] 09/32: added backward twiddling to swap kernels
Ghislain Vaillant
- [clfft] 10/32: added 64 test cases related to 1:3 and 1:5 inplace transpose. inplace transpose now can be done in recusive layer. still need to modify swap line kernel in the case the each line is bigger than LDS can hold.
Ghislain Vaillant
- [clfft] 11/32: modified swap kernel to handle really huge matrix. added 32 more test cases. passed all added test cases.
Ghislain Vaillant
- [clfft] 12/32: bug fix. passed gtest *huge_1D*, *huge_sp_test* and *huge_dp_test*
Ghislain Vaillant
- [clfft] 13/32: added radix-10 tests. added pre/post callback tests for 1:3 and 1:5 transpose.
Ghislain Vaillant
- [clfft] 14/32: fixed pre/post callback bugs. some code cleanup
Ghislain Vaillant
- [clfft] 15/32: bug fix
Ghislain Vaillant
- [clfft] 16/32: fix another silly bug
Ghislain Vaillant
- [clfft] 17/32: make added huge test DISABLED by default
Ghislain Vaillant
- [clfft] 18/32: Merge pull request #140 from TimmyLiu/develop_inplace_tranpose_general
Ghislain Vaillant
- [clfft] 19/32: adding radix 11/13 capability - first commit - 1d small sizes are working
Ghislain Vaillant
- [clfft] 20/32: making changes to get next stage of sizes for rad 11/13 working
Ghislain Vaillant
- [clfft] 21/32: fixing bug in 3-step twiddling
Ghislain Vaillant
- [clfft] 22/32: fixing bug in rad13 inverse, slight refactoring of directed tests
Ghislain Vaillant
- [clfft] 23/32: adding complex transforms & more choice of test lists to directed test
Ghislain Vaillant
- [clfft] 24/32: fixing gcc build break
Ghislain Vaillant
- [clfft] 25/32: fixing unit tests testing for unsupported lengths
Ghislain Vaillant
- [clfft] 26/32: RMSE comparison changed to be adaptive to problem size, adding more directed tests
Ghislain Vaillant
- [clfft] 27/32: reducing tolerance to tighten margin, fixing batch bug
Ghislain Vaillant
- [clfft] 28/32: making registers native type for double precision, adding double 1d tests
Ghislain Vaillant
- [clfft] 29/32: adding large 1d random tests to test 11/13 powers
Ghislain Vaillant
- [clfft] 30/32: removing some unneeded comments
Ghislain Vaillant
- [clfft] 31/32: Merge pull request #142 from bragadeesh/develop
Ghislain Vaillant
- [clfft] 32/32: updating for release of v2.12
Ghislain Vaillant
- [clfft] annotated tag v2.12.0 created (now cbbf0d6)
Ghislain Vaillant
- [clfft] branch master updated (3ab7eac -> 7a57ae0)
Ghislain Vaillant
- [cminpack] 01/01: Push standards-version to 3.9.8 (no changes)
Ole Streicher
- [cminpack] 01/02: Push standards-version to 3.9.7. Update VCS urls to https
Ole Streicher
- [cminpack] 02/02: Add Repository and Bug-Database to d/u/metadata
Ole Streicher
- [cminpack] branch debian updated (5ef5d64 -> f21aa5b)
Ole Streicher
- [cminpack] branch debian updated (f21aa5b -> 76b2d7c)
Ole Streicher
- [cmor-tables] 01/18: * Fix Vcs-Git URL to debian-science package. * Standards-Version: 3.9.6. No changes required.
Alastair McKinstry
- [cmor-tables] 02/18: Merge other tables
Alastair McKinstry
- [cmor-tables] 03/18: Ack. new package
Alastair McKinstry
- [cmor-tables] 04/18: Add new tables
Alastair McKinstry
- [cmor-tables] 05/18: WIP
Alastair McKinstry
- [cmor-tables] 06/18: remove submodule ana4MIPs-cmor-tables
Alastair McKinstry
- [cmor-tables] 07/18: re-include ana4MIPs-cmor-tables as a non-submodule
Alastair McKinstry
- [cmor-tables] 08/18: delete submodules
Alastair McKinstry
- [cmor-tables] 09/18: re-include tables as subdirs not modules
Alastair McKinstry
- [cmor-tables] 10/18: Add config.* to base
Alastair McKinstry
- [cmor-tables] 11/18: delete old config.guess, config.sub
Alastair McKinstry
- [cmor-tables] 12/18: Move config.* to right dir
Alastair McKinstry
- [cmor-tables] 13/18: Add config* copy
Alastair McKinstry
- [cmor-tables] 14/18: Add Breaks/Replaces on cmip5-cmor-tables
Alastair McKinstry
- [cmor-tables] 15/18: WIP: Install fixes
Alastair McKinstry
- [cmor-tables] 16/18: Add missing files
Alastair McKinstry
- [cmor-tables] 17/18: typoes
Alastair McKinstry
- [cmor-tables] 18/18: Prep 1.0-1 for release
Alastair McKinstry
- [cmor-tables] branch debian/master created (now 9efd375)
Alastair McKinstry
- [cmor-tables] tag debian/1.0-1 created (now 9efd375)
Alastair McKinstry
- [cmor-tables] tag debian/1.3.13-2 created (now d4b394b)
Alastair McKinstry
- [cmor-tables] tag debian/1.3.13-3 created (now f47b84e)
Alastair McKinstry
- [deal.ii] 01/01: Use -fPIC instead of -fpic to fix FTBFS on arm64
Graham Inggs
- [deal.ii] branch master updated (f4542d6 -> a81f074)
Graham Inggs
- [dolfin] 01/01: Build against vtk6 not vtk5 and disable Qt
Drew Parsons
- [dolfin] 01/01: debian/control: update the VCS fields after the move to Git
Mattia Rizzolo
- [dolfin] 01/01: Merge tag 'upstream/1.6.0'
Mattia Rizzolo
- [dolfin] 01/01: pristine-tar data for dolfin_1.6.0.orig.tar.gz
Mattia Rizzolo
- [dolfin] 01/01: Remove python-dolfin dependency on python-netcdf.
Drew Parsons
- [dolfin] 01/04: Standards-Version: 3.9.8
Drew Parsons
- [dolfin] 02/04: Activate support for SCOTCH.
Drew Parsons
- [dolfin] 03/04: add Drew Parsons to uploaders
Drew Parsons
- [dolfin] 04/04: upload 1.6.0-4 to unstable
Drew Parsons
- [dolfin] annotated tag upstream/1.6.0 created (now 792be8e)
Mattia Rizzolo
- [dolfin] branch master updated (0d8a11c -> 6f6032a)
Drew Parsons
- [dolfin] branch master updated (5971c78 -> 603d79c)
Mattia Rizzolo
- [dolfin] branch master updated (603d79c -> 0d8a11c)
Mattia Rizzolo
- [dolfin] branch master updated (6f6032a -> dea3b56)
Drew Parsons
- [dolfin] branch master updated (dea3b56 -> 181d76e)
Drew Parsons
- [dolfin] branch pristine-tar created (now 03b20bc)
Mattia Rizzolo
- [dolfin] tag debian/1.6.0-4 created (now 181d76e)
Drew Parsons
- [dune-functions] 01/02: Add missing colon after field name.
Ansgar Burchardt
- [dune-functions] 01/02: Add package descriptions.
Ansgar Burchardt
- [dune-functions] 01/02: changelog for 2.4~20160406ge6b3b4c-1
Ansgar Burchardt
- [dune-functions] 01/03: Use https:// for Vcs-Git field.
Ansgar Burchardt
- [dune-functions] 02/02: Add copyright information for dune/common/*
Ansgar Burchardt
- [dune-functions] 02/02: Remove debug output.
Ansgar Burchardt
- [dune-functions] 02/02: Skip tests on hybrid grids.
Ansgar Burchardt
- [dune-functions] 02/03: Bumped Standards-Version to 3.9.7.
Ansgar Burchardt
- [dune-functions] 03/03: (Build-)Depend on latest dune-typetree release.
Ansgar Burchardt
- [dune-functions] branch master updated (253e0a0 -> 340ab9e)
Ansgar Burchardt
- [dune-functions] branch master updated (340ab9e -> 85ee680)
Ansgar Burchardt
- [dune-functions] branch master updated (85ee680 -> 03f71bf)
Ansgar Burchardt
- [dune-functions] branch master updated (fac0ee7 -> 253e0a0)
Ansgar Burchardt
- [dune-functions] tag debian/2.4.20160406ge6b3b4c-1 created (now 03f71bf)
Ansgar Burchardt
- [eclib] 01/01: pristine-tar data for eclib_20160206.orig.tar.gz
Julien Puydt
- [eclib] 01/03: Imported Upstream version 20160206
Julien Puydt
- [eclib] 02/03: Package 20160206
Julien Puydt
- [eclib] 03/03: Fix Vcs-Git field
Julien Puydt
- [eclib] annotated tag upstream/20160206 created (now e9e7b8c)
Julien Puydt
- [eclib] branch master updated (239b662 -> 2746dc5)
Julien Puydt
- [eclib] branch pristine-tar updated (27291b8 -> ce0b5a2)
Julien Puydt
- [eclib] tag debian/20160206-1 created (now 2746dc5)
Julien Puydt
- [edge-addition-planarity-suite] 01/01: Fix Vcs-* fields
Julien Puydt
- [edge-addition-planarity-suite] branch master updated (beaf315 -> c8dfdfb)
Julien Puydt
- [feel++] 01/01: Add fix-scotch.patch
Gianfranco Costamagna
- [feel++] 01/01: d/changelog: add a period
Mattia Rizzolo
- [feel++] 01/01: d/rules: speak about the worst case possible in the comment
Mattia Rizzolo
- [feel++] 01/01: debian/rules: don't do parallel building. For the sake of the builder.
Mattia Rizzolo
- [feel++] 01/01: drop cdbs build-dep
Mattia Rizzolo
- [feel++] 01/01: Imported Debian patch 1:0.99.0-final.1-1
Mattia Rizzolo
- [feel++] 01/01: pristine-tar data for feel++_0.101.1.orig.tar.gz
Mattia Rizzolo
- [feel++] 01/01: Skip the tests. Tests were never run anyway.
Mattia Rizzolo
- [feel++] 01/01: update changelog
Mattia Rizzolo
- [feel++] 01/01: update changelog
Mattia Rizzolo
- [feel++] 01/02: debian/control: stop building the -dbg package. There automatic debug packages now
Mattia Rizzolo
- [feel++] 01/02: rewrite d/rules using the dh sequencer
Mattia Rizzolo
- [feel++] 01/03: update documentation paths
Mattia Rizzolo
- [feel++] 01/04: debian/control: Bump Standards-Version to 3.9.8, no changes needed
Mattia Rizzolo
- [feel++] 01/05: debian/watch: update for the move to github
Mattia Rizzolo
- [feel++] 01/05: Use default clang version
Gianfranco Costamagna
- [feel++] 02/02: debian/control: stop building for ia64 and sparc, those architectures are gone now
Mattia Rizzolo
- [feel++] 02/02: update build-deps
Mattia Rizzolo
- [feel++] 02/03: Disable building on powerpc: probably it won't be able anymore.
Mattia Rizzolo
- [feel++] 02/04: remove from git these files that some clean target removes...
Mattia Rizzolo
- [feel++] 02/05: Disable doxygen
Gianfranco Costamagna
- [feel++] 03/03: release 1:0.101.1-1. Let's hope for the best
Mattia Rizzolo
- [feel++] 03/04: debian/control: make the descriptions policy compliant
Mattia Rizzolo
- [feel++] 03/05: Add astyle
Gianfranco Costamagna
- [feel++] 04/04: debian/rules: limit the max parallel to 4
Mattia Rizzolo
- [feel++] 04/05: Remove PET hack
Gianfranco Costamagna
- [feel++] 05/05: Build with debug symbols
Gianfranco Costamagna
- [feel++] annotated tag debian/1%0.101.1-1 created (now 9b5af91)
Mattia Rizzolo
- [feel++] annotated tag debian/1%0.97.0-final-1 created (now f922f8c)
Mattia Rizzolo
- [feel++] annotated tag debian/1%0.97.1-final-1 created (now ddf37d2)
Mattia Rizzolo
- [feel++] annotated tag debian/1%0.97.2-final-1 created (now 229a7d1)
Mattia Rizzolo
- [feel++] annotated tag debian/1%0.97.3-final-1 created (now 7fcb393)
Mattia Rizzolo
- [feel++] annotated tag debian/1%0.98.0-beta.1-1 created (now 95b458c)
Mattia Rizzolo
- [feel++] annotated tag debian/1%0.98.0-beta.2-1 created (now c7f2fc7)
Mattia Rizzolo
- [feel++] annotated tag debian/1%0.98.0-final-1 created (now e0ac493)
Mattia Rizzolo
- [feel++] annotated tag debian/1%0.98.0-final-2 created (now d00669e)
Mattia Rizzolo
- [feel++] annotated tag debian/1%0.98.0-final-3 created (now ef8e7fe)
Mattia Rizzolo
- [feel++] annotated tag debian/1%0.98.0-final-4 created (now d8d3696)
Mattia Rizzolo
- [feel++] annotated tag debian/1%0.99.0-beta.9-1 created (now c0c227e)
Mattia Rizzolo
- [feel++] annotated tag debian/1%0.99.0-final.1-1 created (now 676d1cf)
Mattia Rizzolo
- [feel++] annotated tag upstream/0.101.1 created (now e9632b4)
Mattia Rizzolo
- [feel++] annotated tag upstream/0.97.0-final created (now 7b88523)
Mattia Rizzolo
- [feel++] annotated tag upstream/0.97.1-final created (now 0e4c68a)
Mattia Rizzolo
- [feel++] annotated tag upstream/0.97.2-final created (now a4149ef)
Mattia Rizzolo
- [feel++] annotated tag upstream/0.97.3-final created (now 710f591)
Mattia Rizzolo
- [feel++] annotated tag upstream/0.98.0-beta.1 created (now da3ad98)
Mattia Rizzolo
- [feel++] annotated tag upstream/0.98.0-beta.2 created (now 19e3169)
Mattia Rizzolo
- [feel++] annotated tag upstream/0.98.0-final created (now 836e000)
Mattia Rizzolo
- [feel++] annotated tag upstream/0.99.0-beta.9 created (now 4c80f46)
Mattia Rizzolo
- [feel++] branch master updated (0261385 -> a3c7d0a)
Mattia Rizzolo
- [feel++] branch master updated (0c62046 -> e10ad82)
Mattia Rizzolo
- [feel++] branch master updated (11be8f4 -> 13d6577)
Gianfranco Costamagna
- [feel++] branch master updated (13d6577 -> bdb580c)
Mattia Rizzolo
- [feel++] branch master updated (31df4c5 -> fd711be)
Gianfranco Costamagna
- [feel++] branch master updated (3b44062 -> 8506aa4)
Mattia Rizzolo
- [feel++] branch master updated (7778cbc -> 0c62046)
Mattia Rizzolo
- [feel++] branch master updated (8506aa4 -> 7778cbc)
Mattia Rizzolo
- [feel++] branch master updated (a3c7d0a -> 31df4c5)
Mattia Rizzolo
- [feel++] branch master updated (abeeb79 -> db52401)
Mattia Rizzolo
- [feel++] branch master updated (bdb580c -> 3b44062)
Mattia Rizzolo
- [feel++] branch master updated (e10ad82 -> abeeb79)
Mattia Rizzolo
- [feel++] branch master updated (e3503e2 -> 0261385)
Mattia Rizzolo
- [feel++] branch master updated (fd711be -> 11be8f4)
Mattia Rizzolo
- [feel++] branch pristine-tar updated (250d8e2 -> 90ee38c)
Mattia Rizzolo
- [fenics] 01/01: Merge tag 'upstream/1.5.0.1'
Mattia Rizzolo
- [fenics] 01/01: pristine-tar data for fenics_1.5.0.1.orig.tar.xz
Mattia Rizzolo
- [fenics] annotated tag upstream/1.5.0.1 created (now 6b78f1c)
Mattia Rizzolo
- [fenics] branch master updated (c7b09c8 -> d2a8eee)
Mattia Rizzolo
- [fenics] branch pristine-tar created (now 3d36e64)
Mattia Rizzolo
- [ferari] 01/01: Merge tag 'upstream/1.0.0'
Mattia Rizzolo
- [ferari] 01/01: pristine-tar data for ferari_1.0.0.orig.tar.gz
Mattia Rizzolo
- [ferari] annotated tag upstream/1.0.0 created (now b5c5382)
Mattia Rizzolo
- [ferari] branch master updated (a7400af -> 7135f28)
Mattia Rizzolo
- [ferari] branch pristine-tar created (now 7c00b1f)
Mattia Rizzolo
- [ffc] 01/01: Imported Debian patch 1.6.0-2
Drew Parsons
- [ffc] 01/01: Merge tag 'upstream/1.6.0'
Mattia Rizzolo
- [ffc] 01/01: pristine-tar data for ffc_1.6.0.orig.tar.gz
Mattia Rizzolo
- [ffc] 01/03: debian/control: update the VCS fields after the move to Git
Drew Parsons
- [ffc] 02/03: Standards-Version: 3.9.8
Drew Parsons
- [ffc] 03/03: upload 1.6.0-3 to unstable
Drew Parsons
- [ffc] annotated tag upstream/1.6.0 created (now 84e46e8)
Mattia Rizzolo
- [ffc] branch master updated (93d31cf -> d98de51)
Drew Parsons
- [ffc] branch master updated (cb834c8 -> 93d31cf)
Mattia Rizzolo
- [ffc] branch master updated (d98de51 -> 96f3eab)
Drew Parsons
- [ffc] branch pristine-tar created (now 471a0e0)
Mattia Rizzolo
- [ffc] tag debian/1.6.0-2 created (now d98de51)
Drew Parsons
- [ffc] tag debian/1.6.0-3 created (now 96f3eab)
Drew Parsons
- [fiat] 01/01: debian/control: update the VCS fields after the move to Git
Drew Parsons
- [fiat] 01/01: Merge tag 'upstream/1.6.0'
Mattia Rizzolo
- [fiat] 01/01: pristine-tar data for fiat_1.6.0.orig.tar.gz
Mattia Rizzolo
- [fiat] 01/03: Build-Depends: dh-python
Drew Parsons
- [fiat] 02/03: Standards-Version: 3.9.8
Drew Parsons
- [fiat] 03/03: upload 1.6.0-2 to unstable
Drew Parsons
- [fiat] annotated tag upstream/1.6.0 created (now 8cc2db3)
Mattia Rizzolo
- [fiat] branch master updated (0221804 -> 2ff84d5)
Mattia Rizzolo
- [fiat] branch master updated (2ff84d5 -> 5421bea)
Drew Parsons
- [fiat] branch master updated (5421bea -> 7f17dd6)
Drew Parsons
- [fiat] branch pristine-tar created (now 2afc290)
Mattia Rizzolo
- [fiat] tag debian/1.6.0-2 created (now 7f17dd6)
Drew Parsons
- [flatbuffers] 01/01: Added debian/ directory
Jonathon Love
- [flatbuffers] 01/01: pristine-tar data for flatbuffers_1.3.0.orig.tar.gz
Jonathon Love
- [flatbuffers] branch master created (now dfd74d9)
Jonathon Love
- [flatbuffers] branch pristine-tar created (now 2355010)
Jonathon Love
- [flint-arb] 01/01: Brush-up for another RFS try
Julien Puydt
- [flint-arb] branch master updated (bb7cdd4 -> 9eb8888)
Julien Puydt
- [flint] 01/01: Fix Vcs-Git
Julien Puydt
- [flint] 01/01: Prepare for source-only upload to experimental to see what the build-bots say
Julien Puydt
- [flint] 01/01: pristine-tar data for flint_2.5.2.orig.tar.gz
Julien Puydt
- [flint] 01/03: Prepare for upload to unstable
Julien Puydt
- [flint] 01/08: record new upstream branch
Julien Puydt
- [flint] 02/03: Imported Upstream version 2.5.2
Julien Puydt
- [flint] 02/08: Reset git-dpm
Julien Puydt
- [flint] 03/03: Merge tag 'upstream/2.5.2'
Julien Puydt
- [flint] 03/08: Initialize git-dpm
Julien Puydt
- [flint] 04/08: Fixed latex manual compilation
Julien Puydt
- [flint] 05/08: merge patched into master
Julien Puydt
- [flint] 06/08: Pushed standards-version up
Julien Puydt
- [flint] 07/08: Document changes in d/ch
Julien Puydt
- [flint] 08/08: Use secure uris for vcs fields
Julien Puydt
- [flint] annotated tag upstream/2.5.2 updated (5a2b3af -> 5964f67)
Julien Puydt
- [flint] branch master updated (70846ef -> c1cd103)
Julien Puydt
- [flint] branch master updated (c1cd103 -> c286436)
Julien Puydt
- [flint] branch master updated (c286436 -> de3a173)
Julien Puydt
- [flint] branch master updated (de3a173 -> 4d5dbd8)
Julien Puydt
- [flint] branch pristine-tar updated (e6420dd -> 104fb39)
Julien Puydt
- [flint] tag debian/2.5.2-4 created (now de3a173)
Julien Puydt
- [freefempp] 01/01: pristine-tar data for freefem++_3.46+dfsg1.orig.tar.gz
Dimitrios Eftaxiopoulos
- [freefempp] 01/02: Include modified files in d/source/options
Dimitrios Eftaxiopoulos
- [freefempp] 01/09: Prepare for dfsg source version by excluding Apple files
Dimitrios Eftaxiopoulos
- [freefempp] 02/02: Ignore more changes to source due to test suite execution
Dimitrios Eftaxiopoulos
- [freefempp] 02/09: Merge tag 'upstream/3.46+dfsg1'
Dimitrios Eftaxiopoulos
- [freefempp] 03/09: Update d/changelog
Dimitrios Eftaxiopoulos
- [freefempp] 04/09: Rearrange dversionmangle in d/watch file
Dimitrios Eftaxiopoulos
- [freefempp] 05/09: Set ls locale in Makefiles for reproducible order
Dimitrios Eftaxiopoulos
- [freefempp] 06/09: Get build date from SOURCE_DATE_EPOCH (if set), to make the build reproducible
Dimitrios Eftaxiopoulos
- [freefempp] 07/09: Fix architecture name for hurd-i386
Dimitrios Eftaxiopoulos
- [freefempp] 08/09: Enable testsuite at build time
Dimitrios Eftaxiopoulos
- [freefempp] 09/09: Update d/changelog
Dimitrios Eftaxiopoulos
- [freefempp] annotated tag debian/3.46+dfsg1-1 created (now 88097f2)
Dimitrios Eftaxiopoulos
- [freefempp] annotated tag debian/3.46+dfsg1-1 updated (88097f2 -> 5bb7144)
Dimitrios Eftaxiopoulos
- [freefempp] annotated tag upstream/3.46+dfsg1 created (now f827f99)
Dimitrios Eftaxiopoulos
- [freefempp] branch master updated (0e0f0c3 -> 4f55478)
Dimitrios Eftaxiopoulos
- [freefempp] branch master updated (c4c5c84 -> 0e0f0c3)
Dimitrios Eftaxiopoulos
- [freefempp] branch pristine-tar updated (92f523b -> 821737e)
Dimitrios Eftaxiopoulos
- [freemat] 01/02: Merge.
Anton Gladky
- [freemat] 02/02: Update changelog.
Anton Gladky
- [freemat] branch master updated (36e4942 -> 2147b30)
Anton Gladky
- [gap-float] 01/01: Debianization: bump to GAP 4r8
Jerome Benoit
- [gap-float] 01/01: Debianization: d/copyright: refresh
Jerome Benoit
- [gap-float] 01/01: Imported Debian patch 0.6.3+ds-3
Jerome Benoit
- [gap-float] branch master updated (720b97f -> 8e20c4b)
Jerome Benoit
- [gap-float] branch master updated (79263f8 -> 9cbcaa9)
Jerome Benoit
- [gap-float] branch master updated (8e20c4b -> 79263f8)
Jerome Benoit
- [gap-float] tag debian/0.6.3+ds-2 created (now 8e20c4b)
Jerome Benoit
- [gap-float] tag debian/0.6.3+ds-3 created (now 79263f8)
Jerome Benoit
- [gap-float] tag debian/0.6.3+ds-3 created (now 9cbcaa9)
Jerome Benoit
- [gap-float] tag debian/0.6.3+ds-3 deleted (was 79263f8)
Jerome Benoit
- [gap-grape] 01/01: Debianization: reproducible builds
Jerome Benoit
- [gap-grape] 01/01: Debianization: reproducible builds
Jerome Benoit
- [gap-grape] 01/01: Imported Debian patch 4r7+ds-3
Jerome Benoit
- [gap-grape] branch master updated (48e78ab -> 8eb47b5)
Jerome Benoit
- [gap-grape] branch master updated (8eb47b5 -> 27cff19)
Jerome Benoit
- [gap-grape] tag debian/4.7+ds-1 created (now 48e78ab)
Jerome Benoit
- [gap-grape] tag debian/4.7+ds-2 created (now 974ba32)
Jerome Benoit
- [gap-grape] tag debian/4r7+ds-2 created (now 8eb47b5)
Jerome Benoit
- [gap-grape] tag debian/4r7+ds-3 created (now 27cff19)
Jerome Benoit
- [gap-guava] 01/02: pristine-tar data for gap-guava_3.13.orig.tar.bz2
Jerome Benoit
- [gap-guava] 01/04: Imported Debian pre-patch 3.13+ds-1
Jerome Benoit
- [gap-guava] 02/02: pristine-tar data for gap-guava_3.13+ds.orig.tar.xz
Jerome Benoit
- [gap-guava] 02/04: Merge tag 'upstream/3.13'
Jerome Benoit
- [gap-guava] 03/04: Merge tag 'upstream/3.13+ds'
Jerome Benoit
- [gap-guava] 04/04: Imported Debian patch 3.13+ds-1
Jerome Benoit
- [gap-guava] annotated tag upstream/3.13+ds created (now 5176675)
Jerome Benoit
- [gap-guava] annotated tag upstream/3.13 created (now 0c37b76)
Jerome Benoit
- [gap-guava] branch master updated (c17eaed -> fff9a17)
Jerome Benoit
- [gap-guava] branch pristine-tar updated (8e0613e -> 1c47296)
Jerome Benoit
- [gap-guava] tag debian/3.13+ds-1 created (now fff9a17)
Jerome Benoit
- [gap-io] 01/01: Debianization: bump to GAP 4r8
Jerome Benoit
- [gap-io] branch master updated (1c92c3e -> c692ab7)
Jerome Benoit
- [gap-io] tag debian/4.4.6+ds-2 created (now c692ab7)
Jerome Benoit
- [gap-openmath] 01/01: Imported Debian patch 11.3.1+ds-2
Jerome Benoit
- [gap-openmath] branch master updated (58bbb62 -> 752594f)
Jerome Benoit
- [gap-openmath] tag debian/11.3.1+ds-2 created (now 752594f)
Jerome Benoit
- [getdp] 01/01: No change rebuild to gain dependencies on the newer libpetsc and libslepc package names
Mattia Rizzolo
- [getdp] annotated tag debian/2.7.0-3 created (now ef241b3)
Mattia Rizzolo
- [getdp] branch master updated (0288211 -> 687cc61)
Mattia Rizzolo
- [getfem] 01/01: NMU
Anton Gladky
- [getfem] 01/01: pristine-tar data for getfem++_5.0.orig.tar.gz
Anton Gladky
- [getfem] 01/12: Remove +dfsg-prefix, tarball was cleaned by upstream.
Anton Gladky
- [getfem] 02/12: Merge tag 'upstream/5.0'
Anton Gladky
- [getfem] 03/12: Clean some outdated files in debian/
Anton Gladky
- [getfem] 04/12: Refresh patches.
Anton Gladky
- [getfem] 05/12: Update autopkgtest.
Anton Gladky
- [getfem] 06/12: Disable scilab.
Anton Gladky
- [getfem] 07/12: Update getfem version to version 5.
Anton Gladky
- [getfem] 08/12: Apply cme fix dpkg.
Anton Gladky
- [getfem] 09/12: Disable one more failing on powerpc test.
Anton Gladky
- [getfem] 10/12: Fix typo in d/changelog.
Anton Gladky
- [getfem] 11/12: Fix autotest name.
Anton Gladky
- [getfem] 12/12: Update changelog.
Anton Gladky
- [getfem] annotated tag debian/4.2.1_beta1_svn4635_dfsg-6.1 created (now ef89b63)
Anton Gladky
- [getfem] annotated tag upstream/5.0 created (now c827929)
Anton Gladky
- [getfem] branch 0a created (now 976e150)
Anton Gladky
- [getfem] branch 0a deleted (was 976e150)
Anton Gladky
- [getfem] branch master updated (655b890 -> e3d08fc)
Anton Gladky
- [getfem] branch master updated (e3d08fc -> 938ce19)
Anton Gladky
- [getfem] branch pristine-tar updated (628a899 -> eb0fb17)
Anton Gladky
- [gle-graphics] 01/01: Imported Debian patch 4.2.5-5
Mattia Rizzolo
- [gle-graphics] branch master updated (53d11ee -> 7e020c7)
Mattia Rizzolo
- [glpk] 01/02: pristine-tar data for glpk_4.59.orig.tar.gz
Sébastien Villemot
- [glpk] 01/06: Merge tag 'upstream/4.59'
Sébastien Villemot
- [glpk] 02/02: pristine-tar data for glpk_4.60.orig.tar.gz
Sébastien Villemot
- [glpk] 02/06: Refresh patches.
Sébastien Villemot
- [glpk] 03/06: Merge tag 'upstream/4.60'
Sébastien Villemot
- [glpk] 04/06: Refresh patches.
Sébastien Villemot
- [glpk] 05/06: SOVERSION bump: shared lib package now libglpk40.
Sébastien Villemot
- [glpk] 06/06: Changelog entry for 4.60-1.
Sébastien Villemot
- [glpk] annotated tag debian/4.60-1 created (now f8276e4)
Sébastien Villemot
- [glpk] annotated tag upstream/4.59 created (now 8b85029)
Sébastien Villemot
- [glpk] annotated tag upstream/4.60 created (now 60468d6)
Sébastien Villemot
- [glpk] branch master updated (87432bf -> a55d222)
Sébastien Villemot
- [glpk] branch pristine-tar updated (2283a00 -> b807c2f)
Sébastien Villemot
- [gmp-ecm] 01/01: debianizarion: discard lib Recommends field: fix #819696
Jerome Benoit
- [gmp-ecm] 01/01: debianization: d/control revision: fix #819802
Jerome Benoit
- [gmp-ecm] branch master updated (a5ae36d -> ce94f67)
Jerome Benoit
- [gmp-ecm] branch master updated (ce94f67 -> 308b154)
Jerome Benoit
- [gmp-ecm] tag debian/7.0+ds-2 created (now 308b154)
Jerome Benoit
- [gmp-ecm] tag debian/7.0+ds-2 deleted (was 308b154)
Jerome Benoit
- [gmsh] 01/04: Fix the name of libmpi in python wrapper.
Anton Gladky
- [gmsh] 02/04: Set version number for libgmsh-dev in B+R to 2.9.3. (Closes: #816563)
Anton Gladky
- [gmsh] 03/04: Set Standards-Version to 3.9.8. No changes.
Anton Gladky
- [gmsh] 04/04: Update changelog.
Anton Gladky
- [gmsh] annotated tag debian/2.12.0+dfsg1-2 created (now 06f16ff)
Anton Gladky
- [gmsh] branch master updated (5b61da5 -> 7d67e96)
Anton Gladky
- [hfst-ospell] 01/01: Update missing changelog for -4
Kartik Mistry
- [hfst-ospell] branch master updated (746f081 -> ba1e704)
Kartik Mistry
- [imview] 01/02: Do not set build time in menu.
Anton Gladky
- [imview] 01/02: Remove __DATE__ from imview.cxx.
Anton Gladky
- [imview] 01/03: Use SOURCE_DATE_EPOCH for the build date.
Anton Gladky
- [imview] 01/04: Apply cme fix dpkg.
Anton Gladky
- [imview] 02/02: Update changelog.
Anton Gladky
- [imview] 02/02: Update changelog.
Anton Gladky
- [imview] 02/03: Update changelog.
Anton Gladky
- [imview] 02/04: Enable use of buildflags.
Anton Gladky
- [imview] 03/03: Add missing patch.
Anton Gladky
- [imview] 03/04: Fix for libpng1.6 (Closes: #820439)
Anton Gladky
- [imview] 04/04: Update changelog.
Anton Gladky
- [imview] annotated tag debian/1.1.9c-13 created (now 94acecb)
Anton Gladky
- [imview] annotated tag debian/1.1.9c-14 created (now ec9648c)
Anton Gladky
- [imview] annotated tag debian/1.1.9c-15 created (now 82c6e67)
Anton Gladky
- [imview] annotated tag debian/1.1.9c-16 created (now 71a44db)
Anton Gladky
- [imview] branch master updated (256187d -> 867025f)
Anton Gladky
- [imview] branch master updated (5478c2e -> 84f6a95)
Anton Gladky
- [imview] branch master updated (84f6a95 -> 256187d)
Anton Gladky
- [imview] branch master updated (867025f -> 9060f05)
Anton Gladky
- [instant] 01/01: debian/control: update the VCS fields after the move to Git
Drew Parsons
- [instant] 01/01: Merge tag 'upstream/1.6.0'
Mattia Rizzolo
- [instant] 01/01: pristine-tar data for instant_1.6.0.orig.tar.gz
Mattia Rizzolo
- [instant] 01/02: Standards-Version: 3.9.8
Drew Parsons
- [instant] 02/02: upload 1.6.0-2 to unstable
Drew Parsons
- [instant] annotated tag upstream/1.6.0 created (now ec07afd)
Mattia Rizzolo
- [instant] branch master updated (75b5cc7 -> 3494297)
Drew Parsons
- [instant] branch master updated (dd61f10 -> eca572c)
Mattia Rizzolo
- [instant] branch master updated (eca572c -> 75b5cc7)
Drew Parsons
- [instant] branch pristine-tar created (now 41f4918)
Mattia Rizzolo
- [instant] tag debian/1.6.0-2 created (now 3494297)
Drew Parsons
- [libfann] 01/07: d/copyright: Bump copyright years
Christian Kastner
- [libfann] 02/07: d/rules: Improve version parsing
Christian Kastner
- [libfann] 03/07: d/control: Bump Standards-Version to 3.9.8 (no changes needed)
Christian Kastner
- [libfann] 04/07: d/control: Switch to secure URIs in Vcs-* fields
Christian Kastner
- [libfann] 05/07: Drop package libfann-dbg in favor of automatic dbgsym packages
Christian Kastner
- [libfann] 06/07: d/rules: Add hardening=+all, -pie to DEB_BUILD_MAINT_OPTIONS
Christian Kastner
- [libfann] 07/07: Prepare changelog for Debian release 2.2.0+ds-3
Christian Kastner
- [libfann] annotated tag debian/2.2.0+ds-3 created (now c5c80d0)
Christian Kastner
- [libfann] branch master updated (419b732 -> cc2c2a0)
Christian Kastner
- [liblinear] 01/08: d/patches: Updated Properly-build-shared-and-static-libraries-programs
Christian Kastner
- [liblinear] 02/08: d/rules: Add hardening=+all to DEB_BUILD_MAINT_OPTIONS
Christian Kastner
- [liblinear] 03/08: d/copyright: Bump copyright years
Christian Kastner
- [liblinear] 04/08: d/control: Bump Standards-Version to 3.9.8 (no changes needed)
Christian Kastner
- [liblinear] 05/08: d/control: Switch to secure URIs in Vcs-* fields
Christian Kastner
- [liblinear] 06/08: d/rules: Improve version number parsing
Christian Kastner
- [liblinear] 07/08: Drop package libocas-dbg in favor of automatic dbgsym packages
Christian Kastner
- [liblinear] 08/08: Prepare changelog for Debian release 2.1.0+dfsg-2
Christian Kastner
- [liblinear] annotated tag debian/2.1.0+dfsg-2 created (now 2758c1b)
Christian Kastner
- [liblinear] branch master updated (a5baf55 -> b6db066)
Christian Kastner
- [libmpikmeans] 01/16: d/control: Bump Standards-Version to 3.9.8 (no changes needed)
Christian Kastner
- [libmpikmeans] 02/16: d/control: Replace Vcs-* insecure URIs with secure ones
Christian Kastner
- [libmpikmeans] 03/16: d/rules: Drop unnecessary inclusion of buildflags.mk
Christian Kastner
- [libmpikmeans] 04/16: d/rules: Fix missing export of DEB_CFLAGS_MAINT_APPEND
Christian Kastner
- [libmpikmeans] 05/16: d/patches: Drop patch numbers from .patch filenames
Christian Kastner
- [libmpikmeans] 06/16: d/gbp.conf: Update for patches without numbers
Christian Kastner
- [libmpikmeans] 07/16: d/patches: Update patch Properly-build-shared-and-static-libraries-programs
Christian Kastner
- [libmpikmeans] 08/16: d/patches: Trivial metadata refresh by gbp-pq
Christian Kastner
- [libmpikmeans] 09/16: d/rules: Add hardening=+all to DEB_BUILD_MAINT_OPTIONS
Christian Kastner
- [libmpikmeans] 10/16: d/rules: Simplify version parsing
Christian Kastner
- [libmpikmeans] 11/16: Drop package libmpikmeans-dbg in favor of automatic dbgsym packages
Christian Kastner
- [libmpikmeans] 12/16: d/control: Tweak syntax by adding trailing commas
Christian Kastner
- [libmpikmeans] 13/16: d/copyright: Bump copyright years
Christian Kastner
- [libmpikmeans] 14/16: man pages: Replace my old e-mail address
Christian Kastner
- [libmpikmeans] 15/16: d/control: Add dh-python to Build-Depends
Christian Kastner
- [libmpikmeans] 16/16: Prepare changelog for Debian release 1.5+dfsg-5
Christian Kastner
- [libmpikmeans] annotated tag debian/1.5+dfsg-5 created (now d5420b3)
Christian Kastner
- [libmpikmeans] branch master updated (3411289 -> a18d545)
Christian Kastner
- [libocas] 01/02: d/gbp.conf: Compress builds using xz
Christian Kastner
- [libocas] 01/14: d/control: Bump Standards-Version to 3.9.8 (no changes needed)
Christian Kastner
- [libocas] 02/02: Prepare changelog for Debian release 0.97+dfsg-3
Christian Kastner
- [libocas] 02/14: d/control: Tweak list syntax by adding trailing commas
Christian Kastner
- [libocas] 03/14: d/control: Switch Vcs-* from insecure URIs to secure ones
Christian Kastner
- [libocas] 04/14: Add d/gbp.conf to disable patch numbering
Christian Kastner
- [libocas] 05/14: d/patches: Drop patch numbers from .patch filenames
Christian Kastner
- [libocas] 06/14: d/patches: Update patch Properly-build-shared-and-static-libraries-programs
Christian Kastner
- [libocas] 07/14: d/rules: Improve version parsing
Christian Kastner
- [libocas] 08/14: d/rules: Add hardening=+all to DEB_BUILD_MAINT_OPTIONS
Christian Kastner
- [libocas] 09/14: d/rules: whitespace
Christian Kastner
- [libocas] 10/14: Drop package libocas-dbg in favor of automatic dbgsym packages
Christian Kastner
- [libocas] 11/14: d/copyright: Fix typo
Christian Kastner
- [libocas] 12/14: d/copyright: Bump copyright years
Christian Kastner
- [libocas] 13/14: Replace my email with my @debian.org address
Christian Kastner
- [libocas] 14/14: Prepare changelog for Debian release 0.97+dfsg-2
Christian Kastner
- [libocas] annotated tag debian/0.97+dfsg-2 created (now a187ed1)
Christian Kastner
- [libocas] annotated tag debian/0.97+dfsg-3 created (now 1667fce)
Christian Kastner
- [libocas] branch master updated (4cded64 -> d5257ff)
Christian Kastner
- [libocas] branch master updated (c14e75f -> 4cded64)
Christian Kastner
- [libsdsl] 01/01: pristine-tar data for libsdsl_2.0.3.orig.tar.gz
Tomasz Buchert
- [libsdsl] 01/01: Upload to unstable
Andreas Tille
- [libsdsl] 01/03: debian/clean: Enable building twice in a row
Andreas Tille
- [libsdsl] 01/13: debian files
Tomasz Buchert
- [libsdsl] 02/03: cme fix dpkg-control; Vcs-fields now pointing to Debian Science repository
Andreas Tille
- [libsdsl] 02/13: enable multi-arch
Tomasz Buchert
- [libsdsl] 03/03: Add myself to uploaders
Andreas Tille
- [libsdsl] 03/13: d/rules: drop unused flag
Tomasz Buchert
- [libsdsl] 04/13: d/changelog: fix ITP bug
Tomasz Buchert
- [libsdsl] 05/13: d/control: add links
Tomasz Buchert
- [libsdsl] 06/13: release to experimental
Tomasz Buchert
- [libsdsl] 07/13: d/copyright: update copyrights
Tomasz Buchert
- [libsdsl] 08/13: d/control: bump std-ver to 3.9.7 (no changes needed)
Tomasz Buchert
- [libsdsl] 09/13: d/control: restrict to supported archs
Tomasz Buchert
- [libsdsl] 10/13: d/control: switch maintainers
Tomasz Buchert
- [libsdsl] 11/13: release
Tomasz Buchert
- [libsdsl] 12/13: d/control: add missing archs
Tomasz Buchert
- [libsdsl] 13/13: release
Tomasz Buchert
- [libsdsl] annotated tag debian/2.0.3-1 created (now ace6c4a)
Tomasz Buchert
- [libsdsl] annotated tag debian/2.0.3-2 created (now f3245bd)
Tomasz Buchert
- [libsdsl] annotated tag debian/2.0.3-3 created (now f7ef898)
Tomasz Buchert
- [libsdsl] annotated tag upstream/2.0.3 created (now 8804e35)
Tomasz Buchert
- [libsdsl] branch master created (now a7533f7)
Tomasz Buchert
- [libsdsl] branch master updated (6432470 -> c19a4d4)
Andreas Tille
- [libsdsl] branch master updated (a7533f7 -> 6432470)
Andreas Tille
- [libsdsl] branch pristine-tar created (now d4f4bd2)
Tomasz Buchert
- [libsdsl] tag debian/2.0.3-4 created (now c19a4d4)
Andreas Tille
- [libvigraimpex] 01/01: deb/rules: set ffloat-store for i386 CPUs
Daniel Stender
- [libvigraimpex] annotated tag debian/1.10.0+git20160211.167be93+dfsg-2 created (now fde72ba)
Daniel Stender
- [libvigraimpex] branch master updated (24a1433 -> 03275a5)
Daniel Stender
- [lmfit-py] 01/01: pristine-tar data for lmfit-py_0.9.3+dfsg.orig.tar.gz
Frédéric-Emmanuel Picca
- [lmfit-py] annotated tag debian/0.9.3+dfsg-1 created (now 677b8d4)
Frédéric-Emmanuel Picca
- [lmfit-py] annotated tag upstream/0.9.3+dfsg created (now 015560c)
Frédéric-Emmanuel Picca
- [lmfit-py] branch pristine-tar updated (09a6e9a -> 3d6048f)
Frédéric-Emmanuel Picca
- [mpi-defaults] 01/02: debian/control: Bump Standards-Version to 3.9.8, no changes needed
Mattia Rizzolo
- [mpi-defaults] 01/03: Add powerpcspe again, using openmpi. Closes: #821179
Mattia Rizzolo
- [mpi-defaults] 02/02: changelog for 1.5
Mattia Rizzolo
- [mpi-defaults] 02/03: debian/README: remove, it's really stupid
Mattia Rizzolo
- [mpi-defaults] 03/03: changelog for 1.6
Mattia Rizzolo
- [mpi-defaults] annotated tag debian/1.5 created (now e0235a3)
Mattia Rizzolo
- [mpi-defaults] annotated tag debian/1.6 created (now 5c3216a)
Mattia Rizzolo
- [mpi-defaults] branch master updated (7d10aa7 -> fe3cabb)
Mattia Rizzolo
- [mpi-defaults] branch master updated (fe3cabb -> a4fe410)
Mattia Rizzolo
- [nauty] 01/02: pristine-tar data for nauty_2.6r5.orig.tar.gz
Jerome Benoit
- [nauty] 01/03: Merge tag 'upstream/2.6r5'
Jerome Benoit
- [nauty] 02/02: pristine-tar data for nauty_2.6r5+ds.orig.tar.xz
Jerome Benoit
- [nauty] 02/03: Merge tag 'upstream/2.6r5+ds'
Jerome Benoit
- [nauty] 03/03: Imported Debian patch 2.6r5+ds-1
Jerome Benoit
- [nauty] annotated tag upstream/2.6r5+ds created (now ee3e896)
Jerome Benoit
- [nauty] annotated tag upstream/2.6r5 created (now c58c939)
Jerome Benoit
- [nauty] branch master updated (1b0c3a3 -> c5fc0f3)
Jerome Benoit
- [nauty] branch pristine-tar updated (06a949a -> 73e324d)
Jerome Benoit
- [nauty] tag debian/2.6r5+ds-1 created (now c5fc0f3)
Jerome Benoit
- [nfft] 01/01: Imported Upstream version 3.3.1~rc1
Ghislain Vaillant
- [nfft] 01/01: pristine-tar data for nfft_3.3.1~rc1.orig.tar.gz
Ghislain Vaillant
- [nfft] annotated tag upstream/3.3.1_rc1 created (now 1bdf09a)
Ghislain Vaillant
- [nfft] branch pristine-tar updated (abdf7c0 -> 3e4ec3c)
Ghislain Vaillant
- [nfft] branch upstream/latest updated (047337a -> 8f756e7)
Ghislain Vaillant
- [normaliz] 01/01: pristine-tar data for normaliz_3.1.1+ds.orig.tar.xz
Jerome Benoit
- [normaliz] 01/03: Debian pre-patch 3.1.1+ds-0
Jerome Benoit
- [normaliz] 02/03: Merge tag 'upstream/3.1.1+ds'
Jerome Benoit
- [normaliz] 03/03: Debian patch 3.1.1+ds-1
Jerome Benoit
- [normaliz] annotated tag upstream/3.1.1+ds created (now 9e55fa1)
Jerome Benoit
- [normaliz] branch master updated (b9c2f6b -> bf71660)
Jerome Benoit
- [normaliz] branch pristine-tar updated (28624bb -> 64540d5)
Jerome Benoit
- [normaliz] tag debian/3.1.1+ds-1 created (now bf71660)
Jerome Benoit
- [ompl] 01/01: pristine-tar data for ompl_1.1.0+ds1.orig.tar.xz
Leopold Palomo-Avellaneda
- [ompl] 01/02: Disabling installPyPlusPlus.sh stuff
Leopold Palomo-Avellaneda
- [ompl] 01/02: Merging from jessie-robotics
Leopold Palomo-Avellaneda
- [ompl] 01/09: Merge tag 'upstream/1.1.0+ds1'
Leopold Palomo-Avellaneda
- [ompl] 02/02: 0002-Fixup-pkgconfig-for-multiarch
Leopold Palomo-Avellaneda
- [ompl] 02/02: Merge branch 'master' into debian-robotics
Leopold Palomo-Avellaneda
- [ompl] 02/09: Bump Soname to 11
Leopold Palomo-Avellaneda
- [ompl] 03/09: Bump Standards-Version to 3.9.7 (no changes)
Leopold Palomo-Avellaneda
- [ompl] 04/09: Updated Vcs-Browser and Vcs-Git fields
Leopold Palomo-Avellaneda
- [ompl] 05/09: Updated patches
Leopold Palomo-Avellaneda
- [ompl] 06/09: Fixed soname change
Leopold Palomo-Avellaneda
- [ompl] 07/09: Fixing filename and description
Leopold Palomo-Avellaneda
- [ompl] 08/09: Some clean statements in rules
Leopold Palomo-Avellaneda
- [ompl] 09/09: Update changelog to finish the package version
Leopold Palomo-Avellaneda
- [ompl] branch debian-robotics updated (bbb0ddd -> ba6e92d)
Leopold Palomo-Avellaneda
- [ompl] branch jessie-robotics created (now 0630b39)
Leopold Palomo-Avellaneda
- [ompl] branch master updated (0630b39 -> 9ba4dd5)
Leopold Palomo-Avellaneda
- [ompl] branch patch-queue/master created (now f4e510c)
Leopold Palomo-Avellaneda
- [ompl] branch patch-queue/master deleted (was f4e510c)
Leopold Palomo-Avellaneda
- [ompl] branch pristine-tar updated (a48b34f -> e1ccaef)
Leopold Palomo-Avellaneda
- [openblas] 01/01: pristine-tar data for openblas_0.2.18.orig.tar.gz
Sébastien Villemot
- [openblas] 01/03: Merge tag 'upstream/0.2.18'
Sébastien Villemot
- [openblas] 02/03: d/control: bump Standards-Version to 3.9.8, no changes needed.
Sébastien Villemot
- [openblas] 03/03: Changelog entry for 0.2.18-1.
Sébastien Villemot
- [openblas] annotated tag debian/0.2.18-1 created (now cab9e50)
Sébastien Villemot
- [openblas] annotated tag upstream/0.2.18 created (now 111131c)
Sébastien Villemot
- [openblas] branch master updated (152a708 -> 31de8aa)
Sébastien Villemot
- [openblas] branch pristine-tar updated (916809f -> 0068c33)
Sébastien Villemot
- [opengm] 01/09: Remove build dependency on vigra, not required.
Ghislain Vaillant
- [opengm] 02/09: d/rules: simplify dh_auto_test override.
Ghislain Vaillant
- [opengm] 03/09: d/rules: improve comments.
Ghislain Vaillant
- [opengm] 04/09: Add upstream patch fixing FBTFS errors on kfreebsd and hurd.
Ghislain Vaillant
- [opengm] 05/09: Install Python examples to the python-opengm-doc package.
Ghislain Vaillant
- [opengm] 06/09: d/u/metadata: fix formatting error.
Ghislain Vaillant
- [opengm] 07/09: d/gbp.conf: change packaging branch to debian/master (DEP-14).
Ghislain Vaillant
- [opengm] 08/09: Update packaging changelog.
Ghislain Vaillant
- [opengm] 09/09: Release to unstable.
Ghislain Vaillant
- [opengm] annotated tag debian/2.3.6+20160131-2 created (now ea90b95)
Ghislain Vaillant
- [opengm] branch debian/master created (now 3231030)
Ghislain Vaillant
- [paraview] 01/01: Fix FTBFS on kfreebsd-*. (Closes: #822266)
Anton Gladky
- [paraview] 01/01: pristine-tar data for paraview_5.0.1+dfsg1.orig.tar.xz
Anton Gladky
- [paraview] 01/02: Add missing build-dependency libqt5sql5-sqlite.
Anton Gladky
- [paraview] 01/02: Fix FTBFS against ffmpeg_3.0. (Closes: #821419)
Anton Gladky
- [paraview] 01/02: Fix typo in dependencies of paraview-dev. (Closes: #820448)
Anton Gladky
- [paraview] 01/03: Roll back to Qt4. (Closes: #821091)
Anton Gladky
- [paraview] 01/08: Use dpkg-buildflags. Should fix reproducibility.
Anton Gladky
- [paraview] 02/02: Update changelog.
Anton Gladky
- [paraview] 02/02: Update changelog.
Anton Gladky
- [paraview] 02/02: Update changelog.
Anton Gladky
- [paraview] 02/03: Build documentation. (Closes: #820455)
Anton Gladky
- [paraview] 02/08: Fix typo in d/copyright.
Anton Gladky
- [paraview] 03/03: Update changelog.
Anton Gladky
- [paraview] 03/08: Merge tag 'upstream/5.0.1+dfsg1'
Anton Gladky
- [paraview] 04/08: Refresh patches.
Anton Gladky
- [paraview] 05/08: Switch to Qt5. (Closes: #784505)
Anton Gladky
- [paraview] 06/08: Apply cme fix dpkg.
Anton Gladky
- [paraview] 07/08: Update changelog.
Anton Gladky
- [paraview] 08/08: Remove unneded file.
Anton Gladky
- [paraview] annotated tag debian/5.0.1+dfsg1-1 created (now fce1a55)
Anton Gladky
- [paraview] annotated tag debian/5.0.1+dfsg1-2 created (now 4ae8d91)
Anton Gladky
- [paraview] annotated tag debian/5.0.1+dfsg1-3 created (now 852ea24)
Anton Gladky
- [paraview] annotated tag debian/5.0.1+dfsg1-4 created (now 07d5af1)
Anton Gladky
- [paraview] annotated tag debian/5.0.1+dfsg1-5.1 created (now 99da3ae)
Anton Gladky
- [paraview] annotated tag debian/5.0.1+dfsg1-5 created (now 3f68e87)
Anton Gladky
- [paraview] annotated tag upstream/5.0.1+dfsg1 created (now 2133524)
Anton Gladky
- [paraview] branch master updated (1cd20dd -> 2e858bb)
Anton Gladky
- [paraview] branch master updated (200c2e0 -> 1cd20dd)
Anton Gladky
- [paraview] branch master updated (2e858bb -> b7a3000)
Anton Gladky
- [paraview] branch master updated (b45c967 -> 200c2e0)
Anton Gladky
- [paraview] branch master updated (b7a3000 -> f7bd939)
Anton Gladky
- [paraview] branch master updated (f7bd939 -> 3db5bfc)
Anton Gladky
- [paraview] branch pristine-tar updated (daa463c -> 848e1d9)
Anton Gladky
- [petsc] 01/01: complex dev package should Suggest: complex debug package
Drew Parsons
- [petsc] 01/01: debian/patches/hurd: use the actually documented __GNU__ instead of __gnu_hurd__
Mattia Rizzolo
- [petsc] 01/01: Drop legacy alternative link to /usr/lib/libpetsc.so.
Drew Parsons
- [petsc] 01/01: Imported Debian patch 3.6.3.dfsg2-4.1
Mattia Rizzolo
- [petsc] 01/01: Update debug alternatives at configure stage.
Drew Parsons
- [petsc] 01/01: Upload 3.6.3.dfsg2-4 to unstable
Drew Parsons
- [petsc] 01/02: Drop old /usr/lib/libpetsc.so alternatives in debug packages.
Drew Parsons
- [petsc] 01/02: New patch test_mpi_conditional_bug816101 disables MPI test of ex19
Drew Parsons
- [petsc] 01/03: release 3.6.3.dfsg2-2 to unstable
Drew Parsons
- [petsc] 01/06: dfsg2: Add sundry copyright notices to debian/copyright, exclude OSX cocoa examples
Drew Parsons
- [petsc] 02/02: upload 3.6.3.dfsg2-3 to unstable
Drew Parsons
- [petsc] 02/02: upload 3.6.3.dfsg2-5 to unstable
Drew Parsons
- [petsc] 02/03: ensure deprecated alternative libpetsc.so.multiarch is removed
Drew Parsons
- [petsc] 02/06: Merge branch 'upstream'
Drew Parsons
- [petsc] 03/03: Remove alternatives when dev packages are removed.
Drew Parsons
- [petsc] 03/06: add dummy soname version libpetsc3.6-dev
Drew Parsons
- [petsc] 04/06: package version and spelling corrections
Drew Parsons
- [petsc] 05/06: libpetsc3.6.3 conflicts/replaces old libpetsc3.6
Drew Parsons
- [petsc] 06/06: upload to unstable
Drew Parsons
- [petsc] annotated tag debian/3.6.3.dfsg2-4.1 created (now 79bdfd3)
Mattia Rizzolo
- [petsc] branch master updated (01c4703 -> 3cde88f)
Drew Parsons
- [petsc] branch master updated (377676f -> 543e3ac)
Mattia Rizzolo
- [petsc] branch master updated (3cde88f -> 7112f69)
Drew Parsons
- [petsc] branch master updated (4f49650 -> f935e1c)
Drew Parsons
- [petsc] branch master updated (543e3ac -> 61ed7d5)
Mattia Rizzolo
- [petsc] branch master updated (5badab1 -> ebb390d)
Drew Parsons
- [petsc] branch master updated (61ed7d5 -> 2dd7f0f)
Drew Parsons
- [petsc] branch master updated (7112f69 -> 377676f)
Drew Parsons
- [petsc] branch master updated (ebb390d -> 4f49650)
Drew Parsons
- [petsc] branch master updated (f935e1c -> 01c4703)
Drew Parsons
- [petsc] tag debian/3.6.3.dfsg2-1 created (now ebb390d)
Drew Parsons
- [petsc] tag debian/3.6.3.dfsg2-2 created (now 01c4703)
Drew Parsons
- [petsc] tag debian/3.6.3.dfsg2-3 created (now 3cde88f)
Drew Parsons
- [petsc] tag debian/3.6.3.dfsg2-4 created (now 377676f)
Drew Parsons
- [petsc] tag debian/3.6.3.dfsg2-5 created (now 2dd7f0f)
Drew Parsons
- [petsc] tag upstream/3.6.4.dfsg1 created (now 5e75cc5)
Drew Parsons
- [policy] 01/01: Fix Vcs-* fields in example.
Doug Torrance
- [policy] 01/01: git-import-orig is now gbp import-orig
Andreas Tille
- [policy] 01/03: Updated /git/debian-science layout
James Clarke
- [policy] 02/03: Recommend setup-repository script
James Clarke
- [policy] 03/03: Recommend debian-science-post-receive as the post-receive hook
James Clarke
- [policy] branch master updated (718bf28 -> 12bc6b8)
James Clarke
- [policy] branch master updated (963156d -> 718bf28)
Andreas Tille
- [policy] branch master updated (a2ccf05 -> 963156d)
Doug Torrance
- [polybori] 01/02: Move libpng12-dev to libpng-dev
Gianfranco Costamagna
- [polybori] 02/02: Add my two NMUs in changelog
Gianfranco Costamagna
- [polybori] branch master updated (a37fb8c -> 6ac54f4)
Gianfranco Costamagna
- [polyml] 01/02: hppa.diff: Applied upstream
James Clarke
- [polyml] 01/03: Bump up Standards-Version to 3.9.8 (no changes needed)
James Clarke
- [polyml] 01/07: Added autopkgtest support for upstream's test suite
James Clarke
- [polyml] 01/09: Add support for 64-bit SPARC
James Clarke
- [polyml] 02/02: Release 5.6-5 to unstable
James Clarke
- [polyml] 02/03: Drop request-completed-volatile-barrier.diff (not a correct fix)
James Clarke
- [polyml] 02/07: Added patch polyc-it.diff: Don't set "it" in polyc
James Clarke
- [polyml] 02/09: Add support for SuperH
James Clarke
- [polyml] 03/03: Fix interpreter assertion failure on exit and HP PA-RISC deadlock
James Clarke
- [polyml] 03/07: Added upstream-polyc autopkg test
James Clarke
- [polyml] 03/09: sh.diff: Applied upstream
James Clarke
- [polyml] 04/07: thread-exited-interrupt-requested-overlap.diff: Applied upstream
James Clarke
- [polyml] 04/09: sparc64.diff: Applied upstream
James Clarke
- [polyml] 05/07: Added patch reset-save-vector-sleep.diff
James Clarke
- [polyml] 05/09: Add support for HP PA-RISC
James Clarke
- [polyml] 06/07: Added patch wait-return-valid-status.diff
James Clarke
- [polyml] 06/09: Don't pick up GMP when installed
James Clarke
- [polyml] 07/07: Release 5.6-6 to unstable
James Clarke
- [polyml] 07/09: Mark completed as volatile
James Clarke
- [polyml] 08/09: Update Vcs-Browser to adhere to latest debian-science policy
James Clarke
- [polyml] 09/09: Release 5.6-4 to unstable
James Clarke
- [polyml] annotated tag debian/5.6-4 created (now 894121c)
James Clarke
- [polyml] annotated tag debian/5.6-5 created (now 9bf36fd)
James Clarke
- [polyml] annotated tag debian/5.6-6 created (now 5ca856f)
James Clarke
- [polyml] branch master updated (139dbf9 -> ed4d569)
James Clarke
- [polyml] branch master updated (ab2eff7 -> 0d348ee)
James Clarke
- [polyml] branch master updated (c7f452e -> 139dbf9)
James Clarke
- [polyml] branch master updated (ed4d569 -> ab2eff7)
James Clarke
- [pyevolve] 01/03: d/control: Bump Standards-Version to 3.9.8 (no changes needed)
Christian Kastner
- [pyevolve] 02/03: d/control: Tweak list syntax by adding trailing commas
Christian Kastner
- [pyevolve] 03/03: Prepare changelog for Debian release 0.6~rc1+svn398+dfsg-9
Christian Kastner
- [pyevolve] annotated tag debian/0.6_rc1+svn398+dfsg-9 created (now 38b73ff)
Christian Kastner
- [pyevolve] branch master updated (f676a4b -> e8d82eb)
Christian Kastner
- [pyfr] 01/01: pristine-tar data for pyfr_1.4.0.orig.tar.gz
Ghislain Vaillant
- [pyfr] 01/02: Add missing install dependency on gcc.
Ghislain Vaillant
- [pyfr] 01/04: Add missing copyright information.
Ghislain Vaillant
- [pyfr] 01/04: Merge tag 'v1.4.0' into debian/master
Ghislain Vaillant
- [pyfr] 01/32: Merge branch 'release/v1.3.0' into develop.
Ghislain Vaillant
- [pyfr] 02/02: Release to unstable.
Ghislain Vaillant
- [pyfr] 02/04: d/control: replace install dependency on gcc by build-essential.
Ghislain Vaillant
- [pyfr] 02/04: Work around Debian bug #821466: - d/control: pyfr now explicitly depends on mpi-default-bin instead of expecting it to be pulled transitively via mpi4py. - d/tests/control: simplified and refactored.
Ghislain Vaillant
- [pyfr] 02/32: Merge remote-tracking branch 'upstream/develop' into develop.
Ghislain Vaillant
- [pyfr] 03/04: Update packaging changelog.
Ghislain Vaillant
- [pyfr] 03/04: Update packaging changelog.
Ghislain Vaillant
- [pyfr] 03/32: Include the alpha optimised solution points for tetrahedra.
Ghislain Vaillant
- [pyfr] 04/04: Release to unstable.
Ghislain Vaillant
- [pyfr] 04/04: Release to unstable.
Ghislain Vaillant
- [pyfr] 04/32: Bump copyright.
Ghislain Vaillant
- [pyfr] 05/32: Remove a rogue print call.
Ghislain Vaillant
- [pyfr] 06/32: Fix the HDF5 type of mesh_uuid for imported meshes.
Ghislain Vaillant
- [pyfr] 07/32: Improve how plugins handle time-dependent invocations.
Ghislain Vaillant
- [pyfr] 08/32: Prevent CUDACUBLASKernels.__del__ from throwing a TypeError.
Ghislain Vaillant
- [pyfr] 09/32: Record the wall clock time in the stats file.
Ghislain Vaillant
- [pyfr] 10/32: Documentation.
Ghislain Vaillant
- [pyfr] 11/32: Remove some unnecessary imports.
Ghislain Vaillant
- [pyfr] 12/32: Merge pull request #95 from FreddieWitherden/develop
Ghislain Vaillant
- [pyfr] 13/32: Fix a bug for space-time BC in Euler system.
Ghislain Vaillant
- [pyfr] 14/32: Merge pull request #97 from Aerojspark/bugfix/euler_spacebc
Ghislain Vaillant
- [pyfr] 15/32: Implement CGNS reader.
Ghislain Vaillant
- [pyfr] 16/32: Add a backend for the MIC based around pyMIC.
Ghislain Vaillant
- [pyfr] 17/32: Merge pull request #96 from Aerojspark/feature/cgns_convert
Ghislain Vaillant
- [pyfr] 18/32: Cleanups.
Ghislain Vaillant
- [pyfr] 19/32: Merge pull request #94 from FreddieWitherden/feature/mic
Ghislain Vaillant
- [pyfr] 20/32: Improve the point sampler.
Ghislain Vaillant
- [pyfr] 21/32: Implement routine to check if pyramids have a non-parallelogram base.
Ghislain Vaillant
- [pyfr] 22/32: Whitespace.
Ghislain Vaillant
- [pyfr] 23/32: Update User and Developer Guides.
Ghislain Vaillant
- [pyfr] 24/32: Merge pull request #99 from pv101/develop
Ghislain Vaillant
- [pyfr] 25/32: Merge pull request #98 from Aerojspark/feature/pyramid_check
Ghislain Vaillant
- [pyfr] 26/32: Merge pull request #100 from FreddieWitherden/develop
Ghislain Vaillant
- [pyfr] 27/32: Bump the version number for v1.4.0.
Ghislain Vaillant
- [pyfr] 28/32: Modified User Guide.
Ghislain Vaillant
- [pyfr] 29/32: Fix a possible bug in metric basis regarding accuracy.
Ghislain Vaillant
- [pyfr] 30/32: Merge pull request #101 from Aerojspark/feature/free-stream_fix
Ghislain Vaillant
- [pyfr] 31/32: Updated documentation.
Ghislain Vaillant
- [pyfr] 32/32: Merge branch 'release/v1.4.0'.
Ghislain Vaillant
- [pyfr] annotated tag debian/1.3.0-1 created (now 6e5cd81)
Ghislain Vaillant
- [pyfr] annotated tag debian/1.3.0-2 created (now 1a9f3f8)
Ghislain Vaillant
- [pyfr] annotated tag debian/1.3.0-3 created (now 2ab0c56)
Ghislain Vaillant
- [pyfr] annotated tag debian/1.4.0-1 created (now 92db035)
Ghislain Vaillant
- [pyfr] branch debian/master created (now 1865809)
Ghislain Vaillant
- [pyfr] branch debian/master updated (1865809 -> de21c9a)
Ghislain Vaillant
- [pyfr] branch debian/master updated (b4e59fb -> 9de0054)
Ghislain Vaillant
- [pyfr] branch debian/master updated (de21c9a -> b4e59fb)
Ghislain Vaillant
- [pyfr] branch master updated (327db40 -> 96897c3)
Ghislain Vaillant
- [pyfr] branch pristine-tar updated (e04fa1c -> cfae9fb)
Ghislain Vaillant
- [pyfr] tag v1.3.0 created (now 327db40)
Ghislain Vaillant
- [pyfr] tag v1.4.0 created (now 96897c3)
Ghislain Vaillant
- [python-arrayfire] 01/01: Add missing copyright information.
Ghislain Vaillant
- [python-arrayfire] branch debian/master updated (0c379b0 -> 9a45cc0)
Ghislain Vaillant
- [python-escript] 01/01: Relicense release by upstream.
Joel Fenwick
- [python-escript] 01/04: Upstream release 4.2.0.1
Joel Fenwick
- [python-escript] 02/04: Anton's fixes
Joel Fenwick
- [python-escript] 03/04: Inactivate already applied patches + fix package build issues
Joel Fenwick
- [python-escript] 04/04: Removing option files which should not be there
Joel Fenwick
- [python-escript] branch debian updated (d06331e -> 30f4c78)
Joel Fenwick
- [python-escript] branch pristine-tar updated (444ecb3 -> 79fb3d5)
Joel Fenwick
- [python-fann2] 01/02: d/control: Bump Standards-Version to 3.9.8 (no changes needed)
Christian Kastner
- [python-fann2] 02/02: Prepare changelog for Debian release 1:1.0.7-6
Christian Kastner
- [python-fann2] annotated tag debian/1%1.0.7-6 created (now 1a8ec7c)
Christian Kastner
- [python-fann2] branch master updated (220e63f -> 5f8a33b)
Christian Kastner
- [pyzo] annotated tag debian/4.1-1 created (now c098251)
Ghislain Vaillant
- [pyzo] branch debian/master created (now 18b66ec)
Ghislain Vaillant
- [pyzo] tag v4.1 created (now a10fdf7)
Ghislain Vaillant
- [qflow] 01/01: pristine-tar data for qflow_1.1.31.orig.tar.gz
Ruben Undheim
- [qflow] 01/01: Refresh patches, new Standards version, updated Vcs-Git
Ruben Undheim
- [qflow] 01/02: Merge tag 'upstream/1.1.31'
Ruben Undheim
- [qflow] 02/02: New changelog entry
Ruben Undheim
- [qflow] branch master updated (766d471 -> 62f3356)
Ruben Undheim
- [qflow] branch master updated (7d677e5 -> 766d471)
Ruben Undheim
- [qflow] branch pristine-tar updated (20b9fa5 -> 2fd3ac1)
Ruben Undheim
- [qflow] tag debian/1.1.31-1 created (now 62f3356)
Ruben Undheim
- [qflow] tag upstream/1.1.31 created (now 74357fe)
Ruben Undheim
- [qrouter] 01/01: pristine-tar data for qrouter_1.3.42.orig.tar.gz
Ruben Undheim
- [qrouter] 01/03: Merge tag 'upstream/1.3.42'
Ruben Undheim
- [qrouter] 02/03: New changelog entry
Ruben Undheim
- [qrouter] 03/03: 3.9.7
Ruben Undheim
- [qrouter] branch master updated (78d8a47 -> baf0a5e)
Ruben Undheim
- [qrouter] branch pristine-tar updated (05788c6 -> d93413e)
Ruben Undheim
- [qrouter] tag debian/1.3.42-1 created (now baf0a5e)
Ruben Undheim
- [qrouter] tag upstream/1.3.42 created (now 116f056)
Ruben Undheim
- [r-base] 01/01: Backport maintained in Debian Science Git
Andreas Tille
- [r-base] 01/01: pristine-tar data for r-base_3.2.5.orig.tar.gz
Andreas Tille
- [r-base] annotated tag upstream/3.2.5 created (now 9a9e801)
Andreas Tille
- [r-base] branch debian/jessie-backports created (now 8a1bc58)
Andreas Tille
- [r-base] branch master created (now 178b174)
Andreas Tille
- [r-base] branch pristine-tar created (now ec0a9d7)
Andreas Tille
- [r-base] tag debian/3.2.5-1_bpo8+1 created (now 8a1bc58)
Andreas Tille
- [r-base] tag debian/3.2.5-1 created (now 178b174)
Andreas Tille
- [r-cran-afex] 01/01: cme fix dpkg-control
Andreas Tille
- [r-cran-afex] 01/01: pristine-tar data for r-cran-afex_0.16-1.orig.tar.gz
Jonathon Love
- [r-cran-afex] 01/02: Merge tag 'upstream/0.16-1'
Jonathon Love
- [r-cran-afex] 01/03: pristine-tar data for r-cran-afex_0.14-2.orig.tar.gz
Jonathon Love
- [r-cran-afex] 01/09: Imported Upstream version 0.14-2
Jonathon Love
- [r-cran-afex] 02/02: Updated changelog for new release
Jonathon Love
- [r-cran-afex] 02/03: pristine-tar data for r-cran-afex_0.15-2.orig.tar.gz
Jonathon Love
- [r-cran-afex] 02/09: Added debian/ directory
Jonathon Love
- [r-cran-afex] 03/03: pristine-tar data for r-cran-afex_0.16-1.orig.tar.gz
Jonathon Love
- [r-cran-afex] 03/09: Corrections to docs descriptions
Jonathon Love
- [r-cran-afex] 04/09: Merge tag 'upstream/0.15-2'
Jonathon Love
- [r-cran-afex] 05/09: Imported Upstream version 0.15-2
Jonathon Love
- [r-cran-afex] 06/09: Updated changelog for new upstream
Jonathon Love
- [r-cran-afex] 07/09: Imported Upstream version 0.16-1
Jonathon Love
- [r-cran-afex] 08/09: Merge tag 'upstream/0.16-1'
Jonathon Love
- [r-cran-afex] 09/09: Updated changelog for new upstream release
Jonathon Love
- [r-cran-afex] annotated tag upstream/0.14-2 created (now 1fce1c5)
Andreas Tille
- [r-cran-afex] annotated tag upstream/0.15-2 created (now c4e746a)
Andreas Tille
- [r-cran-afex] branch master created (now 3c7fc31)
Jonathon Love
- [r-cran-afex] branch master updated (28121eb -> 0103c85)
Jonathon Love
- [r-cran-afex] branch master updated (3c7fc31 -> 9490ac0)
Andreas Tille
- [r-cran-afex] branch pristine-tar created (now dd227d4)
Jonathon Love
- [r-cran-afex] branch pristine-tar updated (ef4fc74 -> dd227d4)
Jonathon Love
- [r-cran-afex] tag debian/0.16-1-1 created (now 9490ac0)
Andreas Tille
- [r-cran-bayesfactor] 01/02: Add missing Dependency r-cran-testthat for autopkgtest
Andreas Tille
- [r-cran-bayesfactor] 02/02: cme fix dpkg-control
Andreas Tille
- [r-cran-bayesfactor] branch master updated (d2d8a87 -> 2636df1)
Andreas Tille
- [r-cran-bayesfactor] tag debian/0.9.12-2-2 created (now 2636df1)
Andreas Tille
- [r-cran-bms] 01/01: Fix to unit tests
Jonathon Love
- [r-cran-bms] branch master updated (4de85fa -> 5765920)
Jonathon Love
- [r-cran-ca] 01/01: Added debian/* package info
Jonathon Love
- [r-cran-ca] 01/01: pristine-tar data for r-cran-ca_0.64.orig.tar.gz
Jonathon Love
- [r-cran-ca] branch master created (now a1aa9ab)
Jonathon Love
- [r-cran-ca] branch pristine-tar created (now bb7a1ab)
Jonathon Love
- [r-cran-contfrac] 01/01: Fix to tests
Jonathon Love
- [r-cran-contfrac] branch master updated (629001a -> 2981cb3)
Jonathon Love
- [r-cran-desolve] 01/01: cme fix dpkg-control
Andreas Tille
- [r-cran-desolve] 01/02: Merge tag 'upstream/1.13'
Jonathon Love
- [r-cran-desolve] 01/02: pristine-tar data for r-cran-desolve_1.12.orig.tar.gz
Jonathon Love
- [r-cran-desolve] 01/05: Added debian/ directory
Jonathon Love
- [r-cran-desolve] 02/02: pristine-tar data for r-cran-desolve_1.13.orig.tar.gz
Jonathon Love
- [r-cran-desolve] 02/02: Update changelog for new upstream
Jonathon Love
- [r-cran-desolve] 02/05: Added copyright for radau5.f
Jonathon Love
- [r-cran-desolve] 03/05: Added spelling error lintian override
Jonathon Love
- [r-cran-desolve] 04/05: Merge tag 'upstream/1.13'
Jonathon Love
- [r-cran-desolve] 05/05: Updates to changelog for new upstream
Jonathon Love
- [r-cran-desolve] branch master created (now 44c84e3)
Jonathon Love
- [r-cran-desolve] branch master updated (42a4c7b -> 232e0a6)
Jonathon Love
- [r-cran-desolve] branch master updated (44c84e3 -> f692e4a)
Andreas Tille
- [r-cran-desolve] branch pristine-tar created (now d00bdca)
Jonathon Love
- [r-cran-desolve] tag debian/1.13-1 created (now f692e4a)
Andreas Tille
- [r-cran-httpuv] 01/01: Rebuild for jessie-backports
Andreas Tille
- [r-cran-httpuv] branch debian/jessie-backports created (now 62b259b)
Andreas Tille
- [r-cran-httpuv] tag debian/1.3.3-3_bpo8+1 created (now 62b259b)
Andreas Tille
- [r-cran-hypergeo] 01/01: Added d/README.source
Jonathon Love
- [r-cran-hypergeo] 01/01: pristine-tar data for r-cran-hypergeo_1.2-13.orig.tar.gz
Jonathon Love
- [r-cran-hypergeo] 01/02: Merge tag 'upstream/1.2-13'
Jonathon Love
- [r-cran-hypergeo] 02/02: Updated d/changelog for new release
Jonathon Love
- [r-cran-hypergeo] branch master updated (59ea5df -> fa6abaf)
Jonathon Love
- [r-cran-hypergeo] branch master updated (fa6abaf -> 8af325d)
Jonathon Love
- [r-cran-hypergeo] branch pristine-tar updated (02289bb -> 3fdea07)
Jonathon Love
- [r-cran-logspline] 01/01: cme fix dpkg-control
Andreas Tille
- [r-cran-logspline] 01/02: Merge tag 'upstream/2.1.9'
Jonathon Love
- [r-cran-logspline] 01/02: pristine-tar data for r-cran-logspline_2.1.8.orig.tar.gz
Jonathon Love
- [r-cran-logspline] 01/03: added debian/ directory
Jonathon Love
- [r-cran-logspline] 02/02: pristine-tar data for r-cran-logspline_2.1.9.orig.tar.gz
Jonathon Love
- [r-cran-logspline] 02/02: Update changelog for new upstream
Jonathon Love
- [r-cran-logspline] 02/03: Merge tag 'upstream/2.1.9'
Jonathon Love
- [r-cran-logspline] 03/03: Updated changelog for new upstream
Jonathon Love
- [r-cran-logspline] branch master created (now f84a1f1)
Jonathon Love
- [r-cran-logspline] branch master updated (c03eb9a -> 8d767d7)
Jonathon Love
- [r-cran-logspline] branch master updated (f84a1f1 -> 28e9787)
Andreas Tille
- [r-cran-logspline] branch pristine-tar created (now b193546)
Jonathon Love
- [r-cran-logspline] tag debian/2.1.9-1 created (now 28e9787)
Andreas Tille
- [r-cran-lsmeans] 01/01: pristine-tar data for r-cran-lsmeans_2.23.orig.tar.gz
Jonathon Love
- [r-cran-lsmeans] 01/02: Merge tag 'upstream/2.23'
Jonathon Love
- [r-cran-lsmeans] 02/02: Updated changelog for new upstream
Jonathon Love
- [r-cran-lsmeans] branch master updated (67088b0 -> 33094af)
Jonathon Love
- [r-cran-lsmeans] branch pristine-tar updated (34adbfd -> 8c09c07)
Jonathon Love
- [r-cran-mime] 01/01: pristine-tar data for r-cran-mime_0.4.orig.tar.gz
Andreas Tille
- [r-cran-mime] 01/01: Rebuild for jessie-backports
Andreas Tille
- [r-cran-mime] branch debian/jessie-backports created (now 0666443)
Andreas Tille
- [r-cran-mime] branch pristine-tar updated (280700b -> fc3424e)
Andreas Tille
- [r-cran-mime] tag debian/0.4-2_bpo8+1 created (now 0666443)
Andreas Tille
- [r-cran-rjsonio] 01/02: Update VCS URLs
Daniel Pocock
- [r-cran-rjsonio] 02/02: Update for v1.3-0-2
Daniel Pocock
- [r-cran-rjsonio] annotated tag debian/1.3-0-2 created (now f11a7ac)
Daniel Pocock
- [r-cran-rjsonio] branch master updated (147c88f -> b04ac1d)
Daniel Pocock
- [r-cran-rprotobuf] 01/01: Added debian/ directory contents
Jonathon Love
- [r-cran-rprotobuf] 01/01: fixes to tests
Jonathon Love
- [r-cran-rprotobuf] 01/01: pristine-tar data for r-cran-rprotobuf_0.4.3.orig.tar.gz
Jonathon Love
- [r-cran-rprotobuf] branch master created (now ab32e52)
Jonathon Love
- [r-cran-rprotobuf] branch master updated (ab32e52 -> fbe8b95)
Jonathon Love
- [r-cran-rprotobuf] branch pristine-tar created (now a2857c9)
Jonathon Love
- [r-cran-xtable] 01/01: pristine-tar data for r-cran-xtable_1.7-4.orig.tar.gz
Andreas Tille
- [r-cran-xtable] 01/01: pristine-tar data for r-cran-xtable_1.8-2.orig.tar.gz
Jonathon Love
- [r-cran-xtable] 01/02: Merge tag 'upstream/1.8-2'
Jonathon Love
- [r-cran-xtable] 01/02: pristine-tar data for r-cran-xtable_1.7-4.orig.tar.gz
Jonathon Love
- [r-cran-xtable] 01/03: Merge tag 'upstream/1.7-4'
Jonathon Love
- [r-cran-xtable] 01/06: Initial upstream branch
Jonathon Love
- [r-cran-xtable] 01/26: Inject xtable
Andreas Tille
- [r-cran-xtable] 02/02: pristine-tar data for r-cran-xtable_1.8-2.orig.tar.gz
Jonathon Love
- [r-cran-xtable] 02/02: Updated d/changelog for new upstream
Jonathon Love
- [r-cran-xtable] 02/03: Re-add debian/ dir
Jonathon Love
- [r-cran-xtable] 02/06: Imported Upstream version 1.7-4
Jonathon Love
- [r-cran-xtable] 02/26: Forgot license field, slightly enhanced description
Andreas Tille
- [r-cran-xtable] 03/03: Moved packaging from SVN to Git
Jonathon Love
- [r-cran-xtable] 03/06: Merge tag 'upstream/1.7-4'
Jonathon Love
- [r-cran-xtable] 03/26: ITP bug numbers in changelogs
Andreas Tille
- [r-cran-xtable] 04/06: Imported Upstream version 1.8-2
Jonathon Love
- [r-cran-xtable] 04/26: * Standards-Version: 3.8.1 (no changes needed) * Enhanced long description Closes: #520214 * debian/copyright - Fixed cut-n-pasto - link to versioned copy of GPL (GPL-2) * Added link from doc directory to the PDF inside the R directory * doc-base support
Andreas Tille
- [r-cran-xtable] 05/06: Merge tag 'upstream/1.8-2'
Jonathon Love
- [r-cran-xtable] 05/26: Add preliminary packaging stuff for R CRAN spdep
Andreas Tille
- [r-cran-xtable] 06/06: Updated d/changelog for new upstream
Jonathon Love
- [r-cran-xtable] 06/26: Changed Section to gnu-r
Andreas Tille
- [r-cran-xtable] 07/26: New upstream version
Andreas Tille
- [r-cran-xtable] 08/26: Uploaded the updated package prepared by Andreas, after adding a couple of modifications.
Andreas Tille
- [r-cran-xtable] 09/26: Fix Vcs fields
Andreas Tille
- [r-cran-xtable] 10/26: Using Debhelper 9.
Andreas Tille
- [r-cran-xtable] 11/26: Removing copyright notice for a trivial file.
Andreas Tille
- [r-cran-xtable] 12/26: Removed obsolete DM-Upload-Allowed field.
Andreas Tille
- [r-cran-xtable] 13/26: Acquire ${R:Depends} directly from r-base-dev.
Andreas Tille
- [r-cran-xtable] 14/26: Normalised VCS fields (Lintian standard).
Andreas Tille
- [r-cran-xtable] 15/26: Machine-readable Debian copyright file format 1.0.
Andreas Tille
- [r-cran-xtable] 16/26: New upstream release, no new copyright nor license statement.
Andreas Tille
- [r-cran-xtable] 17/26: Normalised debian/control with 'cme fix dpkg-control'.
Andreas Tille
- [r-cran-xtable] 18/26: Conforms with Policy 3.9.4.
Andreas Tille
- [r-cran-xtable] 19/26: r-cran-xtable (1:1.7-1-1) unstable; urgency=low
Andreas Tille
- [r-cran-xtable] 20/26: New upstream version, source format 3.0, cme fix dpkg-control
Andreas Tille
- [r-cran-xtable] 21/26: Add autopkgtest
Andreas Tille
- [r-cran-xtable] 22/26: New upstream version + polishing
Andreas Tille
- [r-cran-xtable] 23/26: Imported Upstream version 1.7-4
Andreas Tille
- [r-cran-xtable] 24/26: Merge tag 'upstream/1.7-4'
Andreas Tille
- [r-cran-xtable] 25/26: Re-add debian/ dir
Andreas Tille
- [r-cran-xtable] 26/26: Moved packaging from SVN to Git
Andreas Tille
- [r-cran-xtable] annotated tag upstream/1.7-4 created (now d4d7d1e)
Andreas Tille
- [r-cran-xtable] branch master created (now ca03a04)
Andreas Tille
- [r-cran-xtable] branch master created (now ca03a04)
Jonathon Love
- [r-cran-xtable] branch master updated (ca03a04 -> 3a372e7)
Jonathon Love
- [r-cran-xtable] branch master updated (ca03a04 -> 5660586)
Jonathon Love
- [r-cran-xtable] branch pristine-tar created (now ca03a04)
Jonathon Love
- [r-cran-xtable] branch pristine-tar created (now e1e9054)
Andreas Tille
- [r-cran-xtable] branch pristine-tar updated (ca03a04 -> a5d4528)
Jonathon Love
- [r-cran-xtable] branch pristine-tar updated (e1e9054 -> 4b85f66)
Jonathon Love
- [r-cran-xtable] tag debian/1.7-4-1 created (now 277e969)
Andreas Tille
- [rstudio] 01/01: pristine-tar data for rstudio_0.99.1167+dfsg.orig.tar.xz
Andreas Tille
- [rstudio] 01/01: Succeeded in quilt-patching to at least get the build started
Andreas Tille
- [rstudio] 01/03: pristine-tar data for rstudio_0.99.1168+dfsg.orig.tar.xz
Andreas Tille
- [rstudio] 01/07: FOrce xz compression of repackaged tarball since we diverge from upstream md5 sum anyway we can try to save some space
Andreas Tille
- [rstudio] 01/10: Delete copy of fonts that can be find in package fonts-lato
Andreas Tille
- [rstudio] 02/03: Remove invalidated pristine-tar information
Andreas Tille
- [rstudio] 02/07: uscan claims "WARNING: Files-Excluded pattern (dependencies/) should not have a trailing /" - so drop the '/' and use one exclusion per line for better overview
Andreas Tille
- [rstudio] 02/10: Use fonts from fonts-lato
Andreas Tille
- [rstudio] 03/03: pristine-tar data for rstudio_0.99.1168+dfsg.orig.tar.xz
Andreas Tille
- [rstudio] 03/07: Found postinit and postrm scripts in upstream source which were on one hand totally wrong but leave some helpful hints which are kept here.
Andreas Tille
- [rstudio] 03/10: Fail on error
Andreas Tille
- [rstudio] 04/07: Merge tag 'upstream/0.99.1167+dfsg'
Andreas Tille
- [rstudio] 04/10: Try to install to usual dirs
Andreas Tille
- [rstudio] 05/07: New upstream version
Andreas Tille
- [rstudio] 05/10: New upstream version
Andreas Tille
- [rstudio] 06/07: Adapt patch
Andreas Tille
- [rstudio] 06/10: Merge tag 'upstream/0.99.1168+dfsg'
Andreas Tille
- [rstudio] 07/07: Build-Depends: libqt5opengl5-dev
Andreas Tille
- [rstudio] 07/10: Fix syntax
Andreas Tille
- [rstudio] 08/10: replace jquery.js by packaged version
Andreas Tille
- [rstudio] 09/10: Exclude false positive
Andreas Tille
- [rstudio] 10/10: Merge tag 'upstream/0.99.1168+dfsg'
Andreas Tille
- [rstudio] branch master updated (3d8de7a -> c9d1c91)
Andreas Tille
- [rstudio] branch master updated (c9d1c91 -> ca3b2ef)
Andreas Tille
- [rstudio] branch master updated (ca3b2ef -> 63fdb25)
Andreas Tille
- [rstudio] branch pristine-tar updated (9f81c58 -> b317768)
Andreas Tille
- [rstudio] branch pristine-tar updated (b317768 -> 0ec4b31)
Andreas Tille
- [rtt] 01/01: pristine-tar data for orocos-rtt_2.8.2+dfsg.orig.tar.xz
Leopold Palomo-Avellaneda
- [rtt] 01/01: Version 2.8.2+dfsg-1~drp8+1
Leopold Palomo-Avellaneda
- [rtt] 01/02: Merge tag 'upstream/2.8.2+dfsg'
Leopold Palomo-Avellaneda
- [rtt] 02/02: Working in a new upstream version
Leopold Palomo-Avellaneda
- [rtt] branch debian-robotics created (now ee33d3b)
Leopold Palomo-Avellaneda
- [rtt] branch master updated (fa7dc8b -> 88c542e)
Leopold Palomo-Avellaneda
- [rtt] branch pristine-tar updated (5d6b14d -> a3e85ce)
Leopold Palomo-Avellaneda
- [sagemath] 01/01: Tentatively use system libplanarity, haven't yet tested
Ximin Luo
- [sagemath] 01/01: Update dependent packages as per upstream
Ximin Luo
- [sagemath] 01/01: Update some Build-Depends for current sid, haven't tried building yet
Ximin Luo
- [sagemath] 01/01: Update version in changelog.
Tobias Hansen
- [sagemath] 01/02: Lock Build-Depends to our debian-science repo
Ximin Luo
- [sagemath] 01/09: Update sage submodule to 7.1.
Tobias Hansen
- [sagemath] 02/02: Use Debian system singular; build still failing with polybori-related errors
Ximin Luo
- [sagemath] 02/09: Update unbreak.patch.
Tobias Hansen
- [sagemath] 03/09: Remove trac_17872.patch
Tobias Hansen
- [sagemath] 04/09: Update maxima.patch.
Tobias Hansen
- [sagemath] 05/09: Refresh two singular related patches.
Tobias Hansen
- [sagemath] 06/09: Refresh some patches.
Tobias Hansen
- [sagemath] 07/09: Remove silence_matplotlib_1_3_changes.patch (was applied upstream).
Tobias Hansen
- [sagemath] 08/09: Refresh more patches.
Tobias Hansen
- [sagemath] 09/09: Remove rw-spkg.patch (was applied upstream).
Tobias Hansen
- [sagemath] branch master updated (10b1f29 -> f923285)
Tobias Hansen
- [sagemath] branch master updated (3e48f59 -> 10b1f29)
Tobias Hansen
- [sagemath] branch master updated (5318ad4 -> c036618)
Ximin Luo
- [sagemath] branch master updated (7366eec -> 5318ad4)
Ximin Luo
- [sagemath] branch master updated (aaa34a7 -> 3e48f59)
Ximin Luo
- [sagemath] branch master updated (f923285 -> 7366eec)
Ximin Luo
- [sfepy] 01/01: pristine-tar data for sfepy_2016.1.orig.tar.gz
Anton Gladky
- [sfepy] 01/03: Merge tag 'upstream/2016.1'
Anton Gladky
- [sfepy] 02/03: Apply cme fix dpkg. (Closes: #801183)
Anton Gladky
- [sfepy] 03/03: Update changelog.
Anton Gladky
- [sfepy] annotated tag debian/2016.1-1 created (now aaa61b7)
Anton Gladky
- [sfepy] annotated tag upstream/2016.1 created (now 97a1b71)
Anton Gladky
- [sfepy] branch master updated (8e3f40c -> fbe3279)
Anton Gladky
- [sfepy] branch pristine-tar updated (d4621c7 -> a688015)
Anton Gladky
- [singular] 01/01: Imported Debian patch 4.0.3-p1+ds-2: FTBFS #806108 fix
Jerome Benoit
- [singular] 01/01: Release 3-1-6+dfsg-1+sage1 to debian-science unstable-sage
Ximin Luo
- [singular] 01/02: pristine-tar data for singular_4.0.3p1.orig.tar.gz
Jerome Benoit
- [singular] 01/04: Imported Debian pre-patch 4.0.3-p1+ds-0
Jerome Benoit
- [singular] 02/02: pristine-tar data for singular_4.0.3-p1+ds.orig.tar.xz
Jerome Benoit
- [singular] 02/04: Merge tag 'upstream/4.0.3p1'
Jerome Benoit
- [singular] 03/04: Merge tag 'upstream/4.0.3-p1+ds'
Jerome Benoit
- [singular] 04/04: Imported Debian patch 4.0.3-p1+ds-1
Jerome Benoit
- [singular] annotated tag upstream/4.0.3-p1+ds created (now 9fae30d)
Jerome Benoit
- [singular] annotated tag upstream/4.0.3p1 created (now 875590a)
Jerome Benoit
- [singular] branch git-upstream created (now b7a79f7)
Jerome Benoit
- [singular] branch master3-sage created (now 649ede4)
Ximin Luo
- [singular] branch master updated (3e24e9a -> e24576f)
Jerome Benoit
- [singular] branch master updated (e24576f -> 3bea374)
Jerome Benoit
- [singular] branch pristine-tar updated (8afca08 -> f4bfa95)
Jerome Benoit
- [singular] tag debian/4.0.3-p1+ds-1 created (now 7a9f3d2)
Jerome Benoit
- [singular] tag debian/4.0.3-p1+ds-1 created (now e24576f)
Jerome Benoit
- [singular] tag debian/4.0.3-p1+ds-1 deleted (was 7a9f3d2)
Jerome Benoit
- [singular] tag debian/4.0.3-p1+ds-2 created (now 3bea374)
Jerome Benoit
- [slepc] 01/01: new upstream source 3.6.3 .dfsg1
Drew Parsons
- [slepc] 01/01: update slepc and petsc versions to 3.6.3
Drew Parsons
- [slepc] 01/02: Drop /usr/lib/libslepc.so alternative from debug packages.
Drew Parsons
- [slepc] 01/02: Prepare for new upstream version 3.6.3
Drew Parsons
- [slepc] 01/03: Remove dangling alternatives links
Drew Parsons
- [slepc] 01/06: provide dummy package libslepc3.6-dev for soname
Drew Parsons
- [slepc] 02/02: Merge branch 'upstream' 3.6.3.dfsg1
Drew Parsons
- [slepc] 02/02: upload 3.6.3.dfsg1-3 to unstable
Drew Parsons
- [slepc] 02/03: upload 3.6.3.dfsg1-2 to unstable
Drew Parsons
- [slepc] 02/06: use standard field names in debian/copyright
Drew Parsons
- [slepc] 03/03: remove alternatives links on dev package removal
Drew Parsons
- [slepc] 03/06: Standards-Version: 3.9.7
Drew Parsons
- [slepc] 04/06: upload 3.6.3.dfsg1-1 to unstable
Drew Parsons
- [slepc] 05/06: Build doc package from files installed for the debug package.
Drew Parsons
- [slepc] 06/06: Drop legacy alternative link to /usr/lib/libslepc.so.
Drew Parsons
- [slepc] branch master updated (12fdeab -> 1493f24)
Drew Parsons
- [slepc] branch master updated (1493f24 -> ccaab07)
Drew Parsons
- [slepc] branch master updated (60e028a -> 21088c5)
Drew Parsons
- [slepc] branch master updated (bec3900 -> 60e028a)
Drew Parsons
- [slepc] branch master updated (ccaab07 -> bec3900)
Drew Parsons
- [slepc] tag debian/3.6.3.dfsg1-1 created (now bec3900)
Drew Parsons
- [slepc] tag debian/3.6.3.dfsg1-2 created (now 60e028a)
Drew Parsons
- [slepc] tag debian/3.6.3.dfsg1-3 created (now 21088c5)
Drew Parsons
- [slepc] tag upstream/3.6.3.dfsg1 created (now c0f5c78)
Drew Parsons
- [sumo] 01/04: Force Makefile check for errors. (Closes: #817033)
Anton Gladky
- [sumo] 02/04: Add python-matplotlib to the BD-Indep.
Anton Gladky
- [sumo] 03/04: Apply cme fix dpkg.
Anton Gladky
- [sumo] 04/04: Update changelog.
Anton Gladky
- [sumo] annotated tag debian/0.25.0+dfsg1-3 created (now 82b490d)
Anton Gladky
- [sumo] branch master updated (80de93e -> 3979a5a)
Anton Gladky
- [syfi] 01/01: Merge tag 'upstream/1.0.0.dfsg'
Mattia Rizzolo
- [syfi] 01/01: pristine-tar data for syfi_1.0.0.dfsg.orig.tar.gz
Mattia Rizzolo
- [syfi] annotated tag upstream/1.0.0.dfsg created (now d55ef15)
Mattia Rizzolo
- [syfi] branch master updated (a1fe293 -> 307fa85)
Mattia Rizzolo
- [syfi] branch pristine-tar created (now a590fdc)
Mattia Rizzolo
- [tango] 01/02: add the p922_1 upstream patch
Frédéric-Emmanuel Picca
- [tango] 02/02: release
Frédéric-Emmanuel Picca
- [tango] branch master updated (8049c18 -> 2b07b1b)
Frédéric-Emmanuel Picca
- [teem] 01/02: DEP5 fixes
Andreas Tille
- [teem] 01/03: Try to add static lib but failed. Leave this for another try ...
Andreas Tille
- [teem] 02/02: Final upload
Andreas Tille
- [teem] 02/03: Replace cdbs by dh (try d-shlibs but failed since there is no static library)
Andreas Tille
- [teem] 03/03: More DEP5 fixes
Andreas Tille
- [teem] annotated tag upstream/1.11.0+20160122 created (now a792f8f)
Andreas Tille
- [teem] annotated tag upstream/1.12.0_20160122 created (now 8e8b41a)
Andreas Tille
- [teem] branch master updated (57cb020 -> 8c337f1)
Andreas Tille
- [teem] branch master updated (8c337f1 -> 4b2c657)
Andreas Tille
- [teem] tag debian/1.12.0_20160122-1 created (now 4b2c657)
Andreas Tille
- [test repo] 01/01: IT WORKS!! :D
Mattia Rizzolo
- [test repo] branch master created (now 16c85d9)
Mattia Rizzolo
- [ufc] 01/01: Merge tag 'upstream/2.3.0'
Mattia Rizzolo
- [ufc] 01/01: pristine-tar data for ufc_2.3.0.orig.tar.gz
Mattia Rizzolo
- [ufc] annotated tag upstream/2.3.0 created (now 1003a81)
Mattia Rizzolo
- [ufc] branch master updated (3d71be0 -> d0172c5)
Mattia Rizzolo
- [ufc] branch pristine-tar created (now 07d40e0)
Mattia Rizzolo
- [ufl] 01/01: debian/control: update the VCS fields after the move to Git
Drew Parsons
- [ufl] 01/01: Merge tag 'upstream/1.6.0'
Mattia Rizzolo
- [ufl] 01/01: pristine-tar data for ufl_1.6.0.orig.tar.gz
Mattia Rizzolo
- [ufl] 01/03: Standards-Version: 3.9.8
Drew Parsons
- [ufl] 02/03: lintian: add short name of licence for fenics.css_t
Drew Parsons
- [ufl] 03/03: upload 1.6.0-2 to unstable
Drew Parsons
- [ufl] annotated tag upstream/1.6.0 created (now 2a10986)
Mattia Rizzolo
- [ufl] branch master updated (02d83b3 -> 8aff5da)
Mattia Rizzolo
- [ufl] branch master updated (8aff5da -> a0c1edf)
Drew Parsons
- [ufl] branch master updated (a0c1edf -> a597149)
Drew Parsons
- [ufl] branch pristine-tar created (now 065a95d)
Mattia Rizzolo
- [ufl] tag debian/1.6.0-2 created (now a597149)
Drew Parsons
- [viper] 01/01: Merge tag 'upstream/1.0.0'
Mattia Rizzolo
- [viper] 01/01: pristine-tar data for viper_1.0.0.orig.tar.gz
Mattia Rizzolo
- [viper] annotated tag upstream/1.0.0 created (now 6045466)
Mattia Rizzolo
- [viper] branch master updated (c80eb4e -> 15b6fc5)
Mattia Rizzolo
- [viper] branch pristine-tar created (now e47d3f8)
Mattia Rizzolo
- [vmtk] 01/01: [svn-buildpackage] Tagging vmtk (0.9.0-1)
Mattia Rizzolo
- [vmtk] 01/01: [svn-buildpackage] Tagging vmtk (0.9.0-2)
Mattia Rizzolo
- [vmtk] 01/01: [svn-buildpackage] Tagging vmtk (0.9.0-3)
Mattia Rizzolo
- [vmtk] 01/01: [svn-buildpackage] Tagging vmtk (0.9~bzr276-1)
Mattia Rizzolo
- [vmtk] 01/01: [svn-buildpackage] Tagging vmtk 0.9.0-4
Mattia Rizzolo
- [vmtk] 01/01: [svn-buildpackage] Tagging vmtk 0.9.0-5
Mattia Rizzolo
- [vmtk] 01/01: [svn-buildpackage] Tagging vmtk 0.9.0-6
Mattia Rizzolo
- [vmtk] 01/01: [svn-buildpackage] Tagging vmtk 0.9.0-7
Mattia Rizzolo
- [vmtk] 01/01: [svn-buildpackage] Tagging vmtk 1.0.1-1
Mattia Rizzolo
- [vmtk] 01/01: [svn-buildpackage] Tagging vmtk 1.0.1-2
Mattia Rizzolo
- [vmtk] 01/01: [svn-buildpackage] Tagging vmtk 1.0.1-3
Mattia Rizzolo
- [vmtk] 01/01: Imported Debian patch 1.3-1
Mattia Rizzolo
- [vmtk] 01/01: pristine-tar data for vmtk_1.3.orig.tar.gz
Mattia Rizzolo
- [vmtk] 01/06: Imported Debian patch 1.3-2
Mattia Rizzolo
- [vmtk] 01/17: Creating trunk directory
Mattia Rizzolo
- [vmtk] 02/06: move the packaging to git
Mattia Rizzolo
- [vmtk] 02/17: [svn-inject] Applying Debian modifications (0.9~bzr276-1) to trunk
Mattia Rizzolo
- [vmtk] 03/06: run cme fix dpkg-control
Mattia Rizzolo
- [vmtk] 03/17: New upstream release. Add DM-Upload-Allowed flag.
Mattia Rizzolo
- [vmtk] 04/06: bump lib package name after soname bump. Closes: #821411
Mattia Rizzolo
- [vmtk] 04/17: * debian/rules: - Enable building of contrib classes. Update lintian-overrides accordingly. - Minor fix for Python 2.7 for binary package python-vmtk. * debian/control: Set XS-Python-Version to ">= 2.3" (closes: #606857). * debian/copyright: Remove reference to deprecated BSD license file and add full license text.
Mattia Rizzolo
- [vmtk] 05/06: reinstate some lintian overrides removed in the previous upload
Mattia Rizzolo
- [vmtk] 05/17: Update VTK_DIR for VTK 5.6, bump Standards-Version to 3.9.1, and remove old fields (Conflicts, Replaces, Provides).
Mattia Rizzolo
- [vmtk] 06/06: changelog for 1.3-3
Mattia Rizzolo
- [vmtk] 06/17: * Make package autobuildable. * Replace libjpeg62-dev with libjpeg-dev in Build-Depends. * Bump Standards-Version.
Mattia Rizzolo
- [vmtk] 07/17: Enable contrib scripts.
Mattia Rizzolo
- [vmtk] 08/17: Add more lintian overrides.
Mattia Rizzolo
- [vmtk] 09/17: Fix FTBFS (Python.h not found).
Mattia Rizzolo
- [vmtk] 10/17: * debian/control: - Replace libpng12-dev with libpng-dev in Build-Depends (closes: #662541). - Add libvtkgdcm2-dev, libvtk5-qt4-dev and libvtk-java in Build-Depends. - Bump Standards-Versions to 3.9.3 (no changes needed). * debian/rules: - Update GDCM_DIR to /usr/lib/gdcm-2.2.
Mattia Rizzolo
- [vmtk] 11/17: Work on 1.0.1 release.
Mattia Rizzolo
- [vmtk] 12/17: Switch to DEP-5.
Mattia Rizzolo
- [vmtk] 13/17: Close bug in changelog.
Mattia Rizzolo
- [vmtk] 14/17: Uploaded.
Mattia Rizzolo
- [vmtk] 15/17: * Build tetgen with -O1 instead of -O0 to work around a build failure on armhf. See LP: #1049614. * debian/control: - Use unversioned libtiff-dev instead of libtiff4-dev (closes: #682714).
Mattia Rizzolo
- [vmtk] 16/17: * debian/control: - Remove DM-Upload-Allowed field. - Remove libgdcm2-dev from Build-Depends (closes: #731920). - Use canonical URIs for Vcs-* fields. - Bump Standards-Version to 3.9.4 (no changes needed). - Replace python-support with dh-python. - Bump minimum required cdbs package version to 0.4.90~. - Bump minimum required python-dev package version to 2.6.6-3~. - Remove all XB-Python-Version lines. - Replace XS-Python-Version with X-Python-Version. * debian/rules: Replace call on dh_pysupport with dh_python2.
Mattia Rizzolo
- [vmtk] 17/17: vmtk moved to Github and has a new version
Mattia Rizzolo
- [vmtk] annotated tag debian/0.9%7Ebzr276-1 created (now bb1cbe1)
Mattia Rizzolo
- [vmtk] annotated tag debian/0.9.0-1 created (now 30ace02)
Mattia Rizzolo
- [vmtk] annotated tag debian/0.9.0-2 created (now 2d2f701)
Mattia Rizzolo
- [vmtk] annotated tag debian/0.9.0-3 created (now f24fe05)
Mattia Rizzolo
- [vmtk] annotated tag debian/0.9.0-4 created (now d292473)
Mattia Rizzolo
- [vmtk] annotated tag debian/0.9.0-5 created (now df687b0)
Mattia Rizzolo
- [vmtk] annotated tag debian/0.9.0-6 created (now a9a9066)
Mattia Rizzolo
- [vmtk] annotated tag debian/0.9.0-7 created (now 59eafd4)
Mattia Rizzolo
- [vmtk] annotated tag debian/1.0.1-1 created (now b711211)
Mattia Rizzolo
- [vmtk] annotated tag debian/1.0.1-2 created (now 992169b)
Mattia Rizzolo
- [vmtk] annotated tag debian/1.0.1-3 created (now 5be2eae)
Mattia Rizzolo
- [vmtk] annotated tag debian/1.3-1 created (now 6f4ca92)
Mattia Rizzolo
- [vmtk] annotated tag debian/1.3-2 created (now 5b24215)
Mattia Rizzolo
- [vmtk] annotated tag debian/1.3-3 created (now 2f46150)
Mattia Rizzolo
- [vmtk] annotated tag upstream/1.3 created (now f90ebff)
Mattia Rizzolo
- [vmtk] branch master created (now e14ee88)
Mattia Rizzolo
- [vmtk] branch master updated (7cb28cc -> b179248)
Mattia Rizzolo
- [vmtk] branch master updated (e14ee88 -> 7cb28cc)
Mattia Rizzolo
- [vmtk] branch pristine-tar created (now bf4801c)
Mattia Rizzolo
- [vtk6] 01/01: Add NMU from Tobias
Gianfranco Costamagna
- [vtk6] 01/01: Imported Debian patch 6.2.0+dfsg1-11.1
Gianfranco Costamagna
- [vtk6] 01/01: pristine-tar data for vtk6_6.3.0+dfsg1.orig.tar.gz
Gert Wollny
- [vtk6] 01/02: Correct libvtk6-jni conflicts version to exclude -1~exp1
Gert Wollny
- [vtk6] 01/04: Refresh patches.
Anton Gladky
- [vtk6] 01/05: remove dependencies on libxdmf-dev because it can not be used
Gert Wollny
- [vtk6] 01/06: Remove all patches to prepare for update to 6.3.0
Gert Wollny
- [vtk6] 02/02: Update changelog
Gert Wollny
- [vtk6] 02/04: Minor fixes in install-files
Anton Gladky
- [vtk6] 02/05: Revert use of system libproj4 for now, Closes: #819741
Gert Wollny
- [vtk6] 02/06: d/watch: Correct repackage suffix
Gert Wollny
- [vtk6] 03/04: Update changelog.
Anton Gladky
- [vtk6] 03/05: Prefer parallel HDF5 over serial
Gert Wollny
- [vtk6] 03/06: Merge tag 'upstream/6.3.0+dfsg1'
Gert Wollny
- [vtk6] 04/04: Update changelog.
Anton Gladky
- [vtk6] 04/05: Limit cmake to >= 3.2 because of HDF5_PREFER_PARALLEL
Gert Wollny
- [vtk6] 04/06: Update patchset for new version
Gert Wollny
- [vtk6] 05/05: Update changelog for release
Gert Wollny
- [vtk6] 05/06: New upstream version 6.3.0, Closes: #805010
Gert Wollny
- [vtk6] 06/06: Update changelog
Gert Wollny
- [vtk6] annotated tag debian/6.2.0+dfsg1-11.1 created (now ae409ac)
Gianfranco Costamagna
- [vtk6] annotated tag debian/6.2.0+dfsg1-11 created (now 6b38633)
Gert Wollny
- [vtk6] annotated tag debian/6.3.0+dfsg1-1_exp1 created (now dba0f50)
Anton Gladky
- [vtk6] annotated tag debian/6.3.0+dfsg1-1_exp2 created (now 3134fab)
Gert Wollny
- [vtk6] annotated tag upstream/6.3.0+dfsg1 created (now 5d0f9a8)
Gert Wollny
- [vtk6] branch master updated (45f9785 -> 2c536d8)
Gert Wollny
- [vtk6] branch master updated (942f011 -> 45f9785)
Anton Gladky
- [vtk6] branch master updated (a629ade -> 942f011)
Gianfranco Costamagna
- [vtk6] branch master updated (acee9a9 -> a629ade)
Gert Wollny
- [vtk6] branch master updated (bdf4523 -> acee9a9)
Gert Wollny
- [vtk6] branch pristine-tar updated (6b6cc8f -> e0b1d37)
Gert Wollny
- [xdmf] branch debian/master created (now 6301efe)
Alastair McKinstry
- [yosys] 01/01: dh_auto_build-indep doesn't exist
Ruben Undheim
- [yosys] 01/01: Override dh_auto_build-arch instead of dh_auto_build to resolve build issue for "all" package.
Ruben Undheim
- [yosys] 01/01: Yet another adjustment of build for indep
Ruben Undheim
- [yosys] 01/01: yosys-doc: dont compress the pdf docs
Sebastian Kuzminsky
- [yosys] 01/02: add an initialization bugfix from Clifford Wolf (upstream)
Sebastian Kuzminsky
- [yosys] 01/02: add a patch to support kfreebsd
Sebastian Kuzminsky
- [yosys] 01/02: Override dh_auto_build-indep
Ruben Undheim
- [yosys] 01/07: add yosys-doc
Sebastian Kuzminsky
- [yosys] 02/02: dch: note kFreeBSD fix
Sebastian Kuzminsky
- [yosys] 02/02: dch: update changelog with new patch
Sebastian Kuzminsky
- [yosys] 02/02: Define Build-Depends-Indep
Ruben Undheim
- [yosys] 02/07: yosys: add .install file
Sebastian Kuzminsky
- [yosys] 03/07: add yosys-dev
Sebastian Kuzminsky
- [yosys] 04/07: yosys-dev: add .install and .manpages, move yosys-config from yosys to yosys-dev
Sebastian Kuzminsky
- [yosys] 05/07: fail the deb build if any files didn't get installed
Sebastian Kuzminsky
- [yosys] 06/07: include ast.h in yosys-dev
Sebastian Kuzminsky
- [yosys] 07/07: dch: update changelog
Sebastian Kuzminsky
- [yosys] branch doc-dev-debs-2 deleted (was eaf2a41)
Sebastian Kuzminsky
- [yosys] branch doc-dev-debs-2 updated (d62d44e -> eaf2a41)
Sebastian Kuzminsky
- [yosys] branch doc-dev-debs deleted (was 0bf2ce7)
Sebastian Kuzminsky
- [yosys] branch master updated (44c1916 -> 7623c5f)
Ruben Undheim
- [yosys] branch master updated (6c89e52 -> ca13051)
Sebastian Kuzminsky
- [yosys] branch master updated (7623c5f -> aab32bc)
Ruben Undheim
- [yosys] branch master updated (9e6e875 -> 6c89e52)
Sebastian Kuzminsky
- [yosys] branch master updated (aab32bc -> ed5b83a)
Sebastian Kuzminsky
- [yosys] branch master updated (c5acd51 -> 44c1916)
Ruben Undheim
- [yosys] branch master updated (ca13051 -> c5acd51)
Ruben Undheim
- [yosys] tag debian/0.6-2 created (now 6c89e52)
Sebastian Kuzminsky
- [yosys] tag debian/0.6-3 created (now 44c1916)
Ruben Undheim
- [yosys] tag debian/0.6-3 created (now ca13051)
Sebastian Kuzminsky
- [yosys] tag debian/0.6-3 deleted (was ca13051)
Ruben Undheim
- [yosys] tag debian/0.6-4 created (now aab32bc)
Ruben Undheim
- [☃] 01/01: here is a snowman for you! :P ☃ and another! ☃
Mattia Rizzolo
- [☃] branch master created (now 6b451cb)
Mattia Rizzolo
- r47218 - in /packages/ng-spice-rework/trunk/debian: changelog control copyright patches/03_fix_spelling.patch patches/series rules
gudjon-guest at users.alioth.debian.org
- r47219 - in /packages/getdp/trunk/debian: changelog control rules
trophime-guest at users.alioth.debian.org
- r47220 - in /packages/gmsh-tetgen/trunk/debian: ./ patches/
trophime-guest at users.alioth.debian.org
- r47221 - /packages/gmsh-tetgen/trunk/debian/patches/java.patch
trophime-guest at users.alioth.debian.org
- r47222 - in /packages/R/r-cran-goftest: ./ trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/rules trunk/debian/source/ trunk/debian/source/format trunk/debian/watch
tille at users.alioth.debian.org
- r47223 - /packages/R/r-cran-goftest/trunk/debian/changelog
tille at users.alioth.debian.org
- r47224 - in /packages/R/r-cran-spatstat/trunk/debian: changelog control
tille at users.alioth.debian.org
- r47225 - in /packages/R/r-cran-spatstat/trunk/debian: changelog copyright rules
tille at users.alioth.debian.org
- r47226 - /packages/R/r-cran-spatstat/trunk/debian/rules
tille at users.alioth.debian.org
- r47227 - in /packages/R/r-cran-spatstat/trunk/debian: changelog control copyright
tille at users.alioth.debian.org
- r47228 - /packages/R/r-cran-spatstat/tags/1.45-0-1/
tille at users.alioth.debian.org
- r47229 - in /packages/R/r-cran-goftest/tags: ./ 1.0-3-1/
tille at users.alioth.debian.org
- r47230 - /packages/R/r-cran-spdep/trunk/debian/tests/run-unit-test
tille at users.alioth.debian.org
- r47231 - in /packages/R/r-cran-spdep/trunk/debian: changelog control
tille at users.alioth.debian.org
- r47232 - in /packages/R/r-cran-gmodels: ./ trunk/ trunk/debian/ trunk/debian/source/ trunk/debian/tests/
tille at users.alioth.debian.org
- r47233 - /packages/R/r-cran-spdep/trunk/debian/tests/run-unit-test
tille at users.alioth.debian.org
- r47234 - /packages/R/r-cran-gmodels/trunk/debian/changelog
tille at users.alioth.debian.org
- r47235 - in /packages/R/r-cran-spdep/trunk/debian: control tests/control
tille at users.alioth.debian.org
- r47236 - /packages/R/r-cran-spdep/trunk/debian/copyright
tille at users.alioth.debian.org
- r47237 - /packages/R/r-cran-spdep/trunk/debian/changelog
tille at users.alioth.debian.org
- r47238 - in /packages/fenics/dolfin/trunk/debian: changelog control libdolfin-dev.install
mattia at users.alioth.debian.org
- r47239 - in /packages/fenics/dolfin/trunk/debian: changelog control
mattia at users.alioth.debian.org
- r47240 - /packages/fenics/dolfin/trunk/debian/changelog
mattia at users.alioth.debian.org
- r47241 - in /packages/fenics/dolfin/tags/1.6.0-2: ./ debian/changelog debian/control debian/libdolfin-dev.install
mattia at users.alioth.debian.org
- r47242 - in /packages/fenics/dolfin/trunk/debian: changelog control rules
mattia at users.alioth.debian.org
- r47243 - /packages/fenics/dolfin/trunk/debian/changelog
mattia at users.alioth.debian.org
- r47244 - in /packages/fenics/dolfin/tags/1.6.0-3: ./ debian/changelog debian/control debian/libdolfin-dev.install debian/rules
mattia at users.alioth.debian.org
- r47245 - in /packages/R/r-cran-xtable: tags/ trunk/debian/
tille at users.alioth.debian.org
- r47246 - /packages/R/r-cran-xtable/trunk/README.status
tille at users.alioth.debian.org
- r47247 - in /packages/R/r-cran-learnbayes/trunk/debian: changelog tests/run-unit-test
tille at users.alioth.debian.org
- r47248 - in /packages/R/r-cran-learnbayes/trunk/debian: changelog control
tille at users.alioth.debian.org
- r47249 - /packages/R/r-cran-learnbayes/tags/2.15-3/
tille at users.alioth.debian.org
Last message date:
Sat Apr 30 22:32:22 UTC 2016
Archived on: Sat Apr 30 22:32:23 UTC 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).