[SCM] plotmm/master: Add -DBG package, turn libplotmm-dev to Architecture: all, rename plotmm-doc.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Oct 21 21:16:39 UTC 2010


The following commit has been merged in the master branch:
commit 5d2d57d537128dd466244e3045faeb762f1a2c6c
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Oct 21 23:15:41 2010 +0200

    Add -DBG package, turn libplotmm-dev to Architecture: all, rename plotmm-doc.

diff --git a/debian/control b/debian/control
index 75fd90a..765c138 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
-Description: GTKmm plot widget for scientific applications
+Description: GTKmm plot widgets for scientific applications
  This package provides an extension to the gtkmm library.
  .  
  It contains widgets which are primarily useful 
@@ -27,10 +27,10 @@ Description: GTKmm plot widget for scientific applications
 
 Package: libplotmm-dev
 Section: libdevel
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- libplotmm0 (= ${binary:Version})
+Architecture: all
+Depends: libplotmm0 (>= ${source:Version}),
+ libplotmm0 (<< ${source:Upstream-Version}+1~),
+ ${misc:Depends}
 Description: Headers for developing programs that will use plotmm
  Extension to the gtkmm library.  
  It contains widgets which are primarily useful 
@@ -39,11 +39,23 @@ Description: Headers for developing programs that will use plotmm
  This package contains the headers that programmers will 
  need to develop applications which will use plotmm.
 
-Package: plotmm-doc
+Package: libplotmm-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: libplotmm0 (= ${binary:Version}),
+ ${misc:Depends}
+Description: GTKmm plot widgets - debugging symbols
+ Extension to the gtkmm library.  
+ It contains widgets which are primarily useful 
+ for technical and scientifical purposes.
+ .
+ This package html documentation
+
+Package: libplotmm-doc
 Section: doc
 Architecture: all
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends}
 Description: Plotmm documentation
  Extension to the gtkmm library.  
  It contains widgets which are primarily useful 
diff --git a/debian/rules b/debian/rules
index af60d4d..783a723 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,10 @@
 #!/usr/bin/make -f
+
 %:
 	dh --with autotools_dev $@
 
 override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog README
 
+override_dh_strip:
+	dh_strip --dbg-package=libplotmm-dbg

-- 
plotmm packaging



More information about the pkg-multimedia-commits mailing list