File: HACKING

package info (click to toggle)
gem2deb 2.2.6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,228 kB
  • sloc: ruby: 5,562; sh: 140; perl: 46; ansic: 33; makefile: 31
file content (12 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Running a development gem2deb version without installing
========================================================

To debug a gem2deb source tree, you might want to run the contained programs
against other packages, but you probably don't want to install a development
version on your system just to be able to that. 

$ . /path/to/gem2deb/tools/shell.bash

This will make the programs in bin/ available in your $PATH, the Ruby code in
lib/ available for Ruby and the debhelper Perl code in debhelper/ available
for debhelper.