Changeset 7026
- Timestamp:
- 12/27/10 01:50:08 (2 years ago)
- Location:
- pkg/raul/main/poppler/trunk/debian
- Files:
-
- 6 added
- 3 edited
-
changelog (modified) (1 diff)
-
control (modified) (3 diffs)
-
patches (added)
-
patches/01_revert_abi_change.patch (added)
-
patches/02_autohinting_abi_compatibility.patch (added)
-
patches/03_CVE-2009-3938.patch (added)
-
patches/04_security.patch (added)
-
patches/series (added)
-
rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/raul/main/poppler/trunk/debian/changelog
r6046 r7026 1 poppler (0.12.2-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian 0.12.2-1 4 5 -- Alan Baghumian <alan@technotux.org> Sun, 29 Nov 2009 11:44:10 -0800 1 poppler (0.12.4-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian 0.12.4-1.2 4 5 -- Alan Baghumian <alan@technotux.org> Sun, 26 Dec 2010 16:49:22 -0800 6 7 poppler (0.12.4-1.2) unstable; urgency=medium 8 9 * Non-maintainer upload by the Security Team 10 * Fix CVE-2010-3702, CVE-2010-3703, CVE-2010-3704 and several crashers 11 (Closes:#599165) 12 13 -- Moritz MÃŒhlenhoff <jmm@debian.org> Sat, 23 Oct 2010 15:59:04 +0200 14 15 poppler (0.12.4-1.1) unstable; urgency=high 16 17 * Non-maintainer upload. 18 * Do not conflict with newer versions of xpdf-utils (closes: #586620). 19 20 -- Michael Gilbert <michael.s.gilbert@gmail.com> Fri, 06 Aug 2010 18:51:54 -0400 21 22 poppler (0.12.4-1) unstable; urgency=low 23 24 * New upstream release. 25 * Bump Qt requirements. 26 27 -- Josselin Mouette <joss@debian.org> Fri, 16 Apr 2010 19:22:34 +0200 28 29 poppler (0.12.2-2.1) unstable; urgency=high 30 31 * Non-maintainer upload by the Security Team. 32 * Fixed CVE-2009-3938 (Closes: #534680) 33 34 -- Giuseppe Iuculano <iuculano@debian.org> Tue, 22 Dec 2009 16:11:27 +0100 35 36 poppler (0.12.2-2) unstable; urgency=low 37 38 * Switch to quilt to manage patches. 39 * 01_revert_abi_change.patch: revert upstream commit that introduced 40 an ABI change in a stable release. Closes: #558463. 41 * 02_autohinting_abi_compatibility.patch: revert part of another 42 upstream commit for a similar reason. 43 44 -- Josselin Mouette <joss@debian.org> Mon, 30 Nov 2009 16:51:53 +0100 6 45 7 46 poppler (0.12.2-1) unstable; urgency=low -
pkg/raul/main/poppler/trunk/debian/control
r6046 r7026 8 8 Build-Depends: cdbs (>= 0.4.52), 9 9 debhelper (>= 5), 10 quilt, 10 11 autotools-dev, 11 12 gnome-pkg-tools, … … 14 15 libfontconfig1-dev, 15 16 libqt3-mt-dev (>= 3:3.3.4-4), 16 libqt4-dev (>= 4. 3.0),17 libqt4-dev (>= 4.4.0), 17 18 libglade2-dev, 18 19 libcairo2-dev (>= 1.8.4), … … 131 132 ${misc:Depends} 132 133 Recommends: ghostscript 133 Conflicts: xpdf-utils ,134 Conflicts: xpdf-utils (<< 3.02-9), 134 135 pdftohtml (<< 0.36-14) 135 136 Replaces: xpdf-utils, -
pkg/raul/main/poppler/trunk/debian/rules
r6046 r7026 2 2 3 3 include /usr/share/cdbs/1/rules/debhelper.mk 4 include /usr/share/cdbs/1/rules/ simple-patchsys.mk4 include /usr/share/cdbs/1/rules/patchsys-quilt.mk 5 5 include /usr/share/cdbs/1/class/autotools.mk 6 6
Note: See TracChangeset
for help on using the changeset viewer.


