Bug 1520163 - Remove nasm debian package. r=glandium

Differential Revision: https://phabricator.services.mozilla.com/D20041

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Thomas Daede 2019-03-26 00:05:00 +00:00
Родитель 13b7c3537c
Коммит 017147c0f4
2 изменённых файлов: 0 добавлений и 49 удалений

Просмотреть файл

@ -1,48 +0,0 @@
diff -Nru nasm-2.13.01/debian/changelog nasm-2.13.01/debian/changelog
--- nasm-2.13.01/debian/changelog 2017-05-08 16:33:23.000000000 +0000
+++ nasm-2.13.01/debian/changelog 2018-11-30 09:54:37.000000000 +0000
@@ -1,3 +1,12 @@
+nasm (2.13.01-1.deb7moz1) wheezy; urgency=low
+
+ * Changes for compatibility with building on Debian Wheezy:
+ * Remove fonts-liberation2 dep which is not present on Wheezy
+ * Disable docs building and installation which is not possible
+ without fonts-liberation2
+
+ -- Thomas Daede <tdaede@mozilla.com> Fri, 30 Nov 2018 09:54:37 +0000
+
nasm (2.13.01-1) experimental; urgency=low
* New upstream version 2.13.01
--- nasm-2.13.01/debian/control 2017-05-08 16:33:23.000000000 +0000
+++ nasm-2.13.01/debian/control 2018-11-30 09:53:57.000000000 +0000
@@ -8,7 +8,7 @@
Build-Depends:
debhelper (>= 9),
dpkg-dev (>= 1.16.1~),
- fonts-liberation2,
+ fontconfig,
ghostscript,
libfont-ttf-perl,
libsort-versions-perl,
--- nasm-2.13.01/debian/rules 2017-05-08 16:33:23.000000000 +0000
+++ nasm-2.13.01/debian/rules 2018-11-30 09:53:57.000000000 +0000
@@ -28,7 +28,7 @@
build-stamp:
dh_testdir
./configure --prefix=/usr --mandir=/usr/share/man
- $(MAKE) all doc
+ $(MAKE) all
> $@
binary: binary-arch binary-indep
@@ -38,8 +38,7 @@
dh_testroot
dh_clean
dh_installdirs usr/bin usr/share/man/man1
- $(MAKE) INSTALLROOT=$(CURDIR)/debian/nasm install install_rdf
- dh_installdocs AUTHORS README TODO doc/html doc/nasmdoc.txt doc/nasmdoc.ps doc/nasmdoc.pdf
+ $(MAKE) INSTALLROOT=$(CURDIR)/debian/nasm install
dh_installexamples misc/nasm.sl test/*
dh_installman debian/*.1
dh_installchangelogs CHANGES

Просмотреть файл

@ -43,7 +43,6 @@ RUN apt-get update && \
gawk \
gcc-multilib \
gnupg \
nasm \
p7zip-full \
procps \
python-pip \