packing

Asked by Paolo Stivanin

hi DEV!
i want to ask you a question:

How do you have package this?

I cannot understand...this is only a script, how did you have package it?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu youtube-dl Edit question
Assignee:
No assignee Edit question
Solved by:
Ville Aine
Solved:
Last query:
Last reply:
Revision history for this message
Vihar (vmankov) said :
#1

Mais Paolo...
What IS your question indeed?

Revision history for this message
Paolo Stivanin (polslinux) said :
#2

Sorry, i'm trying to packing for Ubuntu...i have understand all but i've seen a particular thing:

youtube-dl is only a script...how do you have "deb" it?

i use dh_make + debuild (or dpkg) for create package...

Revision history for this message
Sam_ (and-sam) said :
#3
Revision history for this message
Best Ville Aine (ville-aine) said :
#4

As youtube-dl is available in Ubuntu, you can investigate the innards of the packaging
process by downloading the source package for youtube-dl, and looking around in the
debian/ directory:

  $ apt-get source youtube-dl
  $ cd youtube-dl-*
  $ less debian/*

While perusing the package build, you probably want to keep these resources at hand:

  * Ubuntu PackagingGuide
  https://wiki.ubuntu.com/PackagingGuide/Complete

  * Debian Policy Manual
   http://www.debian.org/doc/debian-policy/

  * Debhelper manual pages
  $ sudo apt-get install debhelper
  $ man debhelper

Revision history for this message
Paolo Stivanin (polslinux) said :
#5

Thanks Ville Aine, that solved my question.

Revision history for this message
Paolo Stivanin (polslinux) said :
#6

thanks to all man :D