mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-01-23 02:14:29 +00:00
Deb: add first quilt patch
This commit is contained in:
parent
9fbda8e518
commit
b224addece
3 changed files with 12 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -20,3 +20,4 @@ debian/.debhelper/
|
|||
debian/files
|
||||
debian/kasmvncserver.substvars
|
||||
debian/kasmvncserver/
|
||||
.pc
|
||||
|
|
|
|||
10
debian/patches/fix-kasmvncserver-perl-hashbang.patch
vendored
Normal file
10
debian/patches/fix-kasmvncserver-perl-hashbang.patch
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
Description: Lintian complains about #!/usr/bin/env perl.
|
||||
Author: Dmitry Maksyoma <ledestin@gmail.com>
|
||||
--- a/unix/vncserver
|
||||
+++ b/unix/vncserver
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env perl
|
||||
+#!/usr/bin/perl
|
||||
#
|
||||
# Copyright (C) 2009-2010 D. R. Commander. All Rights Reserved.
|
||||
# Copyright (C) 2005-2006 Sun Microsystems, Inc. All Rights Reserved.
|
||||
1
debian/patches/series
vendored
Normal file
1
debian/patches/series
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
fix-kasmvncserver-perl-hashbang.patch
|
||||
Loading…
Add table
Add a link
Reference in a new issue