aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..264e263
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: libpcd
+Section: devel
+Priority: optional
+Build-depends: debhelper (>=3.0)
+Maintainer: Gerd Knorr <kraxel@debian.org>
+Standards-Version: 3.6.0
+
+Package: libpcd2
+Architecture: any
+Section: devel
+Depends: ${shlibs:Depends}
+Description: A library for reading PhotoCD images
+ A library for reading PhotoCD images
+
+Package: libpcd-dev
+Architecture: any
+Section: devel
+Depends: libpcd2 (= ${Source-Version})
+Description: Header files and static library for libpcd
+ Header files and static library for libpcd