~ubuntu-branches/debian/sid/vorbisgain/sid

« back to all changes in this revision

Viewing changes to .pc/0005-double_fclose.patch/vorbis.c

  • Committer: Package Import Robot
  • Author(s): Daniel Martí
  • Date: 2012-07-01 12:48:01 UTC
  • Revision ID: package-import@ubuntu.com-20120701124801-l2tfsjkq7qjm78a4
Tags: 0.37-2
* Updated maintainer's info
* debian/patches
  - 0001-temp_files.patch re-adds X's in mktemp() (Closes: #676926)
  - 0009-hardening.patch added to solve an issue with debian's build flags.
    + Bumped debhelper compat level to 9
    + Solved lintian complaints on hardening
  - 0010-fclose.patch added (Closes: #488126). Thanks to Marcel Rehberg for
    the patch.
* debian/rules
  - Fixed lintian hardening complaints by adding the Debian build flags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
#define PROGRESS_FORMAT_SIZE 8
57
57
#define MIN_FILENAME_SIZE 5
58
58
#define MIN_MIDDLE_TRUNCATE_SIZE 20
59
 
#define TEMP_EXT ".vgain.tmp"
 
59
#define TEMP_EXT ".vgain.tmpXXXXXX"
60
60
 
61
61
 
62
62
/**