RE: Need help packaging

2007-03-15 Thread Jean-Sebastien Pilon
I don't want the package uploaded. It is for a Tivoli deployment. 

I converted the RPMs to DEBs, but I want to add custom configs,etc...

I know this mailing-list is oriented towards debian development, but I
though people here are informed regarding this question.

Thanks for your answer.

 Binary packages are not considered to be particularly useful unless
 they're derived from a source package.  You won't be able to get a
 binary only package uploaded.
 
 But, if that's what you want, then you can use dpkg -b.
 
 Justin
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]
 
 
NOTICE: This email contains privileged and confidential information and is 
intended only for the individual to whom it is addressed. If you are not the 
named addressee, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately by e-mail if you have received this 
transmission by mistake and delete this communication from your system. E-mail 
transmission cannot be guaranteed to be secured or error-free as information 
could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or 
contain viruses. 

AVIS: Le présent courriel contient des renseignements de nature privilégiée et 
confidentielle et n’est destiné qu'à la personne à qui il est adressé. Si vous 
n’êtes pas le destinataire prévu, vous êtes par les présentes avisés que toute 
diffusion, distribution ou reproduction de cette communication est strictement 
interdite.  Si vous avez reçu ce courriel par erreur, veuillez en aviser 
immédiatement l’expéditeur et le supprimer de votre système. Notez que la 
transmission de courriel ne peut en aucun cas être considéré comme inviolable 
ou exempt d’erreur puisque les informations qu’il contient pourraient être 
interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes 
ou contenir un virus.  



Need help packaging

2007-03-13 Thread Jean-Sebastien Pilon
Hello, 

Can someone spend a few minutes explain how to create a debian package
from binary files ?

I have read the documentation on debian.org and many howto on the web,
it is too advanced for what I am trying to achieve, and a little help
would be appreciated.

I had an rpm, converted to .deb using alien.

Extracted files off the package using dpkg --contents, since I want to
add some more files to the package. ( actually merge things together and
add default configuration that suits us )

I extracted the control files as well... And I have this

control  md5sums  postinst  postrm  prerm  shlibs

From here I am not sure what I should do... Should I put everything
together, add my files and then do a dpkg --build off the root of the
packaging directory ? 


Any help would be appreciated.

TIA
NOTICE: This email contains privileged and confidential information and is 
intended only for the individual to whom it is addressed. If you are not the 
named addressee, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately by e-mail if you have received this 
transmission by mistake and delete this communication from your system. E-mail 
transmission cannot be guaranteed to be secured or error-free as information 
could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or 
contain viruses. 

AVIS: Le présent courriel contient des renseignements de nature privilégiée et 
confidentielle et n’est destiné qu'à la personne à qui il est adressé. Si vous 
n’êtes pas le destinataire prévu, vous êtes par les présentes avisés que toute 
diffusion, distribution ou reproduction de cette communication est strictement 
interdite.  Si vous avez reçu ce courriel par erreur, veuillez en aviser 
immédiatement l’expéditeur et le supprimer de votre système. Notez que la 
transmission de courriel ne peut en aucun cas être considéré comme inviolable 
ou exempt d’erreur puisque les informations qu’il contient pourraient être 
interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes 
ou contenir un virus.  



Re: Need help packaging

2007-03-13 Thread Justin Pryzby
On Tue, Mar 13, 2007 at 05:38:41PM -0400, Jean-Sebastien Pilon wrote:
 Hello, 
 
 Can someone spend a few minutes explain how to create a debian package
 from binary files ?
 
 I have read the documentation on debian.org and many howto on the web,
 it is too advanced for what I am trying to achieve, and a little help
 would be appreciated.
 
 I had an rpm, converted to .deb using alien.
 
 Extracted files off the package using dpkg --contents, since I want to
 add some more files to the package. ( actually merge things together and
 add default configuration that suits us )
 
 I extracted the control files as well... And I have this
 
 control  md5sums  postinst  postrm  prerm  shlibs
 
 From here I am not sure what I should do... Should I put everything
 together, add my files and then do a dpkg --build off the root of the
 packaging directory ? 
Binary packages are not considered to be particularly useful unless
they're derived from a source package.  You won't be able to get a
binary only package uploaded.

But, if that's what you want, then you can use dpkg -b.

Justin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: RFS: Need help packaging MMS (My Media System) and get it into Debian

2007-01-18 Thread Roman Müllenschläder
Am Mittwoch, 17. Januar 2007 00:35 schrieben Sie:
 Luis Rodrigo Gallardo Cruz wrote:
  On Thu, Jan 11, 2007 at 09:27:27AM +0100, Roman Müllenschläder wrote:
  For over 3 years now I help out on a multimedia-project named MMS
  ... we realy would like to see it as part of debian, as we think it's
  stable, tested and well documented.
 
  I started packaging (with the help of the web and some maintainers of
  VDR) but am new to packaging at all ;)
 
  I am not a DD, but I can help you get your package in a good enough
  shape for you to request a sponsor.
 
  Please send the URL to your source package's .dsc file so I can have a
  look at it.

 I'm interested in this as well (just curious - does it support IVTV as an
 input device?), but I'm not currently in a position to spend a lot of time
 to help with the packaging.  I am a DD, so would be able to sponsor
 uploads.


It should be possible to use tvtime as frontend ...

Lg
Roman

P.S. Can we keep this on the list? Would make it easier to keep track :)



Re: RFS: Need help packaging MMS (My Media System) and get it into Debian

2007-01-16 Thread Luis Rodrigo Gallardo Cruz
On Thu, Jan 11, 2007 at 09:27:27AM +0100, Roman Müllenschläder wrote:
 For over 3 years now I help out on a multimedia-project named MMS 
 ... we realy would like to see it as part of debian, as we think it's stable, 
 tested and well documented.
 
 I started packaging (with the help of the web and some maintainers of VDR) 
 but 
 am new to packaging at all ;)

I am not a DD, but I can help you get your package in a good enough
shape for you to request a sponsor.

Please send the URL to your source package's .dsc file so I can have a
look at it.

-- 
Rodrigo Gallardo
GPG-Fingerprint: 7C81 E60C 442E 8FBC D975  2F49 0199 8318 ADC9 BC28
Zenophobia: the irrational fear of convergent sequences.


signature.asc
Description: Digital signature


Re: RFS: Need help packaging MMS (My Media System) and get it into Debian

2007-01-16 Thread Yaroslav Halchenko

On Tue, 16 Jan 2007, Luis Rodrigo Gallardo Cruz wrote:
  I started packaging (with the help of the web and some maintainers of VDR) 
  but 
  am new to packaging at all ;)

 ...

 Please send the URL to your source package's .dsc file so I can have a
 look at it.
seems to be online 
http://www.prodeia.de/mms/mms_1.0.8.1+patch60-1.dsc
(or may be just already online ;-))

It looks like a cool project! Congrats!
If you have difficulty finding a sponsor - drop me a not - I will have a
closer look at packaging and at the software as a whole

Thanks!
-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: RFS: Need help packaging MMS (My Media System) and get it into Debian

2007-01-16 Thread Yaroslav Halchenko
few notes on what I spot 

since first thing of all was to check copyright  file -- there seems to
be a copyright holder missing for the software itself.

there is no sense to keep config.log in .diff -- employ proper clean
procedure in debian/rules (may be the other .log files as well can
be cleaned...?)

there are sources for other libraries included (eg tinyxml, etc) --
those better appear as independent packages (file ITP bugs for them
first), if they are not already (like there are unofficial packages for
libavcodec). if they are old and abandoned (thus will not be used
elsewhere) -- include copyright/licensing information into
copyright file for mms. if they are packaged (eg commoncpp2, libavcodec)
--  better use provided by Debian libraries instead of rebuilding and
relying on upstream ones, unless they were tuned in some way, or there
are compatibility issues -- I just worry about possible overlap with
names of the shared libraries you might get at the end. So there are
lots of work to make it clean in this sense...

I hope this blurb is of some value

Good luck guys and keep on good work!
-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: RFS: Need help packaging MMS (My Media System) and get it into Debian

2007-01-15 Thread Roman Müllenschläder
Am Donnerstag, 11. Januar 2007 09:27 schrieb Roman Müllenschläder:
 Hi there!

 For over 3 years now I help out on a multimedia-project named MMS - 'My
 Media System' - fka: 'Mpeg Menu System V2'
 (see: mms.sunsite.dk).

 It's a multimedia system running with several input and output devices
 (SDL, Dxr3, FF-DVB), providing Audio, Pictures, Movie, Games, TV, EPG ...

 For now it only was available if one compiles it ...

 So we realy would like to see it as part of debian, as we think it's
 stable, tested and well documented.

 I started packaging (with the help of the web and some maintainers of VDR)
 but am new to packaging at all ;)

 So here's my wish:

 Is someone here willing to help packaging (maintaining the deb?) and show
 me a way on how to get it into Debian?

 My main focus right now is to get MMS packaged ... there are some questions
 coming up regarding this.
 I think for debian the package (apart from as it is now) should be split up
 into a 'mms-common' and various output-related 'mms-output'-packages.

 Getting it into Debian would help a lot easy down the usage cause of easy
 installation!

 Anyone here willing to help?

 A testing deb for edgy (cause of an article in a computer-magazin which
 should come up) and the corresponding sources (both created with pbuilder,
 tested with lintian and test-compiled in sid) could be downloaded from
 www.prodeia.de/mms

 We even just corrected some things in the upstream to reflect filesystem
 standards (like putting config-files changed at runtime into /var/lib/mms,
 putting recreateable files into /var/cache/mms, etc. ...)

 The Wiki and forum could be reached from
 mms.kicks-ass.org

 Thx and Lg
 Roman

No one willing to help?

Lg
Roman



RFS: Need help packaging MMS (My Media System) and get it into Debian

2007-01-11 Thread Roman Müllenschläder
Hi there!

For over 3 years now I help out on a multimedia-project named MMS - 'My Media 
System' - fka: 'Mpeg Menu System V2' 
(see: mms.sunsite.dk).

It's a multimedia system running with several input and output devices (SDL, 
Dxr3, FF-DVB), providing Audio, Pictures, Movie, Games, TV, EPG ...

For now it only was available if one compiles it ...

So we realy would like to see it as part of debian, as we think it's stable, 
tested and well documented.

I started packaging (with the help of the web and some maintainers of VDR) but 
am new to packaging at all ;)

So here's my wish:

Is someone here willing to help packaging (maintaining the deb?) and show me a 
way on how to get it into Debian?

My main focus right now is to get MMS packaged ... there are some questions 
coming up regarding this.
I think for debian the package (apart from as it is now) should be split up 
into a 'mms-common' and various output-related 'mms-output'-packages.

Getting it into Debian would help a lot easy down the usage cause of easy 
installation!

Anyone here willing to help?

A testing deb for edgy (cause of an article in a computer-magazin which should 
come up) and the corresponding sources (both created with pbuilder, tested 
with lintian and test-compiled in sid) could be downloaded from
www.prodeia.de/mms

We even just corrected some things in the upstream to reflect filesystem 
standards (like putting config-files changed at runtime into /var/lib/mms, 
putting recreateable files into /var/cache/mms, etc. ...)

The Wiki and forum could be reached from
mms.kicks-ass.org

Thx and Lg
Roman
-- 

Prodeia
* Projektdienstleistung, Beratung, Organisation


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]