Drop duplicate 'licensecheck' target
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Wed, 11 Jan 2023 14:34:01 +0000 (15:34 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Wed, 11 Jan 2023 14:34:01 +0000 (15:34 +0100)
debian/rules

index 58b93c6835d612b78521637b052cb519cde7e67d..b7b3cbc39697ef03d202e49547397fc53b8f43b8 100755 (executable)
@@ -93,14 +93,6 @@ execute_after_dh_clean:
        make -C docs/doxygen/ clean
        rm -f $(DEBIAN_BUILD_ARTIFACTS)/*
 
-
-licensecheck:
-       LANG=C.UTF-8 licensecheck -i "^\./($(DEB_COPYRIGHT_CHECK_IGNORE_REGEX))$$" --deb-machine -r . \
-               > debian/copyright_newhints
-       cmp debian/copyright_hints debian/copyright_newhints \
-               && rm debian/copyright_newhints
-
-
 #DEB_COPYRIGHT_CHECK_IGNORE_REGEX = \
 #^((.*\.jpg)|(.*\.JPG)|(.*\.gif)|(.*\.png)|(.*\.ico)|(.*\.icns)|(gradle-wrapper\.jar)|(.*\.mp3)|(.*\.caf)|(.*\.nib)|examples/InAppPurchase/Signing/InAppPurchase\.keystore|examples/(InAppPurchase/BinaryData/(Robot|Ed|Jules|JB|Fabian|Lukasz)[012]\.ogg|AUv3Synth|PlugInSamples/MultiOutSynth)/Source/BinaryData/singing\.ogg|examples/Demo/Resources/cello\.wav|examples/Demo/Resources/icons\.zip|modules/juce_audio_plugin_client/RTAS/juce_RTAS_WinResources\.rsr|examples/ComponentTutorialExample/Introduction to Components - Part 1\.pdf|debian/(changelog|copyright(|_hints|_newhints)))$