[vlc-commits] commit: INSTALL: the debian packagers uses git not svn. ( Rémi Duraffort )

git at videolan.org git at videolan.org
Wed Jul 28 21:34:25 CEST 2010


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Jul 28 20:53:19 2010 +0200| [16af75f1bbc0f0e240d969ef0616de5725a88ddc] | committer: Rémi Duraffort 

INSTALL: the debian packagers uses git not svn.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=16af75f1bbc0f0e240d969ef0616de5725a88ddc
---

 INSTALL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index e587f4f..7f3a216 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:



More information about the vlc-commits mailing list