From 2651cdce2eca0e9d15078ea9df598e84fb7ecd9c Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 27 Nov 2012 18:56:54 +0100 Subject: [PATCH] Remove last SVN cruft --- CMakeLists.txt | 2 +- Doxyfile.in | 2 +- debian/control | 4 ++-- libnfc/nfc.c | 2 +- make_release.sh | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd7904d..400dcaf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,5 +138,5 @@ ELSE(WIN32) ENDIF(WIN32) SET(CPACK_SOURCE_PACKAGE_FILE_NAME "libnfc-${VERSION}") -SET(CPACK_SOURCE_IGNORE_FILES "~$" "/\\\\.svn/" "bin/") +SET(CPACK_SOURCE_IGNORE_FILES "~$" "/\\\\.git/" "bin/") INCLUDE(CPack) diff --git a/Doxyfile.in b/Doxyfile.in index 8a055e9..75eba0f 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -629,7 +629,7 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = */.svn/* +EXCLUDE_PATTERNS = .git/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the diff --git a/debian/control b/debian/control index 45c76da..8cc8cf4 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Thomas Hood Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, libtool, pkg-config, libusb-dev Standards-Version: 3.9.2 Homepage: http://www.libnfc.org/ -Vcs-Svn: http://libnfc.googlecode.com/svn/trunk -Vcs-Browser: http://code.google.com/p/libnfc/source/browse/#svn/trunk +Vcs-Git: https://code.googlecode.com/p/libnfc/ +Vcs-Browser: http://code.google.com/p/libnfc/source/browse/ Package: libnfc3 Architecture: any diff --git a/libnfc/nfc.c b/libnfc/nfc.c index 9825b84..aae7597 100644 --- a/libnfc/nfc.c +++ b/libnfc/nfc.c @@ -1097,7 +1097,7 @@ nfc_version(void) return GIT_REVISION; #else return PACKAGE_VERSION; -#endif // SVN_REVISION +#endif // GIT_REVISION } /** @ingroup misc diff --git a/make_release.sh b/make_release.sh index df094d1..bbcbb51 100755 --- a/make_release.sh +++ b/make_release.sh @@ -13,7 +13,7 @@ echo ">>> Cleaning sources..." # First, clean what we can rm -f configure config.h config.h.in autoreconf -is && ./configure && make distclean -svn propget svn:ignore . | xargs rm -rf +git clean -dfX echo "<<< Sources cleaned." if [ ! -f $LIBNFC_AUTOTOOLS_ARCHIVE ]; then