Ximin Luo
92d4a6eaa8
Link to the system jquery instead of writing a new copy of it
2016-11-07 17:25:32 +01:00
Ximin Luo
68a8ef27ea
Rebuild hoedown html_blocks.c using gperf. Don't exclude jquery for now.
...
We need to think through how to do jquery in more depth. We can't just have
rustdoc copy the system jquery instead, since the rust-doc build uses that, and
we will still end up with duplicate copies in Debian. But having rustdoc
instead create a symlink is a more invasive change from upstream.
2016-08-05 11:40:02 +02:00
Ximin Luo
4b15ddbb78
Fix lintian errors, update d/copyright, bump standards-version
2016-07-15 23:34:33 +02: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
6977ac961a
valgrind sources removed upstream, so remove it from debian/copyright
2015-10-20 01:55:14 +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
4fd134d634
exclude src/etc/snapshot.pyc from sources
2015-08-31 20:40:57 +02:00
Luca Bruno
4f23c87a4b
copyright: remove all unused entries for LLVM
2015-07-28 11:35:51 +02:00
Luca Bruno
9c7f92e483
copyright: reorder entries to fix scoping
2015-07-28 11:34:03 +02:00
Angus Lees
a94a6392ad
Remove unreferenced licenses: BSD-1-clause, GPL-2
...
(Thanks, lintian)
2015-07-22 15:29:13 +10:00
Angus Lees
d78a247857
Add text of CC-BY license
2015-07-22 15:29:13 +10:00
Angus Lees
98a7fe03a7
Fix several minor typos in debian/copyright file paths
...
Thanks, lintian.
2015-07-22 15:29:13 +10:00
Angus Lees
9bcb7ddfa9
Rename missing/sources/jquery.js
...
.. to help lintian find the matching source for
"jquery-2.1.0.min.js" (silences source-is-missing).
2015-07-22 15:29:13 +10:00
Angus Lees
1add0b94ea
Replace 32x32 logo with local file
...
Addresses several cases in HTML docs flagged by lintian's
privacy-breach-logo check.
2015-07-20 10:26:40 +10:00
Sylvestre Ledru
df43df3e2d
* Fix the watch file
...
* Update of the repack to remove llvm sources
2015-05-18 15:26:25 +02:00
Angus Lees
85473448de
Repack upstream source using copyright:Files-Excluded
...
Apparently uscan's mk-origtargz has a poorly documented feature that
strips out files listed in debian/copyright Files-Excluded.
2015-05-16 08:09:37 +10:00
Sylvestre Ledru
905d242b70
fix the copyright file
2015-05-08 17:14:08 +02:00
Sylvestre Ledru
2a758bee02
Fix the copyright file
2015-04-12 23:31:27 +02:00
Sylvestre Ledru
67e6f793d8
font copyright
2015-04-12 22:25:45 +02:00
Sylvestre Ledru
83335f2da5
add missing copyright wrt libbacktrace
2015-04-12 22:17:23 +02:00
Luca Bruno
5ebc73de57
debian: update some old/duplicated/incorrect copyright entries
...
Signed-off-by: Luca Bruno <lucab@debian.org>
2015-01-25 15:18:51 +01:00
Luca Bruno
afcbcd9b62
debian: add copyright for clay-derived code
2015-01-22 16:14:07 +01:00
Sylvestre Ledru
e1940d7d4c
add llvm copyright bits
2015-01-22 10:39:05 +01:00
Sylvestre Ledru
5f3c90bd66
remove trailing spaces
2015-01-22 10:35:34 +01:00
Luca Bruno
fd866a7411
debian: add libbacktrace copyright bits
2015-01-22 00:06:55 +01:00
Luca Bruno
7ab0a51382
debian: add hoedown copyright bits
2015-01-22 00:06:55 +01:00
Luca Bruno
32f4260981
debian: add compiler-rt copyright bits
2015-01-22 00:06:55 +01:00
Luca Bruno
4073a22f8c
debian: synch copyright year for miniz
2015-01-22 00:06:55 +01:00
Luca Bruno
73df9a205a
debian: update copyright bits for valgrind headers
2015-01-22 00:06:54 +01:00
Luca Bruno
e848c9ae59
debian: update copyright years
2015-01-22 00:06:54 +01:00
Luca Bruno
6c7cdbb39b
debian: add jemalloc copyright bits
2015-01-22 00:06:54 +01:00
Luca Bruno
07fe44c09e
debian: don't mix bsd-3 license text with copyright holder
2015-01-22 00:06:54 +01:00
Luca Bruno
a4e8622d50
debian: removing libuv references from copyright
2015-01-21 22:46:02 +01:00
Jordan Justen
1e329161d8
debian/copyright: Fix src/rt/miniz.c 'unlicense'
...
src/rt/miniz.c is public domain, but uses 'unlicense' wording.
Related lintian warning:
W: rust source: missing-license-paragraph-in-dep5-copyright public-domain (paragraph at line 21)
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:47 -08:00
Jordan Justen
5a3298be33
debian/copyright: Remove src/rt/isaac/*
...
Apparently this have moved to src/librand/isaac.rs and is now licensed
as Expat or Apache-2.0.
Related lintian warning:
W: rust source: missing-license-paragraph-in-dep5-copyright public-domain (paragraph at line 21)
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:47 -08:00
Jordan Justen
c760255eb0
debian: Fix lintian warning copyright-refers-to-deprecated-bsd-license-file
...
https://lintian.debian.org/tags/copyright-refers-to-deprecated-bsd-license-file.html
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:46 -08:00
Luca Bruno
be771b38b5
Initial packaging
2013-08-26 14:39:51 +02:00