mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 06:06:23 +00:00
Merge branch 'svn-trunk'
This commit is contained in:
Vendored
+2
-4
@@ -72,11 +72,9 @@ install:
|
||||
grep -E '^Makefile$$|^(fcst|iscsi-scst|qla2x00t|scst|scst_local|srpt)/'|\
|
||||
tar -T- -cf- | \
|
||||
tar -C $(DESTDIR)/usr/src/scst-$(VERSION) -xf- && \
|
||||
chmod -R 0644 $(DESTDIR)/usr/src/scst-$(VERSION) && \
|
||||
chmod 0644 "$(DESTDIR)"/usr/lib/*/perl/*/auto/SCST_SCST/.packlist "$(DESTDIR)"/usr/share/perl/*/SCST/SCST.pm && \
|
||||
chmod 0755 "$(DESTDIR)"/usr/lib/*/perl/*/auto/SCST_SCST && \
|
||||
find $(DESTDIR) -type f -print0 | xargs -0 -r chmod 0644 && \
|
||||
find $(DESTDIR) -type d -print0 | xargs -0 -r chmod 0755 && \
|
||||
mv "$(DESTDIR)"/usr/man "$(DESTDIR)"/usr/share/man && \
|
||||
rm -rf "$(DESTDIR)"/usr/man && \
|
||||
dh_install && \
|
||||
dh_installman && \
|
||||
dh_installchangelogs && \
|
||||
|
||||
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
||||
etc/init.d/scst
|
||||
usr/sbin/scstadmin
|
||||
usr/share/perl/*/SCST/SCST.pm
|
||||
usr/lib/*/perl/*/auto/SCST_SCST
|
||||
usr/share/perl/
|
||||
usr/lib/
|
||||
usr/share/man/man3/SCST::SCST.3pm*
|
||||
usr/share/man/man1/scstadmin.1*
|
||||
usr/share/man/man5/scst.5*
|
||||
|
||||
@@ -3,23 +3,24 @@
|
||||
ABT_DETAILS="x86_64"
|
||||
ABT_JOBS=5
|
||||
ABT_KERNELS=" \
|
||||
4.14.16 \
|
||||
4.15.1 \
|
||||
4.14.18-nc \
|
||||
4.13.12-nc \
|
||||
4.12.14-nc \
|
||||
4.11.12-nc \
|
||||
4.10.17-nc \
|
||||
4.9.79-nc \
|
||||
4.9.80-nc \
|
||||
4.8.17-nc \
|
||||
4.7.10-nc \
|
||||
4.6.7-nc \
|
||||
4.5.7-nc \
|
||||
4.4.114-nc \
|
||||
4.4.115-nc \
|
||||
4.3.6-nc \
|
||||
4.2.8-nc \
|
||||
4.1.38-nc \
|
||||
4.0.9-nc \
|
||||
3.19.8-nc \
|
||||
3.18.93-nc \
|
||||
3.18.94-nc \
|
||||
3.17.8-nc \
|
||||
3.16.41-nc \
|
||||
3.15.10-nc \
|
||||
|
||||
Reference in New Issue
Block a user