~xnox/ubuntu/quantal/shadow/clear-locks

« back to all changes in this revision

Viewing changes to debian/patches/901_testsuite_gcov

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-05-05 09:45:21 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090505094521-wpk2wn3q7957tlah
Tags: 1:4.1.3.1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Ubuntu specific:
    + debian/login.defs: use SHA512 by default for password crypt routine.
  - debian/patches/stdout-encrypted-password.patch: chpasswd can report
    password hashes on stdout (debian bug 505640).
  - debian/login.pam: Enable SELinux support (debian bug 527106).
  - debian/securetty.linux: support Freescale MX-series (debian bug 527095).
* Add debian/patches/300_lastlog_failure: fixed upstream (debian bug 524873).
* Drop debian/patches/593_omit_lastchange_field_if_clock_is_misset: fixed
  upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: shadow-4.1.2/lib/Makefile.am
 
2
===================================================================
 
3
--- shadow-4.1.2.orig/lib/Makefile.am   2008-09-13 15:59:00.620008129 +0000
 
4
+++ shadow-4.1.2/lib/Makefile.am        2008-09-13 15:59:34.012007695 +0000
 
5
@@ -1,6 +1,8 @@
 
6
 
 
7
 AUTOMAKE_OPTIONS = 1.0 foreign
 
8
 
 
9
+CFLAGS += -fprofile-arcs -ftest-coverage
 
10
+
 
11
 DEFS = 
 
12
 
 
13
 noinst_LTLIBRARIES = libshadow.la
 
14
Index: shadow-4.1.2/libmisc/Makefile.am
 
15
===================================================================
 
16
--- shadow-4.1.2.orig/libmisc/Makefile.am       2008-09-13 15:59:03.492007531 +0000
 
17
+++ shadow-4.1.2/libmisc/Makefile.am    2008-09-13 15:59:39.588002811 +0000
 
18
@@ -1,6 +1,8 @@
 
19
 
 
20
 EXTRA_DIST = .indent.pro xgetXXbyYY.c
 
21
 
 
22
+CFLAGS += -fprofile-arcs -ftest-coverage
 
23
+
 
24
 INCLUDES = -I$(top_srcdir)/lib
 
25
 
 
26
 noinst_LIBRARIES = libmisc.a
 
27
Index: shadow-4.1.2/src/Makefile.am
 
28
===================================================================
 
29
--- shadow-4.1.2.orig/src/Makefile.am   2008-09-13 15:58:57.640009757 +0000
 
30
+++ shadow-4.1.2/src/Makefile.am        2008-09-13 15:59:46.948008401 +0000
 
31
@@ -6,6 +6,8 @@
 
32
 usbindir = ${prefix}/sbin
 
33
 suidperms = 4755
 
34
 
 
35
+CFLAGS += -fprofile-arcs -ftest-coverage
 
36
+
 
37
 INCLUDES = \
 
38
        -I${top_srcdir}/lib \
 
39
        -I$(top_srcdir)/libmisc