]> andersk Git - libyaml.git/commitdiff
Add libyaml-0-2-dbg package with debugging symbols
authorAnders Kaseorg <andersk@mit.edu>
Tue, 31 May 2011 00:12:57 +0000 (20:12 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Tue, 31 May 2011 02:17:37 +0000 (22:17 -0400)
debian/changelog
debian/control
debian/control.in
debian/rules

index 0720883acbd1ddc1e74c29b9be25da4c6b36ccb1..0f65ffdb2e3e9330660c01cdfb336149fe342ea7 100644 (file)
@@ -7,6 +7,8 @@ libyaml (0.1.4-1) UNRELEASED; urgency=low
       simple key.
     + Added pkg-config support.  (Closes: #537834)
   * Remove unneded libyaml.la file.  (Closes: #622452)
+  * Add libyaml-0-2-dbg package with debugging symbols.
+    (Closes: #592747)
 
  -- Anders Kaseorg <andersk@mit.edu>  Mon, 30 May 2011 19:52:27 -0400
 
index 020121474d0911abb33540521c8e438a8baef6a0..5f0deabb29b93595c54a58bdda24d386ba179896 100644 (file)
@@ -2,7 +2,10 @@ Source: libyaml
 Section: libs
 Priority: optional
 Maintainer: Anders Kaseorg <andersk@mit.edu>
-Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5)
+Build-Depends: cdbs,
+ autotools-dev,
+ debhelper,
+ dh-buildinfo
 Standards-Version: 3.8.3
 Homepage: http://pyyaml.org/wiki/LibYAML
 Vcs-Git: git://andersk.mit.edu/libyaml.git
@@ -15,6 +18,18 @@ Description: Fast YAML 1.1 parser and emitter library
  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
  human-readable data serialization format.
 
+Package: libyaml-0-2-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
+Description: Fast YAML 1.1 parser and emitter library (debugging symbols)
+ LibYAML is a C library for parsing and emitting data in YAML 1.1, a
+ human-readable data serialization format.
+ .
+ This package contains detached debuging symbols for the library found
+ in libyaml-0-2.
+
 Package: libyaml-dev
 Section: libdevel
 Architecture: any
index dbc730bd9333ba2a58e049851a93ced98b2624a9..b9dee1983aced1160dc5d7a0b7811083b25626ec 100644 (file)
@@ -15,6 +15,18 @@ Description: Fast YAML 1.1 parser and emitter library
  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
  human-readable data serialization format.
 
+Package: libyaml-0-2-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
+Description: Fast YAML 1.1 parser and emitter library (debugging symbols)
+ LibYAML is a C library for parsing and emitting data in YAML 1.1, a
+ human-readable data serialization format.
+ .
+ This package contains detached debuging symbols for the library found
+ in libyaml-0-2.
+
 Package: libyaml-dev
 Section: libdevel
 Architecture: any
index 8bc7da7b08fe54f5fb0a9d443590323deb2b3b11..372ea3713c5b4029e44769c50e3ce6e47ecf26de 100755 (executable)
@@ -4,3 +4,4 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_DH_INSTALL_SOURCEDIR = $(DEB_DESTDIR)
+DEB_DH_STRIP_ARGS = --dbg-package=libyaml-0-2-dbg
This page took 0.03699 seconds and 5 git commands to generate.