Commit Graph

1093 Commits

Author SHA1 Message Date
Aron Xu
3b02d3c04d Apply wrap-and-sort to control* 2018-02-26 18:22:16 +08:00
Aron Xu
c2fa3c29d7 Update VCS-* URL to salsa.debian.org 2018-02-26 16:49:32 +08:00
Aron Xu
d83e4e5233 Merge tag 'upstream/0.7.6'
Upstream version 0.7.6
2018-02-26 16:28:36 +08:00
Aron Xu
f3bc16ff05 New upstream version 0.7.6 2018-02-26 16:28:35 +08:00
Aron Xu
4a6efb89ab Release 0.7.5-1 2018-01-19 23:51:22 +08:00
Aron Xu
19eac7f981 Merge tag 'upstream/0.7.5'
Upstream version 0.7.5
2018-01-19 15:22:51 +08:00
Aron Xu
e7fddec49b New upstream version 0.7.5 2018-01-19 15:22:50 +08:00
Aron Xu
f984c0de97 Add libelf-dev to Depends (Closes: #886453) 2018-01-06 16:03:18 +08:00
Aron Xu
9936e726fc Release 0.7.4-1 2017-12-18 23:06:54 +08:00
Aron Xu
b948a2fced Update stdver to 4.1.2, no change required 2017-12-18 22:14:16 +08:00
Aron Xu
e92392e43b Merge tag 'upstream/0.7.4'
Upstream version 0.7.4
2017-12-18 22:04:41 +08:00
Aron Xu
99d6d8dce6 New upstream version 0.7.4 2017-12-18 22:04:40 +08:00
Aron Xu
785f8eda81 Release 0.7.3-1 2017-10-31 20:33:12 +08:00
Aron Xu
c1b655f54d Merge tag 'upstream/0.7.3'
Upstream version 0.7.3
2017-10-31 17:29:07 +08:00
Aron Xu
4a69112941 New upstream version 0.7.3 2017-10-31 17:29:06 +08:00
Aron Xu
135069abeb Prepare release for 0.7.2-1 2017-10-06 19:05:20 +08:00
Aron Xu
56c48f7490 Merge tag 'upstream/0.7.2'
Upstream version 0.7.2
2017-10-06 19:01:12 +08:00
Aron Xu
ec06701b54 New upstream version 0.7.2 2017-10-06 19:00:18 +08:00
Aron Xu
b6358351cc Update changelog for new upstream release 2017-07-17 14:18:30 +08:00
Aron Xu
39a94367de Merge tag 'upstream/0.6.5.11'
Upstream version 0.6.5.11

Conflicts:
	META
	config/config.guess
	config/config.sub
	config/install-sh
	config/libtool.m4
	config/ltmain.sh
	configure
	rpm/generic/spl-kmod.spec.in
	rpm/generic/spl.spec.in
	rpm/redhat/spl.spec.in
2017-07-14 14:39:10 +08:00
Aron Xu
0b31b2300b Imported Upstream version 0.6.5.11 2017-07-14 14:38:33 +08:00
Aron Xu
af1accdf58 Update changelog for 0.6.5.10 release 2017-07-05 18:54:18 +08:00
Aron Xu
2ea56c1dd5 New upstream version 0.6.5.10 2017-07-05 18:00:43 +08:00
Aron Xu
e46c4f7baa Merge tag 'upstream/0.6.5.10'
Upstream version 0.6.5.10
2017-07-05 18:00:43 +08:00
Aron Xu
b247928979 Release 0.6.5.9-1 2017-02-06 15:54:13 +08:00
Aron Xu
80a37bc40b Remove patches not needed anymore 2017-02-06 15:53:42 +08:00
Aron Xu
ac9cc135ee Imported Upstream version 0.6.5.9 2017-02-06 15:49:57 +08:00
Aron Xu
ac1495550f Merge tag 'upstream/0.6.5.9'
Upstream version 0.6.5.9
2017-02-06 15:49:57 +08:00
Aron Xu
6590a5ea4c Fix Linux 4.9 compatibility (Closes: #851352) 2017-01-17 22:43:41 +08:00
Aron Xu
7c65834ce6 Rasie dkms version to >> 2.2.1.0
This would let users get a newer version of dkms, but at least till
this point using an older version of dkms is still working.
2016-10-21 14:18:07 +08:00
Al Nikolov
6e662d5ae1 Restore the compatibility to dkms < 2.2.0.3-3 (Closes: #838706) 2016-10-21 14:11:39 +08:00
Aron Xu
889851b1ec Release new version to unstable 2016-09-28 05:11:07 +08:00
Aron Xu
02c7a32205 Move command-with-path-in-maintainer-script override to spl 2016-09-28 05:09:11 +08:00
Aron Xu
1a5a502a96 Install man pages for spl 2016-09-28 04:55:55 +08:00
Aron Xu
c932eac93e Handle the case /etc/hostid is being wrongly marked as conffile
There are packages distributed with /etc/hostid file installed as conffile,
which is going to cause problem when the package is purged. Here we detect
such case and migrate it to an ordinary file that preserves during purge.

Also replace the endianness detection code to use od(1) from coreutils
instead of requiring gcc
2016-09-28 04:47:41 +08:00
Aron Xu
635ac71365 Simplify rules by merging Ubuntu one 2016-09-28 02:16:33 +08:00
Aron Xu
3832bc43dc Add lintian-overrides: extra-license-file 2016-09-28 02:16:32 +08:00
Aron Xu
be64114ae7 Deal with /etc/hostid in postinst of spl package 2016-09-28 02:16:32 +08:00
Aron Xu
2de887159e Make use of dh-autoreconf 2016-09-28 02:16:28 +08:00
Petter Reinholdtsen
a373b5ab6f Added extra autopkgtest script check.sh from the Ubuntu package. 2016-09-18 08:55:30 +02:00
Petter Reinholdtsen
777485371e Added d/gbp.conf to enforce the use of pristine-tar. 2016-09-18 08:35:51 +02:00
Aron Xu
59350e2530 Update changelog 2016-09-18 01:26:29 +08:00
Aron Xu
b5d058268b Allow parallel building 2016-09-18 01:19:45 +08:00
Zhou Mo
9d241451a5 control: bump standards version to 3.9.8 2016-09-18 01:14:27 +08:00
Zhou Mo
ec29dba2b0 Fix invalid command in dkms, thanks Petter Reinholdtsen. (Closes #836578) 2016-09-18 01:03:35 +08:00
Aron Xu
f68b651acb Merge tag 'upstream/0.6.5.8'
Upstream version 0.6.5.8
2016-09-18 00:59:03 +08:00
Aron Xu
0f836a620f Imported Upstream version 0.6.5.8 2016-09-18 00:59:02 +08:00
Petter Reinholdtsen
67fe7bf080 Changed Standards-Version from 3.9.6 to 3.9.8. 2016-08-22 12:57:04 +00:00
Aron Xu
8c781e4f63 Debian revision 0.6.5.7-1 2016-05-25 12:20:16 +08:00
Aron Xu
a3ef70a5e7 Merge tag 'upstream/0.6.5.7'
Upstream version 0.6.5.7
2016-05-25 12:15:20 +08:00