lp:debian/stretch/arb

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:debian/stretch/arb
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

18. By Andreas Tille

[ Elmar Pruesse ]
 * Add Portugese debconf translation (thanks to Américo Monteiro
   <email address hidden> for the patch)
   Closes: #761503
 * Add Russian debconf translation (thanks to Yuri Kozlov
   <email address hidden> for the patch)
   Closes: #761616
 * debian/arb_CHANGELOG.txt -> debian/changelog (fix lintian complaint)

[ Andreas Tille ]
* Skip compiler version check at all
  Closes: #793187

17. By Elmar Pruesse

[ Andreas Tille ]
* New upstream version
  Closes: #741890
* debian/upstream -> debian/upstream/metadata
* debian/control:
   - Build-Depends: added libglib2.0-dev
   - Depends: added mafft, mrbayes
* debian/rules
   - Add explicite --remove-section=.comment option to manual strip call
* cme fix dpkg-control
* arb-common.dirs: Do not create unneeded lintian dir
* Add turkish debconf translation (thanks for the patch to Mert Dirik
  <email address hidden>)
  Closes: #757497

[ Elmar Pruesse ]
* patches removed:
   - 10_config.makefiles.patch,
     80_no_GL.patch
       removed in favor of creating file from config.makefile.template via
       sed in debian/control
   - 20_Makefile_main.patch
       merged upstream
   - 21_Makefiles.patch
       no longer needed
   - 30_tmpfile_CVE-2008-5378.patch:
       merged upstream
   - 50_fix_gcc-4.8.patch:
       merged upstream
   - 40_add_libGLU.patch:
       libGLU not needed for arb_ntree)
   - 60_use_debian_packaged_raxml.patch:
       merged upstream
   - 70_hardening.patch
       merged upstream
   - 72_add_math_lib_to_linker.patch
       does not appear to be needed
* patches added:
   - 10_upstream_r12793__show_db_load_progress:
       backported patch showing progress while ARB is loading a database
       (needed as indicator/splash screen while ARB is launching)
   - 20_upstream_r12794__socket_permissions:
       backported security fix
   - 30_upstream_r12814__desktop_keywords:
       backported add keywords to desktop (fixes lintian warning)
   - 40_upstream_r12815__lintian_spelling:
       backported fix for lintian reported spelling errors
   - 50_private_nameservers
       change configuration to put nameservers into users home dirs
       (avoids need for shared writeable directory)
   - 60_use_debian_phyml
       use phyml from debian package for both interfaces in ARB
* debian/rules:
   - create config.makefile from override_dh_configure target
   - use "make tarfile" in override_dh_install
   - remove extra cleaning not needed for ARB 6
   - use "dh_install --list-missing" to avoid missing files
   - added override_dh_fixperms target
* debian/control:
   - added libarb-dev package
   - Depends: added phyml, xdg-utils
   - Suggests: removed phyml
   - fix lintian duplicate-short-description (new descriptions)
* debian/*.install:
   - "unrolled" confusing globbing to select files
   - pick files from debian/tmp
   - moved all config files to /etc/arb
* debian/arb-common.templates: updated
* scripts:
   - removed arb-add-pt-server
   - launch-wrapper:
     - only add demo.arb to newly created $ARBUSERDATA
     - pass commandline arguments through bin/arb wrapper
   - preinst: removing old PT server index files on upgrade from 5.5*
   - postinst: set setgid on shared PT dir
* rewrote arb.1 manfile
* added file icon for ARB databases
* using upstream arb_tcp.dat

16. By Andreas Tille

* build-depend on libtiff-dev instead of libtiff4-dev (thanks for the
  patch to Logan Rosen <email address hidden>)
  Closes: #729769
* cme fix dpkg-control
* cme fix dpkg-copyright
* canonical Vcs fields
* debian/patches/hardening.patch: Propagate hardening options

15. By Andreas Tille

Build-Depends: libglew-dev instead of libglew1.5-dev
Closes: #714327

14. By Andreas Tille

* debian/control:
   - Restrict arb to architectures
       amd64 i386 kfreebsd-i386 kfreebsd-amd64
     because only there raxml is fullfilled. This makes sense because
     arb will most probably used only on these architectures anyway.
     Closes: #714268
   - Remove Dependency from openjdk which is not needed any more
     according to upstream
* debian/arb-common.README.debian: Explain restriction to certain
  architectures
* debian/arb.README.debian: Updated about architecture restriction
  and other things

13. By Andreas Tille

[ Tim Booth ]
* debian/rules: Make sure arb_edit4 will be really built and abort package
  building process if not

[ Andreas Tille ]
* Rebuild against libmotiv-dev in main
  Closes: #713061
* Add 4.6.3, 4.7.3 and 4.8.[0-3] to ALLOWED_GCC_VERSIONS
  Closes: #713219
* debian/control:
   - remove DM-Upload-Allowed
   - Build-Depends: libglu1-mesa-dev
   - add raxml to Depends and do not build third party copy any more
     (debian/patches/60_use_debian_packaged_raxml.patch)
* debian/patches/*: DEP3 comments
* debian/patches/50_build_naligner.patch: Fix build issue that was
  caused by some brocken $(CFLAGS)
* debian/rules: use xz compression

12. By Andreas Tille

* New upstream version (+adapted patches)
* Standards-Version: 3.9.4 (no changes needed)
* debian/po: Add Slovak po-debconf translation (Thanks to
  Slavko <email address hidden> for the translation)
  Closes: #686275
* debian/rules: Add '-lm' as suggested in patch by Konstantinos Margaritis
  <email address hidden> to fix the build problem on armhf.
  This together with new upstream closes: #692499

11. By Andreas Tille

* debian/upstream: Add citations
* debian/control:
   - Build-Depends: libpng-dev instead of libpng12-dev
     Closes: #662270
   - Standards-Version: 3.9.3 (no changes needed)
* debian/po/nl.po: Add Dutch translation of debconf templates
  Thanks for the translation to Jeroen Schot <email address hidden>
  Closes: #654763
* debian/patches/30_Makefile_main:
   - Enable gcc-4.7 as well
     Closes: #682404
   - Enable using hardening flags
* debian/patches/gcc-4.7.patch: Fix gcc-4.7 build issue
* debhelper 9 (control+compat)
* debian/rules:
   - Fixed clean target
   - propagate hardening flags

10. By Andreas Tille

* debian/control:
   - Build-Depends: time
     Strangely enough this is not needed in local pbnuilder/sbuild
     environments but on autobuilders this seems to be a problem
     according to comparing the build logs
   - Build-Depends: libbio-perl-perl
     Otherwise some not-critical checks will fail
* debian/arb.prerm: Care for removal of conffile link created in postinst
  Closes: #656035
* debian/rules:
   - clean up some manual handling of files and dirs which is not
     needed any more with recent versions
   - insert check which verifies that binary-indep target is really
     builded and changed files and dirs are previousely created
     Closes: #658691

9. By Andreas Tille

* debian/arb.README.Debian: Dropped molphy related notice
* debian/control:
  - Remove Build-Depends: x11proto-print-dev
  - Remove at least explicite Build-Depends: libxp-dev
    Closes: #623638
* debian/{control,rules}: Remove quilt which is unneeded when
  using source format 3.0 (quilt)
* debian/po/ca.po: Catalan translation (thanks to Innocent De Marchi
  <email address hidden>)
  Closes: #632206

Branch metadata

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

Subscribers