Delete debian/README.Debian

This commit is contained in:
Kimpe Andy 2024-02-02 01:41:04 +01:00 committed by GitHub
parent 2d4f5b1157
commit fa23355331
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 15 deletions

15
debian/README.Debian vendored
View File

@ -1,15 +0,0 @@
DeSmuME from CVS
----------------
If you downloaded DeSmuME from the CVS, you may build the package by:
1) Making sure you are in DeSmuME toplevel directory (the one that contains
the configure.ac files).
2) Generating the autotools files: ./autogen.sh
3) Generating the build files: ./configure
4) Building the package: debuild -B
If you get an error about a version mismatch:
1) Find out the current version reading the first lines of configure.ac .
2) Update the first line of debian/changelog .
3) Redo the procedure above.
-- Pascal Giard <evilynux@gmail.com> Fri, 29 Jun 2007 05:20:22 -0400