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

git at videolan.org git at videolan.org
Fri Aug 27 23:52:15 CEST 2010


vlc/vlc-1.1 | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Jul 28 20:53:19 2010 +0200| [c89ed6baf3a4ee75ce473bab8729d941e071504f] | committer: Christophe Mutricy 

INSTALL: the debian packagers uses git not svn.
(cherry picked from commit 16af75f1bbc0f0e240d969ef0616de5725a88ddc)

Signed-off-by: Christophe Mutricy <xtophe at videolan.org>

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

 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