1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
elkcode (4.0.15-2) unstable; urgency=medium
* debian/patches/makeflags.patch: Link against libxcf90 as well.
-- Michael Banck <mbanck@debian.org> Sun, 16 Oct 2016 19:38:24 +0200
elkcode (4.0.15-1) unstable; urgency=medium
* New upstream release.
* debian/patches/default_data_directory.patch: Refreshed.
* debian/patches/makefile_clean.patch: Likewise.
* debian/patches/makeflags.patch: Likewise.
* debian/control (Standards-Version): Bumped to 3.9.6.
* debian/control (Description): Updated.
* debian/control (Elk/Suggests): Added xcrysden.
* debian/patches/makefile_clean.patch: Updated to properly remove main
executable on clean.
-- Michael Banck <mbanck@debian.org> Sun, 16 Oct 2016 10:38:05 +0200
elkcode (2.3.22-1) unstable; urgency=medium
* New upstream release.
* debian/patches/makeflags.patch: Split out clean-target specific hunks in
Makefiles into ...
* debian/patches/makefile_clean.patch: ... this new patch.
* debian/rules (override_dh_auto_build): New target, build the TeX-based
PDF-manuals as well.
* debian/control (Build-Depends): Added texlive-latex-base.
* debian/patches/makefile_clean.patch: Clean elk.out and elk.lst (generated
during PDF build) as well.
* debian/elk-lapw.docs: Install built PDF files from under src/, not the the
shipped ones from docs/.
* debian/patches/makeflags.patch: Updated and refreshed.
* debian/patches/testsuite_quick.patch: Added test case #18.
* debian/patches/elk.fftw3.zfftifc.f90.patch: Removed, no longer needed.
* debian/patches/makefile_clean.patch: Refreshed.
-- Michael Banck <mbanck@debian.org> Sun, 26 Oct 2014 23:36:38 +0100
elkcode (2.2.10-2) unstable; urgency=low
[ Daniel Leidert ]
* debian/control (Build-Depends): Added libfftw3-dev.
* debian/copyright: Minor update.
* debian/patches/elk.fftw3.zfftifc.f90.patch: Added (taken from Fedora).
- Compile with FFTW3.
* debian/patches/makeflags.patch: Adjusted.
- Build with FFTW3 and exclude all internal copies from compilation.
* debian/patches/series: Adjusted.
-- Debichem Team <debichem-devel@lists.alioth.debian.org> Fri, 21 Feb 2014 00:41:22 +0100
elkcode (2.2.10-1) unstable; urgency=low
* New upstream release.
* debian/control (Standards-Version): Bumped to 3.9.5.
-- Debichem Team <debichem-devel@lists.alioth.debian.org> Sun, 15 Dec 2013 20:40:07 +0100
elkcode (2.2.5-1) unstable; urgency=low
* New upstream release.
-- Debichem Team <debichem-devel@lists.alioth.debian.org> Sun, 20 Oct 2013 22:23:47 +0200
elkcode (2.2.1-1) unstable; urgency=low
* New upstream release.
[ Daniel Leidert ]
* debian/control (Build-Depends): Added libxc-dev, mpi-default-dev and
pkg-config.
* debian/copyright: Added copyright note about elk-bands.
* debian/elk-bands.1: Added.
* debian/elk-lapw.1: Ditto.
* debian/elk-lapw.manpages: Ditto.
* debian/patches/makefile_clean.patch: Merged into makeflags.patch.
* debian/patches/skip_blas_lapack.patch: Ditto.
* debian/patches/makeflags.patch: Extended.
- Merged contents of debian/patches/makefile_clean.patch.
- Merged contents of debian/patches/skip_blas_lapack.patch.
- Enabled MPI support (use mpif90 and mpif77 instead of gfortran).
- Enabled support for libxc.
* debian/patches/series: Adjusted.
[ Michael Banck ]
* debian/control (Build-Depends): Added mpi-default-bin.
* debian/elk-lpaw.examples: New file, install the upstream examples directory
instead of the testsuite input files.
* debian/rules (override_dh_installexamples): Removed.
* debian/rules (override_dh_auto_test): Set OMPI_MCA_orte_rsh_agent
environment variable to make test suite run in a chroot without
warnings/errors from OpenMPI.
-- Michael Banck <mbanck@debian.org> Mon, 23 Sep 2013 17:25:45 +0200
elkcode (2.1.25-2) unstable; urgency=low
[ Daniel Leidert ]
* debian/rules: Disable parallel builds to fix FTBFS (closes: #720837).
(override_dh_install): Rename binary to elk-lapw (closes: #720044).
* debian/patches/makeflags.patch: Adjusted.
- Use dpkg-buildflags to get the flags and enable hardening.
-- Debichem Team <debichem-devel@lists.alioth.debian.org> Tue, 27 Aug 2013 22:50:04 +0200
elkcode (2.1.25-1) unstable; urgency=low
[ Daniel Leidert ]
* New upstream release.
* debian/control (Standards-Version): Bumped to 3.9.4.
(Vcs-Browser, Vcs-Svn): Fixed vcs-field-not-canonical.
(DM-Upload-Allowed): Dropped.
(Standards-Version): Bumped to 3.9.4.
* debian/copyright: Fixed format.
* debian/elk-lapw.doc-base: Added.
* debian/elk-lapw.docs: Removed release notes.
* debian/elk-lapw.install: Added.
* debian/rules: Enabled parallel build. Rename Perl script. Install release
notes as upstream changelog.
(override_dh_auto_install): Dropped and used elk-lapw.install instead.
-- Debichem Team <debichem-devel@lists.alioth.debian.org> Sat, 17 Aug 2013 21:32:52 +0200
elkcode (1.4.22-1) unstable; urgency=low
* Initial release (Closes: #706538).
-- Michael Banck <mbanck@debian.org> Thu, 11 Jul 2013 22:18:34 +0200
|