]> git.sesse.net Git - vlc/commitdiff
. petit oubli b�te dans le `make snapshot`
authorSam Hocevar <sam@videolan.org>
Thu, 15 Jun 2000 18:50:13 +0000 (18:50 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 15 Jun 2000 18:50:13 +0000 (18:50 +0000)
Makefile.in
configure.in
debian/changelog

index 014e24add2f8640c82fddeaab6d183b267d9e031..8ba410c003b71cf4e0fa87e62978cbc939c85812 100644 (file)
@@ -306,7 +306,7 @@ show:
 snapshot:
        rm -rf /tmp/${SNAPSHOTDIR}
        mkdir /tmp/${SNAPSHOTDIR}
-       cp -a * /tmp/${SNAPSHOTDIR}
+       cp -r * /tmp/${SNAPSHOTDIR}
                (cd /tmp/${SNAPSHOTDIR} ; \
                make distclean ; \
                find . -type d -name CVS | xargs rm -rf ; \
index 2e8496127a819cd2591f850510b0b5331f5afd0e..dd507a2b307280f2e3f9506c1a5355fe8b9b6398 100644 (file)
@@ -4,7 +4,7 @@ AC_CONFIG_HEADER(include/defs.h)
 
 AC_CANONICAL_HOST
 
-VLC_VERSION=0.1.99
+VLC_VERSION=0.1.99a
 AC_SUBST(VLC_VERSION)
 VLC_CODENAME=Onatopp
 AC_SUBST(VLC_CODENAME)
index dda2ab7a76c48390c52f01f294629be19ac8d019..d87c896c3f13ac73f6de7a7cba1f31b883f32fe3 100644 (file)
@@ -1,3 +1,9 @@
+vlc (0.1.99a) unstable; urgency=low
+
+  * Fixed some compile flag errors
+
+ -- Samuel Hocevar <sam@via.ecp.fr>  Thu, 15 Jun 2000 20:48:54 +0200
+
 vlc (0.1.99-1) unstable; urgency=low
 
   * Initial Release.