small copyright cleanups
authorReinhard Tartler <siretart@tauware.de>
Tue, 17 Nov 2020 23:28:14 +0000 (18:28 -0500)
committerReinhard Tartler <siretart@tauware.de>
Tue, 17 Nov 2020 23:28:14 +0000 (18:28 -0500)
suggested by 'cme fix dpkg-copyright'

debian/copyright
debian/rules

index 612d1c8664dba1e423c3dae9a0ce2bf2e0df4f0f..279a9fd11ecfd5e5dab7302b4c23a21c9f39aec6 100644 (file)
@@ -10,7 +10,7 @@ Files-Excluded:
  applications/osmo4_ios
  applications/testapps
  build
- debian/
+ debian
  extra_lib/include
  modules/deprecated
  share/deprecated
@@ -64,10 +64,6 @@ Files: applications/generators/*
 Copyright: Telecom ParisTech 2004-2012
 License: LGPL-2+
 
-Files: applications/generators/WebGLGen/WGLGen
-Copyright: UNKNOWN
-License: LGPL-2+
-
 Files: applications/generators/X3D/*
 Copyright: Telecom ParisTech 2000-2012
 License: LGPL-2+
index e816b81c1cee0590dea3e5d1626cb9c77d6971fb..d568fff5616273d761b9ce694d4e870e9a85cd36 100755 (executable)
@@ -40,7 +40,7 @@ override_dh_auto_clean:
 
 override_dh_clean:
        ## Remove Files-Excluded (when built from checkout or non-DFSG tarball):
-       $(RM) -rv `perl -0nE 'say $$1 if m{^Files\-Excluded\:\s*(.*?)(?:\n\n|Files:|Comment:)}sm;' debian/copyright | grep -v 'debian/'`
+       $(RM) -rv `perl -0nE 'say $$1 if m{^Files\-Excluded\:\s*(.*?)(?:\n\n|Files:|Comment:)}sm;' debian/copyright | grep -v 'debian'`
        dh_clean config.h bin/gcc/libgpac*
        dh_clean gpac.pc include/gpac/revision.h
        find $(CURDIR) -name *.opic -delete