Le 02/02/12 18:56, Jerome BENOIT a écrit : > Hello List: > > what is the best Debian way to create a package orig.tar.gz from a CVS ? > > Thanks in advance. > > Best, > Jerome > >
cvs export -d <directory> module ... tar cvf - <directory> | gzip -9 > package_version.orig.tar.gz -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

