diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-05-25 17:21:21 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-05-25 17:21:21 +0000 |
commit | 8db2554f5731a5f71a8d99563beaba32a5d727cb (patch) | |
tree | 4bf0186c3538ae645f0cbc8ca4b8828bf42fdddf | |
parent | cd81895bee1c1b7e8bc8a476ac05afc8beecdecf (diff) | |
download | gcc-5-8db2554f5731a5f71a8d99563beaba32a5d727cb.tar.gz |
- prepare for 5.1.1-7
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@8062 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 1 | ||||
-rw-r--r-- | debian/rules.defs | 4 | ||||
-rw-r--r-- | debian/rules2 | 1 |
4 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 5da50e9..eb0410b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -gcc-5 (5.1.1-7) UNRELEASED; urgency=medium +gcc-5 (5.1.1-7) unstable; urgency=medium * Update to SVN 20150522 (r223579, 5.1.1) from the gcc-5-branch. * Add description for the ada-gnattools-cross patch (YunQiang Su). diff --git a/debian/rules b/debian/rules index c1cccc6..386d7f9 100755 --- a/debian/rules +++ b/debian/rules @@ -109,4 +109,5 @@ release: xargs rm -rf; \ fi +.NOTPARALLEL: .PHONY: build clean binary-indep binary-arch binary release diff --git a/debian/rules.defs b/debian/rules.defs index 0dcc16f..3391f5c 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -564,7 +564,7 @@ ifneq (,$(filter $(distrelease),trusty)) ada_no_cpus += arm64 endif ada_no_systems := -ada_no_cross := +ada_no_cross := yes ada_no_snap := no ifeq ($(single_package),yes) ada_no_cpus += m68k powerpcspe sh4 sparc64 @@ -1422,7 +1422,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH), hppa mips)) with_check := disabled for $(DEB_HOST_ARCH), testsuite timeouts with expect endif endif -#with_check := disabled for this upload +with_check := disabled for this upload # not a dependency on all archs, but if available, use it for the testsuite ifneq (,$(wildcard /usr/bin/localedef)) diff --git a/debian/rules2 b/debian/rules2 index 7bb90a5..f3c2660 100644 --- a/debian/rules2 +++ b/debian/rules2 @@ -2371,4 +2371,5 @@ source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false binary: binary-indep binary-arch +.NOTPARALLEL: .PHONY: build clean binary-indep binary-arch binary |