[SCM] handbrake/master: Add debian/README.source with instructions and reasons to repackage the source tarball when handbrake gets eventually uploaded to Debian.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Tue Jun 19 07:47:48 UTC 2012


The following commit has been merged in the master branch:
commit d6b8b21a18eb9010261ac832ea79e2fca21ee9de
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Tue Jun 19 09:50:22 2012 +0200

    Add debian/README.source with instructions and reasons to repackage the source tarball when handbrake gets eventually uploaded to Debian.

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..4579249
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,43 @@
+TODO: Before handbrake gets eventually uploaded to Debian,the source tarball
+should get repackaged with the following directories removed:
+
+ contrib/
+ download/
+ pkg/
+ macosx/
+ win/
+
+While the former three are simply obsolete and contain stuff that is useless
+for the Debian package, the latter two contain binary files and sources under
+spurious licenses:
+
+$ find handbrake/ -name '*.dll'
+handbrake/win/CS/libraries/caliburn/Castle.Core.dll
+handbrake/win/CS/libraries/caliburn/Caliburn.Micro.dll
+handbrake/win/CS/libraries/caliburn/System.Windows.Interactivity.dll
+handbrake/win/CS/libraries/caliburn/Castle.Windsor.dll
+handbrake/win/CS/libraries/ProgressBar/Windows7ProgressBar.dll
+handbrake/win/CS/libraries/Growl.CoreLibrary.dll
+handbrake/win/CS/libraries/Growl.Connector.dll
+handbrake/win/CS/libraries/EagleBoost.Wpf.Presentation.dll
+handbrake/win/CS/libraries/OokiiDialogs/Ookii.Dialogs.Wpf.dll
+handbrake/win/CS/libraries/OokiiDialogs/Ookii.Dialogs.dll
+handbrake/win/CS/libraries/SplitButton/SplitButton.dll
+handbrake/win/CS/libraries/Microsoft.WindowsAPICodePack.Shell.dll
+handbrake/win/CS/libraries/Microsoft.WindowsAPICodePack.dll
+handbrake/win/CS/HandBrake.Interop/HandBrakeInterop/libgcc_s_sjlj-1.dll
+
+$ grep -ir "all rights reserved" handbrake/
+handbrake/macosx/Sparkle.framework/Versions/A/Headers/SUAppcast.h://  Copyright 2006 Andy Matuschak. All rights reserved.
+handbrake/macosx/Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol copy.h://  Copyright 2007 Andy Matuschak. All rights reserved.
+handbrake/macosx/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h://  Copyright 2006 Andy Matuschak. All rights reserved.
+handbrake/macosx/Sparkle.framework/Versions/A/Headers/SUUpdater.h://  Copyright 2006 Andy Matuschak. All rights reserved.
+handbrake/macosx/Sparkle.framework/Versions/A/Headers/Sparkle.h://  Copyright 2006 Andy Matuschak. All rights reserved.
+handbrake/macosx/Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h://  Copyright 2007 Andy Matuschak. All rights reserved.
+handbrake/macosx/Info.plist.m4:All rights reserved.</string>
+handbrake/macosx/Growl.framework/Versions/A/Headers/GrowlApplicationBridge.h://  Copyright 2004-2006 The Growl Project. All rights reserved.
+handbrake/win/CS/libraries/Growl license.txt:All rights reserved
+Binary file handbrake/win/CS/libraries/caliburn/System.Windows.Interactivity.dll matches
+handbrake/win/CS/libraries/ProgressBar/License.txt:All rights reserved.
+handbrake/win/CS/libraries/OokiiDialogs/license.txt:All rights reserved.
+handbrake/win/CS/libraries/SplitButton/License.txt:All rights reserved.

-- 
handbrake packaging



More information about the pkg-multimedia-commits mailing list