]> git.sesse.net Git - vlc/blobdiff - INSTALL
INSTALL: the debian packagers uses git not svn.
[vlc] / INSTALL
diff --git a/INSTALL b/INSTALL
index e587f4fbadf4323423eb7352a6ecfe53b455ef0e..7f3a2160d4d6bea158901d4bc840b0228cef3804 100644 (file)
--- 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: