lp:ubuntu/saucy-proposed/openbabel

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/saucy-proposed/openbabel
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

16. By Daniel Leidert <email address hidden>

* New upstream release.
* debian/control: Dropped DM-Upload-Allowed field.
  (Standards-Version): Bumped to 3.9.4.
* debian/copyright: Massive update.
* debian/upstream: Author name update.
* debian/get-orig-source.sh: Remove the windows-*/ directory too.
* debian/openbabel.install: Removed roundtrip manpage.
* debian/openbabel-gui.install: Fixed manpage name.
* debian/openbabel-gui.links: Removed unused file.
* debian/rules: Enable OpenMP. Disable tests on `nocheck'.
* debian/patches/gaussformat_nosym.patch: Dropped. Applied upstream.
* debian/patches/moldenformat_coordonly.patch: Ditto.
* debian/patches/obspectrophore_man.patch: Ditto.
* debian/patches/fix_ftbfs.patch: Added.
  - Fix several FTBFS issues in upstream build system.
* debian/patches/series: Adjusted.

15. By Daniel Leidert <email address hidden>

[ Andreas Tille ]
* debian/upstream: Use BibTeX Syntax for authors.

[ Daniel Leidert ]
* debian/control (Uploaders): Fixed my address.
  (Build-Depends): Added libcairo2-dev. Dropped python-support.
  (Depends): Added libjs-jquery for jquery.js in libopenbabel-doc.
* debian/libopenbabel-doc.links: Added to link jquery.js.
* debian/libopenbabel-doc.doc-base: Added.
* debian/python-openbabel.doc-base.pybel: Ditto.
* debian/python-openbabel.doc-base.openbabel: Ditto.
* debian/openbabel-gui.links: Link manual page for the obgui binary.
* debian/rules: Enabled hardening and dh_python2 (closes: #678451). Set
  build type to 'none'. Fixed python module building. Exclude jquery.js
  from being installed and fixed embedded-javascript-library.
* debian/patches/obspectrophore_man.patch: Added.
  - Added manual page for the obspectrophore binary.
* debian/patches/perl_hardening.patch: Added.
  - Pass flags to Makefile.PL to enable hardening for perl bindings.
* debian/patches/series: Adjusted.

14. By Michael Banck

* debian/patches/gaussformat_nosym.patch: New patch, fixes Gaussian output
  file parsing if the "nosym" keyword has been requested (as is e.g. the
  case for the methane.g03 example file in Avogadro).
* debian/patches/moldenformat_coordonly.patch: New patch, fixes Molden file
  parsing to not hang if only a geometry (and no vibrations) are present).
* debian/control (Build-Depends): Added pkg-config (Closes: #673256).
* debian/control (Standards-Version): Bumped to 3.9.3.
* debian/upstream: New file.
* debian/openbabel.install: Removed roundtrip, it has a rather generic name
  and is mostly just useful for the testsuite during package build.
* debian/control (openbabel/Description): Added some more command-line
  tools.

13. By Michael Banck

debian/openbabel.install: Explicitly list the binaries, excluding obgui.

12. By Michael Banck

* New upstream release.
* debian/patches/obabel_manpage_additions.patch: Removed, applied upstream.
* debian/patches/vaspformat_frequencies.patch: Likewise.
* debian/patches/fix_parallel_build.patch: Likewise.
* debian/rules: Explicitly set CPPFLAGS for the eigen2 headers when building
  the python bindings.
* debian/openbabel-gui.install: Updated for filename change.

11. By Michael Banck

* debian/rules: Reintroduce running of test suite, but ignore failures.
* debian/patches/vaspformat_frequencies.patch: New patch, adds parsing of
  frequencies to VASP format.

10. By Michael Banck

debian/rules: Make override_dh_auto_test a no-op (closes: 624597).

9. By Michael Banck

[ Michael Banck ]
* New upstream release.
* debian/compat: Bumped to 7.
* debian/control (libopenbabel3): Renamed package to libopenbabel4.
  (Build-Depends): Added cmake and libeigen2-dev. Removed libboost-dev. Bump
  debhelper Build-Depends to 7 and remove cdbs.
* debian/libopenbabel3.install: Renamed to ...
* debian/libopenbabel4.install: ... this.
* debian/libopenbabel4.install: Renamed formats plugin directory for major
  upstream version change.
* debian/libopenbabel-dev.install: Removed currently unbuilt static library.
* debian/openbabel.install: Adjusted for renamed Povray include file.
* debian/rules: Rewrote using dh7.
* debian/source/format: New file, specifying source format "3.0 (quilt)".
* debian/patches/libinchi_static.patch: New patch, force a static build of
  the inchi library.
* debian/patches/fix_parallel_build.patch: New patch, fixes parallel
  building, taken from upstream subversion revision 4285 and 4376. Further
  patch to allow to pass INSTALLDIRS=vendor for Perl binding target (4377).
* debian/patches/series: Adjusted.
* debian/rules (CMAKE_OPTIONS): New variable.
* debian/control: Renamed libopenbabel-perl to libchemistry-openbabel-perl.
* debian/get-orig-source.sh: Updated for new .dll in scripts/csharp.

[ Daniel Leidert ]
* debian/control: Added packages libopenbabel-doc, openbabel-gui and
  libopenbabel-perl (LP: #125115).
  (Standards-Version): Bumped to 3.9.1.
  (Build-Depends): Added libperl-dev and libwxgtk2.8-dev for Perl bindings
  and graphical user interface.
  (Vcs-Browser): Point to the source location.
* debian/get-orig-source.sh: Script added for source repackaging.
* debian/libopenbabel4.install,
  debian/libopenbabel-dev.install,
  debian/openbabel.install,
  debian/openbabel-gui.install: Minor rewrite because we only copy files.
* debian/libopenbabel-doc.docs,
  debian/libopenbabel-perl.install,
  debian/openbabel-gui.install: Added for new packages.
* debian/rules: Enable parallel builds. Build Perl bindings and the GUI.
  Include python.mk for $(py_setup_install_args).
* debian/watch: Added rules to handle +dfsg suffix. Run get-orig-source.sh
  script to repackage source.
* debian/README.source: Update. Document re-packaging the source.
* debian/patches/obabel_manpage_additions.patch: Added.
  - Create manual pages for obabel and OBGUI.
* debian/patches/series: Adjusted.

8. By Daniel Leidert

* New upstream release.
* debian/rules (DEB_INSTALL_CHANGELOGS_ALL): Install NEWS instead of
  ChangeLog as upstream changelog.
  (install-python-openbabel): Don't byte-compile the python files.
* debian/patches/537102_fix_tr1_memory_detection.patch: Dropped (applied
  upstream).

7. By Daniel Leidert

* debian/control (Uploaders): Removed LI Daobing. Thanks for your work!
  (Standards-Version): Bumped to 3.8.2.
  (Vcs-Svn): Fixed vcs-field-uses-not-recommended-uri-format.
* debian/patches/537102_fix_tr1_memory_detection.patch: Added.
  - configure.in, configure, src/config.h.in: Fix detection of tr1/memory to
    prevent building the package with boost (closes: #537102).

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/saucy/openbabel
This branch contains Public information 
Everyone can see this information.

Subscribers