[SCM] Debian native package for Config::Model::Dpkg branch, master, updated. 2.030-7-gd243e04

Dominique Dumont dod at debian.org
Mon Dec 17 18:48:27 UTC 2012


The following commit has been merged in the master branch:
commit 6dca659560b4409c54f42e3b6af5a6637baf393a
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Dec 17 19:32:30 2012 +0100

    added test file

diff --git a/t/model_tests.d/debian-dpkg-control-examples/dbg-dep b/t/model_tests.d/debian-dpkg-control-examples/dbg-dep
new file mode 100644
index 0000000..88d8e3d
--- /dev/null
+++ b/t/model_tests.d/debian-dpkg-control-examples/dbg-dep
@@ -0,0 +1,40 @@
+Source: libfoo
+Priority: optional
+Section: libs
+Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
+Uploaders: Barry deFreese <bdefreese at debian.org>,
+           Felix Geyer <debfx-pkg at fobos.de>,
+           Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
+DM-Upload-Allowed: yes
+Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
+               dpkg-dev (>= 1.16.1~),
+Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/libsdl1.2.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/libsdl1.2.git
+Homepage: http://www.libsdl.org/
+
+Package: libfoo
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Simple DirectMedia Layer
+ SDL is a library that allows programs portable low level access to
+ a video framebuffer, audio output, mouse, and keyboard.
+ .
+ This version of SDL is compiled with X11, caca and DirectFB graphics 
+ drivers and OSS, ALSA, NAS and PulseAudio sound drivers.
+
+Package: libfoo-dbg
+Architecture: any
+Multi-Arch: same
+Priority: extra
+Section: debug
+Depends: ${misc:Depends},
+         libfoo (= ${binary:Version}),
+Description: Simple DirectMedia Layer debug files
+ SDL is a library that allows programs portable low level access to a video
+ framebuffer, audio output, mouse, and keyboard.
+ .
+ This package contains the debug symbols for the SDL library.

-- 
Debian native package for Config::Model::Dpkg



More information about the Pkg-perl-cvs-commits mailing list