diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-03-12 20:28:10 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-03-12 20:28:10 -0300 |
commit | 1d1d24c2d5cc569901c60c8b843414a571ab6b9e (patch) | |
tree | e3d56ed1d7dd7e3dda676ea0ba1dbb2179dcce1f /debian | |
parent | 53df495143a85c4ed3ad212f0bd144b18a972217 (diff) | |
download | qt4-x11-1d1d24c2d5cc569901c60c8b843414a571ab6b9e.tar.gz |
Refreshed patch 12_add_nostrip_for_debug_packages.diff
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/patches/12_add_nostrip_for_debug_packages.diff | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e6f8d5e..c90a5f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ qt4-x11 (4:4.8.4+dfsg-1) UNRELEASED; urgency=low - 02_syncqt_sane_timestamp_for_nonexisting_headers.diff - 07_trust_dpkg-arch_over_uname-m.diff - 08_configure_quilt_compat.diff + - 12_add_nostrip_for_debug_packages.diff * Update symbols -- Timo Jyrinki <timo@debian.org> Mon, 21 Jan 2013 08:37:04 +0000 diff --git a/debian/patches/12_add_nostrip_for_debug_packages.diff b/debian/patches/12_add_nostrip_for_debug_packages.diff index d5f3083..f56291b 100644 --- a/debian/patches/12_add_nostrip_for_debug_packages.diff +++ b/debian/patches/12_add_nostrip_for_debug_packages.diff @@ -10,7 +10,7 @@ let dh_strip do it to generate debug packages. --- a/configure +++ b/configure -@@ -734,6 +734,8 @@ mkdir -p "$outpath/config.tests" +@@ -753,6 +753,8 @@ mkdir -p "$outpath/config.tests" rm -f "$outpath/config.tests/.qmake.cache" cp "$QMAKE_VARS_FILE" "$outpath/config.tests/.qmake.cache" |