[SCM] drc/master: Remove drc-doc, update packaging.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Aug 31 08:37:43 UTC 2011


The following commit has been merged in the master branch:
commit 769ce951c93124eeeaf51286afc20e9c35d57485
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Aug 31 10:37:35 2011 +0200

    Remove drc-doc, update packaging.

diff --git a/debian/control b/debian/control
index de45f09..6753fbc 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,6 @@ Package: drc
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
-Suggests: drc-doc
 Description: digital room correction
  DRC is program used to generate correction filters for acoustic compensation
  of HiFi and audio systems in general, including listening room compensation.
@@ -24,20 +23,3 @@ Description: digital room correction
  .
  DRC doesn't provide convolution features, and provides only some simplified,
  although really accurate, measuring tools.
- .
- For further information see the documentation
-
-Package: drc-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Description: digital room correction - documentation
- DRC is program used to generate correction filters for acoustic compensation
- of HiFi and audio systems in general, including listening room compensation.
- Program generates just the FIR correction filters, which can be used with
- a real time or offline convolver to provide real time or offline correction.
- .
- DRC doesn't provide convolution features, and provides only some simplified,
- although really accurate, measuring tools.
- .
- This package contains documentation for drc
diff --git a/debian/drc-doc.doc-base b/debian/drc-doc.doc-base
deleted file mode 100644
index 4014768..0000000
--- a/debian/drc-doc.doc-base
+++ /dev/null
@@ -1,10 +0,0 @@
-Document: drc-doc
-Title: DRC documentation
-Author: Denis Sbragion <d.sbragion at infotecna.it>
-Abstract:  DRC is program used to generate correction filters for acoustic compensation
- of HiFi and audio systems in general, including listening room compensation.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/drc/drc.html
-Files: /usr/share/doc/drc/*
diff --git a/debian/drc-doc.install b/debian/drc-doc.install
deleted file mode 100644
index 7a3a6f2..0000000
--- a/debian/drc-doc.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/drc/* usr/share/doc/drc/
diff --git a/debian/rules b/debian/rules
index 11a5328..80e93bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,4 @@
 LDFLAGS+=-Wl,--as-needed
 
 %:
-	dh --sourcedir=source $@ --parallel
-
-override_dh_auto_install:
-	dh_auto_install
-	install -d $(CURDIR)/debian/tmp/usr/share/doc/drc/
-	install -m 644 $(CURDIR)/doc/html/* $(CURDIR)/debian/tmp/usr/share/doc/drc/
+	dh $@ --sourcedir=source --parallel

-- 
drc packaging



More information about the pkg-multimedia-commits mailing list