3

For creating debian packages on Xubuntu Where from to install debchange / dch?

AjayKumarBasuthkar
  • 2,885
  • 2
  • 23
  • 27

2 Answers2

14
apt-get install devscripts

It contains lots of useful scripts for Debian Development (including: dch, debuild, uscan, uupdate and many others).

Guy
  • 491
  • 4
  • 13
7

You want the devscripts package.

You can use the search forms at http://packages.debian.org/ or the similar ones at http://packages.ubuntu.com/ to find out this sort of thing. Click here to see some sample results.

the paul
  • 8,972
  • 1
  • 36
  • 53