History log of /external/e2fsprogs/debian/control.in
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e0ed7404719a9ddd2ba427a80db5365c8bad18c0 20-Mar-2014 JP Abgrall <jpa@google.com> Switch back to 1.42.9 now that there is a fix

Revert "Revert changes that moved from 1.41.14 to 1.42.9"

This reverts commit 65f0aab98b20b5994a726ab90d355248bcddfffd.
/external/e2fsprogs/debian/control.in
65f0aab98b20b5994a726ab90d355248bcddfffd 06-Mar-2014 JP Abgrall <jpa@google.com> Revert changes that moved from 1.41.14 to 1.42.9

Revert "e2fsck: Don't use e2fsck_global_ctx unless HAVE_SIGNAL_H"
commit e80e74c41d85ff93f3d212ba6512340f48054a93.

Revert "Merge remote-tracking branch 'linaro/linaro-1.42.9' into aosp_master"
This reverts commit e97b2b6fc82f840e84dfc631b87f21be44ff2421, reversing
changes made to 7e2fb9d09c245eba70ee008b78007315e9c0f1df.

Revert "Prepare for upstream 1.42.9"
This reverts commit 7e2fb9d09c245eba70ee008b78007315e9c0f1df.

Bug: 13340735
Change-Id: If48b153a95ef5f69f7cdccb00e23524abff3c5a8
Signed-off-by: JP Abgrall <jpa@google.com>
/external/e2fsprogs/debian/control.in
2929f9daedf2931b6619fa1bce369389be4300ae 28-Dec-2013 Theodore Ts'o <tytso@mit.edu> debian: update debian-policy conormance to 3.9.5

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debian/control.in
b79e338d2ca2d148164deff2129d33eac665ac6c 28-Dec-2013 Theodore Ts'o <tytso@mit.edu> Use makeinfo --html instead of texi2html

The texi2html utility from the texi2html ceased being developed
upstream in 2011, and upstream has declared it superseded by the
makeinfo utility from the texinfo package.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debian/control.in
6e2393fde2552a8c6449639a733e8ae4e095b113 17-Jun-2013 Theodore Ts'o <tytso@mit.edu> Update Release Notes, Changelogs, version.h, for 1.42.8 release

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debian/control.in
a8ffb5c2c4061fa90ded0851452b52cb44e1638d 15-Dec-2012 Filipe Brandenburger <filbranden@google.com> debian: add make variable to prevent building e2fsck.static package

Setting BUILD_E2FSCK_STATIC=no in rules.custom will prevent the
debian/rules makefile from building a statically-linked e2fsck and
from creating a deb package for it.

Signed-off-by: Filipe Brandenburger <filbranden@google.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debian/control.in
a92037f2610c6efc317df0fe61a995c78f38fc16 21-Sep-2012 Theodore Ts'o <tytso@mit.edu> debian: adjust build dependencies

Remove dc from the list of dependencies, since it's not used during
the build anymore.

Addresses-Debian-Bug: #677497

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debian/control.in
d2051f11044290d288a4f03220f07fe9651588c9 29-Jul-2012 Riku Voipio <riku.voipio@iki.fi> debian: set e2fsprogs as Multi-Arch: foreign

If package foo:i386 depends on e2fsprogs, without Multi-Arch: foreign
statetment, the i386 version of e2fsprogs will be installed. By
setting the foreign field, the already installed (in this example
amd64) e2fsprogs package is enough to satisfy the dependency.

The M-A: foreign field is ignored in pre-multiarch systems, so ifdeffing
it using macros should be unnessary.

Addresses-Debian-Bug: #678395

Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/debian/control.in
f52c1753d41cfb02779ead0afea48ec2c1c8ed57 09-Apr-2012 Theodore Ts'o <tytso@mit.edu> debian: update debian-policy conformance to 3.9.3

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debian/control.in
81d72f7378bc6376898060e2f160650a76d7bd68 27-Mar-2012 Theodore Ts'o <tytso@mit.edu> debian: compile without using dietlibc if SKIP_DIETLIBC=yes

Some distributions such as Ubuntu don't have dietlibc. If
SKIP_DIETLIBC=yes appears in rules.custom, this will change the
control file and cause the build rules to skip using dietlibc when
building the BUILD-BF version of e2fsprogs.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debian/control.in
9d0be127e94c7490a13d68400b64194025638638 08-Oct-2011 Theodore Ts'o <tytso@mit.edu> debian: fix gcc-multilib dependency for mipsel as well as mips

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debian/control.in
ee0de3e3e6280654a5142d7b301c56b6680ae144 08-Oct-2011 Theodore Ts'o <tytso@mit.edu> debian: add a mips-specific dependency on gcc-multilib

The debian mips package has to do some wierd things to include a
64-bit library in the 32-bit binary package.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debian/control.in
55e00a250398a2446e9872302579d49a5da76c22 19-Sep-2011 Theodore Ts'o <tytso@mit.edu> debian: add support for multiarch

Enhance the debian build rules so it will create multiarch compliant
packages on those distributions that have support for it.

Also remove e2initrd-helper from the e2fsprogs package since no one
uses it any more.

Also update the debian policy standards version to 3.9.2.

Addresses-Debian-Bug: #632169

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debian/control.in
58384b8fa81ce01221414a3603591b63e487609b 19-Jul-2010 Theodore Ts'o <tytso@mit.edu> debian: Fix outdated description: /sbin/fsck has moved to util-linux

Addresses-Debian-Bug: #588726

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debian/control.in
29516bbdd285282806094b4002b3b20aba729e6f 15-Mar-2010 Theodore Ts'o <tytso@mit.edu> debian: Update compliance to debian policy to 3.8.4

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debian/control.in
97f466394eb8fe0f874e9f734ee7ef178e229575 28-Oct-2009 Theodore Ts'o <tytso@mit.edu> debian: Fix pre-depends relation for util-linux-ng

Commit 06807d9 had a typo; we need util-linux-ng >= 2.15~rc1-1, not
<< 2.15~rc1-1!

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debian/control.in
06807d9fa62fe31525143b36fcff8f223e18829c 24-Oct-2009 Theodore Ts'o <tytso@mit.edu> debian: Add pre-depends for util-linux for util-linux-ng builds

Addresses-Debian-Bug: #551795

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debian/control.in
686c4c124fb5ee2b676d26d98efd861c6e021d88 23-Aug-2009 Theodore Ts'o <tytso@mit.edu> Fix debian packaging to work correctly on post-Lenny systems

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debian/control.in
95f65c3d70a7a883c3c98d7f53feed970dc64271 19-Jul-2009 Theodore Ts'o <tytso@mit.edu> debian: Allow building with util-linux-ng

If building with util-linux-ng, we will use the external libblkid and
libuuid, as well as disabling the internal fsck.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/debian/control.in