~ubuntu-branches/ubuntu/utopic/armel-cross-toolchain-base/utopic

« back to all changes in this revision

Viewing changes to debian/patches/eglibc/debian/ubuntu-backport-patched-sources-support.patch

  • Committer: Package Import Robot
  • Author(s): Marcin Juszkiewicz, Gustavo Alkmim, Marcin Juszkiewicz
  • Date: 2012-04-06 10:38:19 UTC
  • Revision ID: package-import@ubuntu.com-20120406103819-07lpkhvjnp2mxuu8
Tags: 1.80
[ Gustavo Alkmim]
* Updates to make package building under Debian.
* Copy multiarch headers to standard directory to fix build-eglibc stages.

[ Marcin Juszkiewicz ]
* Bumped gcc-4.6 requirement to 4.6.2-16 (due to patches merged).
* Refreshed Ubuntu and Debian patches.
* Debian only changes:
  - Automated checking of Linux version (idea from Gustavo).
  - Fixed 'build-linux' step for armhf target
  - clean tmp/ directory after 'build-linux' step to not break other
    packages.
* Added patch to binutils to make linker use multiarch directories - LP: #923779

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 rules.d/quilt.mk |    2 ++
17
17
 1 files changed, 2 insertions(+), 0 deletions(-)
18
18
 
19
 
diff --git a/debian/rules.d/quilt.mk b/debian/rules.d/quilt.mk
20
 
index 1c93a66..3f12379 100644
21
 
--- a/debian/rules.d/quilt.mk
22
 
+++ b/debian/rules.d/quilt.mk
23
 
@@ -9,6 +9,7 @@ QUILT      = quilt $(QUILTOPT)
 
19
Index: eglibc-2.13/debian/rules.d/quilt.mk
 
20
===================================================================
 
21
--- eglibc-2.13.orig/debian/rules.d/quilt.mk    2011-05-01 15:30:41.000000000 +0000
 
22
+++ eglibc-2.13/debian/rules.d/quilt.mk 2012-04-03 11:02:34.072757860 +0000
 
23
@@ -9,6 +9,7 @@
24
24
 
25
25
 patch: $(stamp)patch
26
26
 $(stamp)patch:
28
28
        @if $(QUILT) next >/dev/null 2>&1; then \
29
29
          echo "Applying patches... "; \
30
30
          $(QUILT) push -a -v ; \
31
 
@@ -23,6 +24,7 @@ $(stamp)patch:
 
31
@@ -23,6 +24,7 @@
32
32
            QUILT_PC="$$pc" $(QUILT) push -a -v ; \
33
33
          fi ; \
34
34
        fi
36
36
        touch $@
37
37
 
38
38
 unpatch:
39
 
1.7.2.3
40