summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-03 11:09:42 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-03 11:09:42 +0200
commit4f2c8bff9fb6f63e2ae6d7f1fbf5a0c5b1a89d7b (patch)
treef09fbed5cfa2d4d7595bf2ef432a289911d217ba
parent87318e6c3580de18d10ea8001693c4ce35f3675d (diff)
Patches: Change update date; d/control change Priority
-rw-r--r--debian/changelog4
-rw-r--r--debian/control4
-rw-r--r--debian/patches/100_spelling.patch2
-rw-r--r--debian/patches/110_dispwin_segfault.patch2
-rw-r--r--debian/patches/15_jam.patch2
-rwxr-xr-xdebian/rules3
6 files changed, 12 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 7d74005..4b769c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
-argyll (1.7.0-1) UNRELEASED; urgency=medium
+argyll (1.7.0-1) UNRELEASED; urgency=low
* debian/control:
- Add libpng12-dev to build-Depends.
- Change Architecture from linux-any to any, because
KFreeBSD* and hurd* are not longer available.
+ - Set Priority to optional.
+ - At package icc-utils and argyll-dbg set the Priority to extra.
* Make debian/man/scanin.1 more readable (LP: #1192368).
* Make build results reproducible:
- debian/rules:
diff --git a/debian/control b/debian/control
index 6ab4b86..9db8627 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
Source: argyll
Section: graphics
-Priority: extra
+Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
Standards-Version: 3.9.6
Build-Depends:
@@ -49,6 +49,7 @@ Description: Color Management System, calibrator and profiler
Package: argyll-dbg
Section: debug
+Priority: extra
Architecture: any
Depends: argyll (= ${binary:Version}), ${misc:Depends}
Pre-Depends:
@@ -91,6 +92,7 @@ Description: Color Management System, calibrator and profiler (documentation)
Package: icc-utils
Architecture: all
Section: oldlibs
+Priority: extra
Depends: argyll, ${misc:Depends}
Breaks: libicc2 (<< 2.12+argyll1.4.0-2)
Replaces: libicc2 (<< 2.12+argyll1.4.0-2)
diff --git a/debian/patches/100_spelling.patch b/debian/patches/100_spelling.patch
index 078136c..ad53dfa 100644
--- a/debian/patches/100_spelling.patch
+++ b/debian/patches/100_spelling.patch
@@ -1,6 +1,6 @@
Description: correct some typos
Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
-Last-Update: 2014-09-06
+Last-Update: 2015-05-03
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/spectro/dispcal.c
diff --git a/debian/patches/110_dispwin_segfault.patch b/debian/patches/110_dispwin_segfault.patch
index a18602b..06fb9f9 100644
--- a/debian/patches/110_dispwin_segfault.patch
+++ b/debian/patches/110_dispwin_segfault.patch
@@ -3,7 +3,7 @@ Author: Jörg Frings-Fürst <debian@jff-webhsoting.net>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700253
Forwarded: http://www.freelists.org/post/argyllcms/dispwin-bad-command-line-option-makes-dispwin-segfault
Reviewed-by:
-Last-Update: 2014-09-14
+Last-Update: 2015-05-03
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/spectro/dispwin.c
diff --git a/debian/patches/15_jam.patch b/debian/patches/15_jam.patch
index 358811f..411d667 100644
--- a/debian/patches/15_jam.patch
+++ b/debian/patches/15_jam.patch
@@ -1,7 +1,7 @@
Description: Add multiarch support to jam files
Author: Jörg Frings Fürst <debian@jff-webhosting.net>
Forwarded: http://www.freelists.org/post/argyllcms/Some-buildsystem-issues
-Last-Update: 2014-09-25
+Last-Update: 2015-05-02
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/Jambase
diff --git a/debian/rules b/debian/rules
index 7522cf3..d551656 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
#!/usr/bin/make -f
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
export DH_OPTIONS
NO_PROC=$(shell cat /proc/cpuinfo | grep processor | wc -l)