lp:debian/stretch/denemo

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:debian/stretch/denemo
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

16. By Josue Abarca <email address hidden>

* Patches added in order fix the zoom value in multiple example
  files. This was causing a failure in the integration tests:
  - GraceLilyPondBugWorkaround.diff
  - ChordDiagrams.diff
  - TemperamentShiftingPlayback.diff
* debian/rules
  - dh_auto_test is now disabled in some architectures:
    + hurd-i386, and ppc64el: lilypond is not available and
      is required for the tests.
    + s390x the binary is not properly executed without full
      installation which is preventing the tests from proper
      execution in this architecture.
  - GUILE_AUTO_COMPILE variable added in order to disable the guile
    auto-compilation during the tests execution.
* debian/control
  - lilypond build dependency is now disabled for s390x, hurd-i386, and
    ppc64el because it is only used during the integration tests.
  - Standards updated to 3.9.6, no changes required.
* debian/copyright:
  - Short names for the small permissive licenses added.
  - Paths updated.
  - Copyright for libs/libsffile added.

15. By Josue Abarca <email address hidden>

* Imported Upstream version 1.1.8
* remove_conflict_file.diff patch removed. This was fixed upstream.
* help.c.diff patch updated.
* Makefile.am.diff patch updated.
* configure.in.diff patch updated.
* add_format_arguments.diff patch removed. This was fixed upstream.
* remove_sh_extension.diff patch removed. This was fixed upstream.
* shebang.diff patch updated.
* Fix-test-for-aubio-4.patch removed. Fixed upstream.
* update_aubio.diff patch removed. Fixed upstream.
* debian/rules:
  - get-orig-source target removed, we are now using the released
    tarball.
  - Set VERBOSE=1 in order to get failing tests' stdout/err so we have
    some information when a build fails.
  - XDG_RUNTIME_DIR variable was added, a temporal directory is now
    created, and his permissions are configured accordingly to the XDG
    Base Directory Specification in order to run the upstream tests as
    part of the build process.
  - A new condition to disable portmidi on non-linux architectures was
    added.
* fonts_path.diff patch added in order to change the path where denemo
  looks for the fonts in a Debian system.
* tests_common.diff patch added in order to use the full path to the
  binary during the tests.
* debian/docs Removed the README file, because it was dropped by
  upstream.
* debian/control
  - build-dependency libportmidi-dev is now only for linux-any.
  - Replaced gtk+ with GTK+ in the packages descriptions and synopsis.
  - Build dependency changed from guile-1.8 to guile-2.0
    (Closes: 746005).

14. By Josue Abarca <email address hidden>

* Imported Upstream version 1.1.2~20140129+git02c86bb
* Makefile.am.diff patch updated.
* add_format_arguments.diff patch updated.
* doc_Makefile.am.diff patch updated.
* remove_sh_extension.diff patch pudated.
* update_aubio.diff patch updated and moved to the top of the pile.
* shebang.diff patch updated.
* Fix-test-for-aubio-4.patch patch added in order to fix issues in autoconf.
* POTFILES.in and POTFILES.skip removed from debian/clean
* add_format_arguments.diff patch updated.
* remove_conflict_file.diff patch added in order to remove a file left
  behind by a CVS.
* debian/rules get-orig-source target added.
* debian/control new build dependencies:
  - gtk-doc-tools
  - libgtk-3-dev (replaces libgtk2.0-dev)
  - libsndfile1-dev
  - ibgtksourceview-3.0-dev (replaces libgtksourceview2.0-dev)
  - gtk-doc-tools
  - lilypond because it is required to execute the integration tests.
* Upload to unstable.

13. By Josue Abarca <email address hidden>

* Set the environment variables listed by dpkg-buildflags using
  a less intrusive approach:
  - debian/rules override_dh_auto_configure added to set the
    environment variables listed by dpkg-buildflags.
  - debian/compat changed from 9 to 7
  - debian/control debhelper build dependency version reverted
    from 9 to 7.0.50~

12. By Josue Abarca <email address hidden>

* glib-single-include.diff Patch added in order to include glib.h
  instead of individual header. Thanks to Michael Biebl for his help to
  fix this bug (closes: 665520).
* debian/control
  - New maintainer address. Thanks to Jan Hauke Rahm for his sponsorships.
  - Standards Version updated to 3.9.3: No changes required.
* Denemo now uses security hardening build flags (closes: 683563)
  - debian/compat, and debian/control build dependency on debhelper,
    raised to 9 in order to set environment variables listed by
    dpkg-buildflags by default.
  - format_error_strings.diff patch added to format error strings safely.

11. By Josue Abarca <email address hidden>

* New upstream release
* Makefile.am.diff patch updated.
* use_libsmf_of_os.diff patch droped because now upstream uses the
  shared library libsmf installed in the O. S. by default (See the
  "--with-included-smf" option in the configure script).
* debian/ttf-denemo.install updated in order to include all the fonts.
* debian/copyright
  - Format field updated.
  - Denemo.ttf's license changed from SIL-Open-Font-License to GPL-3+
    because this is a new font released under a different license.
  - Fetta.ttf name updated to feta.ttf.
  - Emmentaler.ttf copyright information added.
* debian/ttf-denemo.install updated in order to include all the fonts.
* debian/rules override_dh_auto_install added in order to delete empty
  directories that are not needed by denemo.
* debian/control
  - Vcs-Git field updated.
  - Vcs-Browser field updated.
  - Build dependency on flex and bison droped, because
    upstream is no longer using flex and bison.

10. By Josue Abarca <email address hidden>

debian/rules Check if denemo-data (arch-all package) is being built
before calling chmod in order to fix FTBFS.

9. By Josue Abarca <email address hidden>

* New upstream release. (closes: Bug#601639)
* actions_Makefile.am.diff patch dropped, because it is no longer useful.
* configure.in.diff patch updated.
* use_libsmf_of_os.diff patch updated.
* debian/rules changed to use the sequence addon -with autoreconf-.
* librsvg2-dev added to Build-Depends.
* debian/control
  - Vcs-Git and Vcs-Browser fields added.
  - Standards Version updated to 3.9.2: Use Replaces+Breaks
    instead of Conflicts.
  - Minor changes to descriptions.
  - Build dependency on dh-autoreconf added.
  - Build dependency on autotools-dev dropped.
  - Build dependency on libjack-dev dropped.
  - Timidity, playmidi, and jackd where removed from the Recommends.
  - Csound was removed from the Suggests.
  - DM-Upload-Allowed control field added.
* debian/autogen.sh dropped.
* debian/copyright updated and rewrote to use DEP 5 rev. 174.
* debian/rules override_dh_fixperms added in order to fix permissions of
  the file "actions/lalr.scm".
* debian/watch file updated.

8. By Josue Abarca <email address hidden>

* New upstream release
* debian/control build dependency on autopoint added
* debian/dirs removed because dh_install creates all dirs needed
* debian/smfsh.1 manpage deleted, now it is part of the package
  smf-utils
* debian/rules export removed, because it is unnecessary.
* use_libsmf_of_os.diff patch modified to avoid building
  libsmf.a because this is unnecessary.

7. By Pietro Battiston

* QA upload.
* New upstream release.
* Fixed debian/copyright to contain all exceptions.
* Debhelper 7 used to simplify debian/rules.
* Subtle fix (missing slash) in watch file.

Branch metadata

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

Subscribers