* [Xenomai-core] New Debian source package format 3.0
@ 2010-05-15 18:11 Roland Stigge
2010-05-16 15:58 ` Gilles Chanteperdrix
0 siblings, 1 reply; 3+ messages in thread
From: Roland Stigge @ 2010-05-15 18:11 UTC (permalink / raw)
To: Xenomai core
Hi,
for some time now, Debian has the new source package version 3.0 [1] to
which I'm currently migrating the Xenomai package.
This has the following consequences:
* I don't need to repackage the upstream tarball anymore, since with the
new format, dpkg supports bzip2 besides gz, among others
* There are actually 2 different 3.0 package formats: "native" and
"quilt". While the former is appropriate for maintaining "Upstream" and
Debian together in one single place, the latter is appropriate for
Debian packages that have an upstream development location outside Debian.
* To migrate appropriately, you can do the following changes in the
xenomai.org repository:
$ mkdir debian/source
$ echo '3.0 (native)' > debian/source/format
$ dch 'Switch to dpkg-source 3.0 (native) format'
while I will do accordingly at Debian with "native" replaced by
"quilt". (Maintaining it as "native" in both locations would only be
reasonable if Debian would have official Xenomai release privileges
which is neither the case nor necessary. - E.g. maintenance of "old"
Xenomai versions in Debian stable while xenomai already has newer
versions available.)
* You can remove the "-x" Debian revision from the native Debian package
and the watch file at xenomai.org.
* Debian now ships a ".debian.tar.gz" file instead of ".diff.gz" for the
"quilt" version.
* Take care of "native" instead of "quilt" when synchronizing with the
"downstream" Debian package
Thanks for considering.
bye,
Roland
[1] http://wiki.debian.org/Projects/DebSrc3.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Xenomai-core] New Debian source package format 3.0
2010-05-15 18:11 [Xenomai-core] New Debian source package format 3.0 Roland Stigge
@ 2010-05-16 15:58 ` Gilles Chanteperdrix
2010-05-16 19:59 ` Stefan Kisdaroczi
0 siblings, 1 reply; 3+ messages in thread
From: Gilles Chanteperdrix @ 2010-05-16 15:58 UTC (permalink / raw)
To: Roland Stigge, Stefan Kisdaroczi; +Cc: Xenomai core
Roland Stigge wrote:
> Hi,
>
> * To migrate appropriately, you can do the following changes in the
> xenomai.org repository:
>
> $ mkdir debian/source
> $ echo '3.0 (native)' > debian/source/format
> $ dch 'Switch to dpkg-source 3.0 (native) format'
It is OK with me, but I probably do not have the proper tools installed.
Could someone do it and send me the patches? Stefan maybe?
TIA.
--
Gilles.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Xenomai-core] New Debian source package format 3.0
2010-05-16 15:58 ` Gilles Chanteperdrix
@ 2010-05-16 19:59 ` Stefan Kisdaroczi
0 siblings, 0 replies; 3+ messages in thread
From: Stefan Kisdaroczi @ 2010-05-16 19:59 UTC (permalink / raw)
To: Gilles Chanteperdrix; +Cc: Xenomai core
[-- Attachment #1: Type: text/plain, Size: 467 bytes --]
Gilles Chanteperdrix schrieb:
> Roland Stigge wrote:
>> Hi,
>>
>> * To migrate appropriately, you can do the following changes in the
>> xenomai.org repository:
>>
>> $ mkdir debian/source
>> $ echo '3.0 (native)' > debian/source/format
>> $ dch 'Switch to dpkg-source 3.0 (native) format'
>
> It is OK with me, but I probably do not have the proper tools installed.
> Could someone do it and send me the patches? Stefan maybe?
>
> TIA.
>
patch attached, stefan
[-- Attachment #2: 0001-debian-switch-to-dpkg-source-3.0-native-format.patch --]
[-- Type: text/x-diff, Size: 1255 bytes --]
>From fa86da573916f59869e6f2e552525d9f9c4135de Mon Sep 17 00:00:00 2001
From: Stefan Kisdaroczi <kisda@domain.hid>
Date: Sun, 16 May 2010 21:48:34 +0200
Subject: [PATCH] debian: switch to dpkg-source 3.0 (native) format
---
debian/changelog | 6 ++++++
debian/source/format | 1 +
debian/watch | 2 --
3 files changed, 7 insertions(+), 2 deletions(-)
create mode 100644 debian/source/format
delete mode 100644 debian/watch
diff --git a/debian/changelog b/debian/changelog
index 9f001a9..c69851e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xenomai (2.5.3) unstable; urgency=low
+
+ * Switch to dpkg-source 3.0 (native) format
+
+ -- Stefan Kisdaroczi <kisda@domain.hid> Sun, 16 May 2010 21:46:58 +0200
+
xenomai (2.5.2-2) unstable; urgency=low
* Added patch from Stefan Kisdaroczi <kisda@domain.hid>:
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)
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index caf6853..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://download.gna.org/xenomai/stable/xenomai-(.*)\.tar\.bz2
--
1.5.6.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-05-16 19:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-15 18:11 [Xenomai-core] New Debian source package format 3.0 Roland Stigge
2010-05-16 15:58 ` Gilles Chanteperdrix
2010-05-16 19:59 ` Stefan Kisdaroczi
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.