All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] [PATCH] debian: update debian/control for debian 6.0 "squeeze"
@ 2011-01-03 13:25 Stefan Kisdaroczi
  2011-01-03 20:22 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Kisdaroczi @ 2011-01-03 13:25 UTC (permalink / raw)
  To: Xenomai core


[-- Attachment #1.1: Type: text/plain, Size: 70 bytes --]

Hi,

patch attached for upcoming debian 6.0 "squeeze".

Stefan


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-debian-update-debian-control-for-debian-6.0-squeeze.patch --]
[-- Type: text/x-patch; name="0001-debian-update-debian-control-for-debian-6.0-squeeze.patch", Size: 2307 bytes --]

From 505640995eac8b64b53a9fab476c9f91203be6ab Mon Sep 17 00:00:00 2001
From: Stefan Kisdaroczi <kisda@domain.hid>
Date: Mon, 3 Jan 2011 14:07:57 +0100
Subject: [PATCH 1/2] debian: update debian/control for debian 6.0 "squeeze"

---
 debian/control |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index ab4636d..5505d2c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Section: devel
 Priority: extra
 Maintainer: Roland Stigge <stigge@domain.hid>
 Build-Depends: debhelper (>= 7), dh-kpatches, findutils (>= 4.2.28)
-Standards-Version: 3.8.0
+Standards-Version: 3.9.1
 Homepage: http://www.xenomai.org/
 
 Package: xenomai-runtime
 Section: devel
 Architecture: amd64 arm armeb armel i386 powerpc
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: linux-patch-xenomai, xenomai-doc
 Replaces: xenomai
 Conflicts: xenomai
@@ -25,9 +25,9 @@ Description: Xenomai runtime utilities
  realtime system.
 
 Package: linux-patch-xenomai
-Section: devel
+Section: kernel
 Architecture: all
-Depends: ${kpatch:Depends}
+Depends: ${kpatch:Depends}, ${misc:Depends}
 Suggests: xenomai, linux-source-2.6, kernel-package
 Description: Linux kernel patches for Xenomai
  Xenomai is a real-time development framework cooperating with the Linux
@@ -48,7 +48,7 @@ Description: Linux kernel patches for Xenomai
 Package: libxenomai1
 Section: libs
 Architecture: amd64 arm armeb armel i386 powerpc
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: linux-patch-xenomai, xenomai-doc
 Replaces: xenomai
 Conflicts: xenomai
@@ -65,7 +65,7 @@ Description: Shared libraries for Xenomai
 Package: libxenomai-dev
 Section: libdevel
 Architecture: amd64 arm armeb armel i386 powerpc
-Depends: libxenomai1 (= ${binary:Version})
+Depends: libxenomai1 (= ${binary:Version}), ${misc:Depends}
 Suggests: linux-patch-xenomai, xenomai-doc
 Replaces: xenomai
 Conflicts: xenomai
@@ -83,7 +83,7 @@ Description: Headers and static libs for Xenomai
 Package: xenomai-doc
 Section: doc
 Architecture: all
-Depends:
+Depends: ${misc:Depends}
 Suggests: xenomai
 Conflicts: xenomai-docs
 Replaces: xenomai-docs
-- 
1.7.2.3


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Xenomai-core] [PATCH] debian: update debian/control for debian 6.0 "squeeze"
  2011-01-03 13:25 [Xenomai-core] [PATCH] debian: update debian/control for debian 6.0 "squeeze" Stefan Kisdaroczi
@ 2011-01-03 20:22 ` Gilles Chanteperdrix
  2011-01-03 22:32   ` Stefan Kisdaroczi
  0 siblings, 1 reply; 4+ messages in thread
From: Gilles Chanteperdrix @ 2011-01-03 20:22 UTC (permalink / raw)
  To: Stefan Kisdaroczi; +Cc: Xenomai core

Stefan Kisdaroczi wrote:
> Hi,
> 
> patch attached for upcoming debian 6.0 "squeeze".

Does not it create an artificial limitation? I mean, does not it prevent
us from building Xenomai with an older version?

-- 
                                                                Gilles.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai-core] [PATCH] debian: update debian/control for debian 6.0 "squeeze"
  2011-01-03 20:22 ` Gilles Chanteperdrix
@ 2011-01-03 22:32   ` Stefan Kisdaroczi
  2011-01-03 22:36     ` Gilles Chanteperdrix
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Kisdaroczi @ 2011-01-03 22:32 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: Xenomai core

Am Montag 03 Januar 2011, 21:22:44 schrieb Gilles Chanteperdrix:
> Stefan Kisdaroczi wrote:
> > Hi,
> > 
> > patch attached for upcoming debian 6.0 "squeeze".
> 
> Does not it create an artificial limitation? I mean, does not it prevent
> us from building Xenomai with an older version?

I tested the package building with "old" debian 5.0 "lenny", works still fine.

Stefan


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai-core] [PATCH] debian: update debian/control for debian 6.0 "squeeze"
  2011-01-03 22:32   ` Stefan Kisdaroczi
@ 2011-01-03 22:36     ` Gilles Chanteperdrix
  0 siblings, 0 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2011-01-03 22:36 UTC (permalink / raw)
  To: Stefan Kisdaroczi; +Cc: Xenomai core

Stefan Kisdaroczi wrote:
> Am Montag 03 Januar 2011, 21:22:44 schrieb Gilles Chanteperdrix:
>> Stefan Kisdaroczi wrote:
>>> Hi,
>>>
>>> patch attached for upcoming debian 6.0 "squeeze".
>> Does not it create an artificial limitation? I mean, does not it prevent
>> us from building Xenomai with an older version?
> 
> I tested the package building with "old" debian 5.0 "lenny", works still fine.

Ok, I saw "Standards-Version: 3.9.1" as a sort of requirement. Will
merge your patch then, thanks.

-- 
                                                                Gilles.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-03 22:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-03 13:25 [Xenomai-core] [PATCH] debian: update debian/control for debian 6.0 "squeeze" Stefan Kisdaroczi
2011-01-03 20:22 ` Gilles Chanteperdrix
2011-01-03 22:32   ` Stefan Kisdaroczi
2011-01-03 22:36     ` Gilles Chanteperdrix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.