summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-22 02:14:27 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-22 02:14:27 (EDT)
commit102edb6ef9bb1de6174214219fc775b2e56d1614 (patch)
tree85cbd4e809fbe158c4a9d1f6ef35bbc4b39a6aee
parent4b280f23b03562c69cf864bd70aa5f65700a2ed1 (diff)
Rename packages to match SONAME.
Debian apparently changes the SONAME.
-rw-r--r--libpcre-dev.pkg/control2
-rw-r--r--libpcre-doc.pkg/control2
-rw-r--r--libpcre.1-dbg.pkg/control (renamed from libpcre.3-dbg.pkg/control)2
-rw-r--r--libpcre.1-dbg.pkg/files (renamed from libpcre.3-dbg.pkg/files)0
-rw-r--r--libpcre.1.pkg/control (renamed from libpcre.3.pkg/control)0
-rw-r--r--libpcre.1.pkg/docs (renamed from libpcre.3.pkg/docs)0
-rw-r--r--libpcre.1.pkg/files (renamed from libpcre.3.pkg/files)0
-rw-r--r--libpcrecpp.0.pkg/control2
-rw-r--r--pcregrep.pkg/control2
-rw-r--r--pcretest.pkg/control2
10 files changed, 6 insertions, 6 deletions
diff --git a/libpcre-dev.pkg/control b/libpcre-dev.pkg/control
index f88388f..b28f2eb 100644
--- a/libpcre-dev.pkg/control
+++ b/libpcre-dev.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: libpcre.3 (= ${Binary-Version})
+Depends: libpcre.1 (= ${Binary-Version})
Description: Perl Compatible Regular Expressions - development files
${Common-Description}
.
diff --git a/libpcre-doc.pkg/control b/libpcre-doc.pkg/control
index a5d97b8..2dc9002 100644
--- a/libpcre-doc.pkg/control
+++ b/libpcre-doc.pkg/control
@@ -1,6 +1,6 @@
Architecture: all
Platform: all
-Depends: libpcre.3 (>= ${Source-Version})
+Depends: libpcre.1 (>= ${Source-Version})
Description: Perl Compatible Regular Expressions - documentation
${Common-Description}
.
diff --git a/libpcre.3-dbg.pkg/control b/libpcre.1-dbg.pkg/control
index 5d5bc03..6f60f40 100644
--- a/libpcre.3-dbg.pkg/control
+++ b/libpcre.1-dbg.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: libpcre.3 (= ${Binary-Version})
+Depends: libpcre.1 (= ${Binary-Version})
Description: Perl Compatible Regular Expressions - debugging symbols
${Common-Description}
.
diff --git a/libpcre.3-dbg.pkg/files b/libpcre.1-dbg.pkg/files
index b69d578..b69d578 100644
--- a/libpcre.3-dbg.pkg/files
+++ b/libpcre.1-dbg.pkg/files
diff --git a/libpcre.3.pkg/control b/libpcre.1.pkg/control
index 5ee8452..5ee8452 100644
--- a/libpcre.3.pkg/control
+++ b/libpcre.1.pkg/control
diff --git a/libpcre.3.pkg/docs b/libpcre.1.pkg/docs
index e69de29..e69de29 100644
--- a/libpcre.3.pkg/docs
+++ b/libpcre.1.pkg/docs
diff --git a/libpcre.3.pkg/files b/libpcre.1.pkg/files
index 2443f1d..2443f1d 100644
--- a/libpcre.3.pkg/files
+++ b/libpcre.1.pkg/files
diff --git a/libpcrecpp.0.pkg/control b/libpcrecpp.0.pkg/control
index 8b0945e..d08fe9f 100644
--- a/libpcrecpp.0.pkg/control
+++ b/libpcrecpp.0.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: libpcre.3 (= ${Binary-Version})
+Depends: libpcre.1 (= ${Binary-Version})
Description: Perl Compatible Regular Expressions - C++ library
${Common-Description}
.
diff --git a/pcregrep.pkg/control b/pcregrep.pkg/control
index d1b506b..8114dee 100644
--- a/pcregrep.pkg/control
+++ b/pcregrep.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: libpcre.3 (= ${Binary-Version})
+Depends: libpcre.1 (= ${Binary-Version})
Description: Perl Compatible Regular Expressions - pcregrep utility
${Common-Description}
.
diff --git a/pcretest.pkg/control b/pcretest.pkg/control
index bc21b77..42d7c29 100644
--- a/pcretest.pkg/control
+++ b/pcretest.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: libpcre.3 (= ${Binary-Version})
+Depends: libpcre.1 (= ${Binary-Version})
Description: Perl Compatible Regular Expressions - pcretest utility
${Common-Description}
.