summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-02-29 22:47:49 +1300
committerKeith Packard <keithp@keithp.com>2012-02-29 22:47:49 +1300
commit078171ba2d3a3347188529102162c10dae23157c (patch)
tree21046a35228ea14d85bd44aac9e1d60e544487e0 /debian
parent26e9813aca7125f51d2fae74a41850c0f0fd31f2 (diff)
Clean up debian build1.5
Add version 1.5 info update compat to 7 Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog12
-rw-r--r--debian/compat2
-rw-r--r--debian/control11
-rwxr-xr-xdebian/rules6
-rw-r--r--debian/source/format1
5 files changed, 21 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog
index 9e23d5f..0e5ac30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+cairo-5c (1.5) unstable; urgency=low
+ * Add SVG support using librsvg
+ * Add new single-line text widget
+ * resize application to preferred size at startup time
+ * Update packaging to current standards
+
+ -- Keith Packard <keithp@keithp.com> Wed, 29 Feb 2012 22:35:37 +1300
+
cairo-5c (1.4) unstable; urgency=low
* Rename toolkit to 'nichrome'
* Use lozenge theme for buttons, toggles and scrollbars
@@ -27,9 +35,9 @@ cairo-5c (1.1) unstable; urgency=low
* Add buttons to tic-tac-toe example
* Add setgame example
* Add keyboard support
-
+
-- Keith Packard <keithp@keithp.com> Sun, 13 Jan 2008 21:59:43 -0800
-
+
cairo-5c (1.0) unstable; urgency=low
* Original debian packaging exporting version 1.0.
diff --git a/debian/compat b/debian/compat
index b8626c4..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+7
diff --git a/debian/control b/debian/control
index d76168e..e3a87e7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,18 @@ Source: cairo-5c
Section: interpreters
Priority: optional
Maintainer: Keith Packard <keithp@keithp.com>
-Build-Depends: debhelper (>= 4), libcairo2-dev, nickle (>= 2.67), libx11-dev, libfreetype6-dev
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 7), libcairo2-dev, nickle (>= 2.73), libx11-dev, libfreetype6-dev
+Standards-Version: 3.9.2
Package: cairo-5c
-Section: interpreters
Architecture: any
Depends: ${misc:Depends}, nickle, libcairo5c-0
Description: nickle bindings for the cairo graphics library
This package contains the nickle code to load and use the cairo-5c library
Package: libcairo5c-0
-Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: nickle bindings for the cairo graphics library
- This package contains a shared library which links to the cairo library.
+Description: library for cairo nickle bindings
+ This package contains a shared library which links to the cairo
+ library using the nickle FFI mechanism.
diff --git a/debian/rules b/debian/rules
index ecc1c48..680a4d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,9 @@ configure-stamp:
./configure --with-nickle-libdir='$${datadir}/nickle' --prefix=/usr --mandir='$${prefix}/share/man'
touch configure-stamp
-build: configure-stamp build-stamp
+build: configure-stamp build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
build-stamp:
dh_testdir
$(MAKE)
@@ -28,7 +30,7 @@ clean:
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
pwd
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)