Просмотр исходного кода

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

Guillem Jover лет назад: 17
Родитель
Сommit
4a7010fe5e

+ 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) \