diff options
Diffstat (limited to 'dummy')
-rw-r--r-- | dummy/README | 2 | ||||
-rw-r--r-- | dummy/java-compiler-dummy.control | 12 | ||||
-rw-r--r-- | dummy/java-virtual-machine-dummy.control | 13 | ||||
-rw-r--r-- | dummy/java1-runtime-dummy.control | 13 | ||||
-rw-r--r-- | dummy/java2-compiler-dummy.control | 12 | ||||
-rw-r--r-- | dummy/java2-runtime-dummy.control | 13 |
6 files changed, 0 insertions, 65 deletions
diff --git a/dummy/README b/dummy/README deleted file mode 100644 index 9f760eb..0000000 --- a/dummy/README +++ /dev/null @@ -1,2 +0,0 @@ -Those control files can be used to create dummy packages of needed components. -Install "equivs" package and use "equivs-build" build needed dummy packages. diff --git a/dummy/java-compiler-dummy.control b/dummy/java-compiler-dummy.control deleted file mode 100644 index 8dc8e62..0000000 --- a/dummy/java-compiler-dummy.control +++ /dev/null @@ -1,12 +0,0 @@ -Package: java-compiler-dummy -Architecture: all -Section: misc -Priority: optional -Depends: java-common, java1-runtime | java2-runtime -Provides: java-compiler -Description: Dummy package providing java-compiler - This package does NOT provide java compiler binary, it is here only to fulfill - dependencies of other packages. - . - You probably will want to use this package if you have installed the compiler - "by hand" or from package that does not provide java-compiler dependency. diff --git a/dummy/java-virtual-machine-dummy.control b/dummy/java-virtual-machine-dummy.control deleted file mode 100644 index 8e8938e..0000000 --- a/dummy/java-virtual-machine-dummy.control +++ /dev/null @@ -1,13 +0,0 @@ -Package: java-virtual-machine-dummy -Architecture: all -Section: misc -Priority: optional -Depends: java-common, java1-runtime | java2-runtime -Provides: java-virtual-machine -Description: Dummy package providing java-virtual-machine - This package does NOT provide java virtual machine binary, it is here only - to fulfill dependencies of other packages. - . - You probably will want to use this package if you have installed JVM - "by hand" or from package that does not provide java-virtual-machine - dependency. diff --git a/dummy/java1-runtime-dummy.control b/dummy/java1-runtime-dummy.control deleted file mode 100644 index 73fa334..0000000 --- a/dummy/java1-runtime-dummy.control +++ /dev/null @@ -1,13 +0,0 @@ -Package: java1-runtime-dummy -Architecture: all -Section: misc -Priority: optional -Depends: java-common -Provides: java1-runtime -Description: Dummy package providing java1-runtime - This package does NOT provide java1 runtime environment, it is here only to - fulfill dependencies of other packages. - . - You probably will want to use this package if you have installed the - environment "by hand" or from package that does not provide java1-runtime - dependency. diff --git a/dummy/java2-compiler-dummy.control b/dummy/java2-compiler-dummy.control deleted file mode 100644 index c7509b8..0000000 --- a/dummy/java2-compiler-dummy.control +++ /dev/null @@ -1,12 +0,0 @@ -Package: java2-compiler-dummy -Architecture: all -Section: misc -Priority: optional -Depends: java-common, java2-runtime -Provides: java2-compiler -Description: Dummy package providing java2-compiler - This package does NOT provide java2 compiler binary, it is here only to - fulfill dependencies of other packages. - . - You probably will want to use this package if you have installed the compiler - "by hand" or from package that does not provide java2-compiler dependency. diff --git a/dummy/java2-runtime-dummy.control b/dummy/java2-runtime-dummy.control deleted file mode 100644 index 3d5cdff..0000000 --- a/dummy/java2-runtime-dummy.control +++ /dev/null @@ -1,13 +0,0 @@ -Package: java2-runtime-dummy -Architecture: all -Section: misc -Priority: optional -Depends: java-common -Provides: java2-runtime -Description: Dummy package providing java2-runtime - This package does NOT provide java2 runtime environment, it is here only to - fulfill dependencies of other packages. - . - You probably will want to use this package if you have installed the - environment "by hand" or from package that does not provide java2-runtime - dependency. |