* Team upload.
* New upstream release. (Closes: #837096)
* debian/rules: Add get-orig-source target to fetch newer upstream
snapshots.
* debian/patches:
- 02_link-libm.patch, 1001_missing_extern_kw.patch: Removed, included
upstream.
- 03_mpcchap.patch: Refreshed and fixed use of cue_parse_file.
* Team upload.
* Drop all DEB_AUTO_UPDATE_* stuff and use dh-autoreconf exclusively to fix
FTBFS. (Closes: #816529)
* Update Vcs fields.
* Bump standards to 3.9.8.
* New upstream release:
- Contains a minor API change of removing some enum values that
are not used anywhere in Debian.
* debian/patches/05_visibility.patch:
- Minor build system fix to declare HAVE_VISIBILITY.
[ Hideki Yamane ]
* Non-maintainer upload.
- auto detect aclocal/automake/autoconf version (Closes: #713209)
- include autoreconf.mk to add "config/compile" file
* debian/control
- add "Build-Depends: dh-autoreconf" to provide above autoreconf.mk
* debian/patches
- add add_subdir-objects.patch for automake
* Team upload.
* Bump urgency to medium as RC #665974 affects wheezy.
* Avoid re-define mpc_uint8_t, MPC_SAMPLE_FORMAT and mpc_int16_t in
libmpcdec/requant.h, they are defined somewhere else in the code;
patch taken from upstream trunk. (Closes: #665974)
Thanks to Han Boetes for the report and Fabian Greffrath for
traging the bug.
* Team upload.
* Fix buildsystem to avoid FTBFS with --as-needed.
Thanks to Stefan Potyra for the patch. (Closes: #606829)
* Run autotools' stuff before configure to regenerate the buildsystem.
- Drop 99_autoreconf.patch.
- Build-Depends on gnulib, auto{conf,make} libtool.
* Bump Standards.
* Team upload.
* Update maintainer information.
* Add watch file.
* Build for Multiarch.
* Bump Standards.
* New upstream SVN snapshot.
* debian/control,
debian/compat,
debian/source/format,
debian/rules:
+ Update to source format 3.0 (quilt).
+ Update to debhelper compat level 7.
+ Update Standards-Version to 3.8.4.
* debian/patches/01_am-maintainer-mode.patch:
+ Enable automake maintainer mode.
* debian/patches/03_mpcchap.patch,
debian/rules:
+ Enable mpcchap tool and build it against libcue.
* debian/patches/99_autoreconf.patch:
+ Regenerate autotools files for the above patches.
* New upstream SVN snapshot:
+ debian/patches/01_no-mpcchap.patch:
- Dropped, not necessary anymore.
+ debian/patches/02_link-libm.patch:
- Updated to apply cleanly again.
* Upload to unstable.
* debian/control:
+ Updated Standards-Version to 3.8.3.
* New upstream SVN snapshot with some minor bugfixes.
* debian/control:
+ Fix indention of the description (Closes: #519962).
+ Updated Standards-Version to 3.8.2.
* Updating epoch and upload to experimental to give maintainers of packages
that depend on libmpc-dev again some more time to port their applications
to the new API.
* New upstream stable release (Closes: #518116):
+ mpcchap is not built because we don't have libcuefile packaged yet.
+ debian/patches/02_link-libm.patch:
- Updated to apply cleanly again.
+ debian/control:
- Build depend on latest libreplaygain for the new API.
* debian/control:
+ Update Standards-Version to 3.8.0, no additional changes needed.
* debian/rules:
+ Update shlibs for API additions.
* New upstream SVN snapshot:
+ debian/control:
- Build depend on new enough libreplaygain-dev.
* debian/rules:
+ Correctly set shlibs version.
* New upstream SVN snapshot:
+ Adds some missing API to the headers.
+ Only symbols that are needed are exported.
+ debian/patches/03_crc32-internal.patch:
- Dropped, not necessary anymore.
* debian/control:
+ Wrap control fields.
+ Update maintainer to pkg-multimedia.
* debian/patches/03_crc32-internal.patch:
+ Rename crc32() to _mpc_crc32() to avoid conflicts with other libraries
like zlib for example.
* Initial version (Closes: #472203).