diff --git a/.gitignore b/.gitignore index ffe48c7..ccb6180 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ debian/.debhelper/ debian/files debian/kasmvncserver.substvars debian/kasmvncserver/ +.pc diff --git a/debian/patches/fix-kasmvncserver-perl-hashbang.patch b/debian/patches/fix-kasmvncserver-perl-hashbang.patch new file mode 100644 index 0000000..4fa9c69 --- /dev/null +++ b/debian/patches/fix-kasmvncserver-perl-hashbang.patch @@ -0,0 +1,10 @@ +Description: Lintian complains about #!/usr/bin/env perl. +Author: Dmitry Maksyoma +--- 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. diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..7312ab9 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +fix-kasmvncserver-perl-hashbang.patch