[Nice-commit] Nice/distrib .cvsignore,1.1,1.2
Brought to you by:
bonniot
From: <bo...@us...> - 2003-05-06 13:27:46
|
Update of /cvsroot/nice/Nice/distrib In directory sc8-pr-cvs1:/tmp/cvs-serv31949/distrib Modified Files: .cvsignore Log Message: Build non-native debian packages. The CVS repository is now tagged with version_x_y_z for version x.y.z. A self-contained .tar.gz source archive is now produced, which allows a clean bootstrap, without depending on an already installed version of Nice. That archive constitutes the official release of Nice. For instance, the debian source package can now be defined as a diff with that archive. Index: .cvsignore =================================================================== RCS file: /cvsroot/nice/Nice/distrib/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .cvsignore 16 Jul 2002 16:09:49 -0000 1.1 --- .cvsignore 6 May 2003 13:27:41 -0000 1.2 *************** *** 1,4 **** --- 1,14 ---- Nice-*-windows.zip Nice-*.tar + *.tar.gz + + # Debian + *.dsc + *.deb + *.diff.gz + *.changes + + # Temp directories tmp tmp-deb + nice-* |