From: RĂ©mi Duraffort Date: Wed, 28 Jul 2010 18:53:19 +0000 (+0200) Subject: INSTALL: the debian packagers uses git not svn. X-Git-Tag: 1.2.0-pre1~5635 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=16af75f1bbc0f0e240d969ef0616de5725a88ddc;p=vlc INSTALL: the debian packagers uses git not svn. --- diff --git a/INSTALL b/INSTALL index e587f4fbad..7f3a2160d4 100644 --- a/INSTALL +++ b/INSTALL @@ -53,9 +53,9 @@ Building packages ================= To build a Debian package, you need to get the packaging info - svn co svn://svn.debian.org/pkg-multimedia/videolan/vlc/debian debian + git clone git://git.debian.org/pkg-multimedia/vlc.git debian and then - dpkg-buildpackage -rfakeroot -us -uc + git-buildpackage To build RPM packages, copy a spec file from extra/package/rpm and: