[SCM] libdvdcss-pkg/master: don't include guest package description to binary package description

onlyjob at users.alioth.debian.org onlyjob at users.alioth.debian.org
Sat May 11 02:16:11 UTC 2013


The following commit has been merged in the master branch:
commit c4bd9f29e8972f75182bef6269d664bcc1414584
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Sat May 11 11:30:37 2013 +1000

    don't include guest package description to binary package description

diff --git a/debian/control b/debian/control
index 9240b79..af33c08 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,3 @@ Description: download and install software necessary to play encrypted DVDs
  This package fetch, compile from source code and install library
  packages that are necessary for playing encrypted DVDs with media
  player of your choice.
- .
- .
- ${guest}: ${guest:Description}
diff --git a/debian/rules b/debian/rules
index 8a7aafb..86bd622 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,6 @@ override_dh_gencontrol:
           -Vguest:Build-Depends="$(shell perl -0n -E 's{^#.*$$}{}mg;' -E 'print $$1 if m{^Build-Depends:([^:A-Z]+)}ms;' $(PKGG)/debian/control)" \
           -Vguest:Recommends="$(shell perl -0n -E 'print $$1 if m{^Recommends:([^:A-Z]+)}ms;' $(PKGG)/debian/control)" \
           -Vguest:Suggests="$(shell perl -0n -E 'print $$1 if m{^Suggests:([^:A-Z]+)}ms;' $(PKGG)/debian/control)" \
-          -Vguest:Description="$(shell perl -0n -E 's/^Description:[^\n]+\K/./sm; s/\n\n|\Z/EEooDD/smg; s/\n\s+\.?/\\\$${Newline}/smg; print $$1 if m/^Description:\s*(.+?)EEooDD/ms;' $(PKGG)/debian/control)" \
           -Vguest="$(PKGG)"
 
 override_dh_builddeb:

-- 
libdvdcss-pkg packaging



More information about the pkg-multimedia-commits mailing list