Отключил сжатие README.md в пакете

This commit is contained in:
2026-03-27 11:34:31 +03:00
parent e08c01a36f
commit f6e15932a2
5 changed files with 10 additions and 20 deletions

16
debian/rules vendored
View File

@@ -1,5 +1,4 @@
#!/usr/bin/make -f
# debian/rules for alien
PACKAGE=$(shell dh_listpackages)
@@ -21,26 +20,13 @@ binary-arch: build
dh_install
dh_installdocs
dh_installchangelogs
# Copy the packages's files.
# find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \
# xargs -0 -r -i cp -a {} debian/$(PACKAGE)
#
# If you need to move files around in debian/$(PACKAGE) or do some
# binary patching, do it here
#
# This has been known to break on some wacky binaries.
# dh_strip
dh_compress
# dh_fixperms
gunzip -f debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/README.md.gz 2>/dev/null || true
dh_makeshlibs
dh_installdeb
-dh_shlibdeps
dh_gencontrol
dh_md5sums
# dh_link
dh_builddeb
binary: binary-indep binary-arch