Преглед на файлове

libdpkg: Rename dpkg-test.h to test.h

Guillem Jover преди 17 години
родител
ревизия
4a7010fe5e
променени са 8 файла, в които са добавени 8 реда и са изтрити 8 реда
  1. 1 1
      lib/dpkg/dpkg-test.h
  2. 1 1
      lib/dpkg/test/t-macros.c
  3. 1 1
      lib/dpkg/test/t-path.c
  4. 1 1
      lib/dpkg/test/t-pkginfo.c
  5. 1 1
      lib/dpkg/test/t-string.c
  6. 1 1
      lib/dpkg/test/t-test.c
  7. 1 1
      lib/dpkg/test/t-varbuf.c
  8. 1 1
      lib/dpkg/test/t-version.c

+ 1 - 1
lib/dpkg/dpkg-test.h

@@ -1,6 +1,6 @@
 /*
  * libdpkg - Debian packaging suite library routines
- * dpkg-test.h - private test suite support
+ * test.h - test suite support
  *
  * Copyright © 2009 Guillem Jover <guillem@debian.org>
  *

+ 1 - 1
lib/dpkg/test/t-macros.c

@@ -19,7 +19,7 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <dpkg-test.h>
+#include <dpkg/test.h>
 #include <dpkg/macros.h>
 
 static void

+ 1 - 1
lib/dpkg/test/t-path.c

@@ -19,7 +19,7 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <dpkg-test.h>
+#include <dpkg/test.h>
 #include <dpkg-priv.h>
 
 #include <stdlib.h>

+ 1 - 1
lib/dpkg/test/t-pkginfo.c

@@ -19,7 +19,7 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <dpkg-test.h>
+#include <dpkg/test.h>
 #include <dpkg-db.h>
 
 static void

+ 1 - 1
lib/dpkg/test/t-string.c

@@ -19,7 +19,7 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <dpkg-test.h>
+#include <dpkg/test.h>
 #include <dpkg-priv.h>
 
 #include <string.h>

+ 1 - 1
lib/dpkg/test/t-test.c

@@ -19,7 +19,7 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <dpkg-test.h>
+#include <dpkg/test.h>
 
 static void
 test(void)

+ 1 - 1
lib/dpkg/test/t-varbuf.c

@@ -19,7 +19,7 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <dpkg-test.h>
+#include <dpkg/test.h>
 #include <dpkg-db.h>
 
 static void

+ 1 - 1
lib/dpkg/test/t-version.c

@@ -19,7 +19,7 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <dpkg-test.h>
+#include <dpkg/test.h>
 #include <dpkg-db.h>
 
 #define version(epoch, version, revision) \