uffi/debian changelog,1.78,1.79 control,1.22,1.23
"Kevin M. Rosenberg" <[email protected]> Mon, 5 May 2003 08:54:42 -0600
| Newsgroups | gmane.lisp.uffi.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pubcvs/uffi/debian In directory boa.b9.com:/tmp/cvs-serv3258/debian Modified Files: changelog control Log Message: Auto commit for Debian build Index: changelog =================================================================== RCS file: /pubcvs/uffi/debian/changelog,v retrieving revision 1.78 retrieving revision 1.79 diff -C2 -d -r1.78 -r1.79 *** changelog 2 May 2003 02:53:28 -0000 1.78 --- changelog 5 May 2003 14:54:40 -0000 1.79 *************** *** 1,2 **** --- 1,9 ---- + cl-uffi (1.2.14-1) unstable; urgency=low + + * New upstream + * Add to debhelper to depends (closes:192001) + + -- Kevin M. Rosenberg <[email protected]> Mon, 5 May 2003 08:53:30 -0600 + cl-uffi (1.2.13-1) unstable; urgency=low Index: control =================================================================== RCS file: /pubcvs/uffi/debian/control,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** control 29 Apr 2003 12:09:36 -0000 1.22 --- control 5 May 2003 14:54:40 -0000 1.23 *************** *** 4,8 **** Maintainer: Kevin M. Rosenberg <[email protected]> Build-Depends-Indep: debhelper (>= 4.0.0) ! Build-Depends: zlib1g-dev Standards-Version: 3.5.9.0 --- 4,8 ---- Maintainer: Kevin M. Rosenberg <[email protected]> Build-Depends-Indep: debhelper (>= 4.0.0) ! Build-Depends: zlib1g-dev,debhelper (>= 4.0.0) Standards-Version: 3.5.9.0 *************** *** 22,24 **** Description: Regression tests for UFFI Common Lisp Library This is a test of regression tests for UFFI. Besides providing ! testing for UFI, they serve as an example of UFFI usage. --- 22,24 ---- Description: Regression tests for UFFI Common Lisp Library This is a test of regression tests for UFFI. Besides providing ! testing for UFFI, the tests serve as an example of UFFI usage.