Sylvestre Ledru
e839ff2df1
* Apply upstream fix to silent a valgrind issue in the test suite
...
(Closes: ##812825)
2016-02-21 16:41:09 +01:00
Ximin Luo
3fb9dbb3ca
build-preview-dsc: check signature, add a NOCLOBBER and DPUT_HOST options
2016-02-11 14:09:45 +01:00
Ximin Luo
d2ab419841
Use XZ instead of GZ compression for Debian products, it saves more space
2016-02-11 13:39:57 +01:00
Ximin Luo
d7338b7c78
Use "wget -N" in make_orig-dl_tarball to avoid unnecessary downloads
...
I'm about to setup an automatic nightly build job and would like to avoid that.
2016-02-11 13:38:26 +01:00
Ximin Luo
a114018757
Work around rust bug https://github.com/rust-lang/rust/issues/31529
...
- This is breaking builds on Ubuntu, so let's work around it instead of waiting
for the ideal correct fix.
2016-02-10 10:50:58 +01:00
Ximin Luo
9cc3337af6
Enable optional tests, and add verbosity/backtraces to tests
2016-02-09 21:24:26 +01:00
Ximin Luo
6935ded2c3
Add my build-preview-dsc.sh script for autobuilding experimental beta/nightly packages
2016-02-09 01:27:08 +01:00
Sylvestre Ledru
4921cc2cf7
Add gcc & libc-dev as dependency of rustc to make sure it works out of the box
2016-02-02 16:29:00 +01:00
Sylvestre Ledru
a35c16e2d5
Prepare upload for angus
2016-01-26 10:54:26 +01:00
Angus Lees
cf9ecddee2
Declare dh_install overrides as -arch
...
Guard arch-dependent dh_install commands appropriately, fixing
arch-indep-only builds. (Closes : #809124 )
2016-01-26 05:40:38 +11:00
Angus Lees
c2a1d9e328
Disable gcc-6 -Wmisleading-indentation
...
This new gcc-6 warning triggers (incorrectly) on src/rt/miniz.c, which
is then fatal thanks to -Werror. Skip the new warning entirely for now.
(Closes : #811573 )
2016-01-26 04:02:24 +11:00
Angus Lees
da2292c068
Use -Wno-error rather than string manipulation
...
Patch upstream mk/rt.mk to append -Wno-error rather than trying to
remove the string "-Werror". (Closes : #812448 )
2016-01-24 21:07:47 +11:00
Sylvestre Ledru
b00fa677b2
new upstream release
2016-01-22 11:58:18 +01:00
Ximin Luo
1ce0c197c7
Use a different way to calculate RUST_VERSION which works with nightly versions too.
2016-01-06 05:00:07 +01:00
Ximin Luo
6df127b7b9
Use secure links for Vcs-* fields.
...
Even though the data is public, the fact that a particular person is reading
the data does not need to be public. Also, plaintext protocols are susceptible
to injection attacks.
2016-01-05 17:34:31 +01:00
Ximin Luo
fd4c7894f7
Remove patch applied upstream, in 1.6 beta and 1.7 nightly
2016-01-04 03:59:14 +01:00
Ximin Luo
76614f6053
Merge remote-tracking branch 'origin/master'
2016-01-04 03:54:24 +01:00
Ximin Luo
729ff939fc
Retroactively update git tree from Debian release 1.5.0+dfsg1-1
2016-01-04 03:53:18 +01:00
Sylvestre Ledru
36e7a7e72a
Simplify the download script
2015-12-29 10:24:45 +01:00
Sylvestre Ledru
b392ef0c30
rebase of the patches
2015-12-10 19:48:49 +01:00
Sylvestre Ledru
47636f13ab
close the bug to block the testing migration
2015-12-10 18:24:17 +01:00
Sylvestre Ledru
82d3be1b40
New upstream release
2015-12-10 17:54:47 +01:00
Sylvestre Ledru
888747f5d1
Move away from hash to the same rust naming schema
2015-12-10 17:43:23 +01:00
Ximin Luo
66c0fda047
rm unneeded entry from Files-Excluded, removed upstream
2015-10-31 15:21:44 +01:00
Ximin Luo
6959c291cd
remove the valgrind license text as well
2015-10-31 15:16:08 +01:00
Ximin Luo
53fe5ac27c
restore gbp.conf defaults, which is what we're using in practise anyways
2015-10-31 14:50:58 +01:00
Sylvestre Ledru
4fc82e3be7
prepare for upload
2015-10-31 11:23:53 +01:00
Sylvestre Ledru
7b143ab380
Ignore the generated files
2015-10-30 11:48:33 +01:00
Sylvestre Ledru
87a3096975
Update the upstream url to the favicon (moved to https)
2015-10-30 11:45:59 +01:00
Sylvestre Ledru
90b93ca36e
* New upstream release
...
198068b3 => 1bf6e69c
* Update the download url in debian/watch
2015-10-30 09:49:56 +01:00
Ximin Luo
6977ac961a
valgrind sources removed upstream, so remove it from debian/copyright
2015-10-20 01:55:14 +02:00
Sylvestre Ledru
a83f8579c9
jquery updated from 2.1.0 to 2.1.4
2015-09-19 19:48:47 +02:00
Sylvestre Ledru
2ba0f5b962
prepare for upload
2015-09-19 16:00:26 +02:00
Sylvestre Ledru
1c32e1cd58
62abc69f => 198068b3
2015-09-19 14:43:03 +02:00
Sylvestre Ledru
31f7f7213c
New upstream release
2015-09-19 14:42:09 +02:00
Ximin Luo
27a791fd05
have the next upload close the llvm 3.7 issue
2015-09-02 17:10:12 +02:00
Ximin Luo
2cb66a3fc8
add d/changelog entries for previous commits
2015-09-02 13:23:41 +02:00
Ximin Luo
0fbc9e96fb
use llvm 3.7 as upstream does, now that it's in Debian
2015-09-02 12:23:03 +02:00
Ximin Luo
2a551df5ad
procps is needed for wait-forked-but-failed-child.rs
2015-09-01 01:14:44 +02:00
Ximin Luo
3eba238399
mk/util.mk already defines print-% and cowbuilder doesn't let us write to Makefile anyways
2015-09-01 00:27:39 +02:00
Ximin Luo
2cbe8c62b0
fix copyright file
...
- can't define license full-text in compound licenses
- MIT-License is the same as Expat
- use official "X with Y exception" syntax
- loosen jquery version matching for the future
2015-08-31 23:11:15 +02:00
Ximin Luo
23d796e1b2
rm unneeded lintian-override
2015-08-31 21:06:31 +02:00
Ximin Luo
91f33f79be
rm Replaces/Breaks since they are redundant as per discussion
2015-08-31 21:01:17 +02:00
Ximin Luo
4fd134d634
exclude src/etc/snapshot.pyc from sources
2015-08-31 20:40:57 +02:00
Ximin Luo
bcf223b3dd
read RUST_HASH directly from debian/control and check that it matches upstream CFG_FILENAME_EXTRA
2015-08-31 20:34:26 +02:00
Ximin Luo
52efbfffe4
use rust-doc.links instead of explicit rule
2015-08-31 20:34:14 +02:00
Sylvestre Ledru
a2df95d4e3
uploaded to unstable
2015-08-18 19:13:22 +02:00
Sylvestre Ledru
894093ece5
match the change of lib name
2015-08-18 13:54:48 +02:00
Sylvestre Ledru
92f6ea489e
update another kind of url for the favicon
2015-08-18 13:54:32 +02:00
Sylvestre Ledru
9501650c9a
improve soname patch
2015-08-18 13:54:09 +02:00