mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Deal with packages with strange characters in their filenames.
Closes: #146017
This commit is contained in:
@@ -375,7 +375,6 @@ sub prep {
|
|||||||
export DH_COMPAT=3
|
export DH_COMPAT=3
|
||||||
|
|
||||||
PACKAGE=\$(shell dh_listpackages)
|
PACKAGE=\$(shell dh_listpackages)
|
||||||
PKGFILES=\$(shell ls -1 |grep -v debian)
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
@@ -393,10 +392,9 @@ binary-arch: build
|
|||||||
dh_clean -k
|
dh_clean -k
|
||||||
dh_installdirs
|
dh_installdirs
|
||||||
|
|
||||||
# Copy the packages's files, if any.
|
# Copy the packages's files.
|
||||||
ifneq "\$(PKGFILES)" ""
|
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \\
|
||||||
cp -a \$(PKGFILES) debian/\$(PACKAGE)
|
xargs -0 -r -i cp -a {} debian/\$(PACKAGE)
|
||||||
endif
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# If you need to move files around in debian/\$(PACKAGE) or do some
|
# If you need to move files around in debian/\$(PACKAGE) or do some
|
||||||
|
|||||||
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
|||||||
|
alien (8.09) unstable; urgency=low
|
||||||
|
|
||||||
|
* Deal with packages with strange characters in their filenames.
|
||||||
|
Closes: #146017
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Thu, 23 May 2002 22:35:25 -0400
|
||||||
|
|
||||||
alien (8.08) unstable; urgency=low
|
alien (8.08) unstable; urgency=low
|
||||||
|
|
||||||
* Gerald Turner <gturner@newedgenetworks.com> contributed a .diff file for
|
* Gerald Turner <gturner@newedgenetworks.com> contributed a .diff file for
|
||||||
|
|||||||
Reference in New Issue
Block a user