Rename library package to libgpac4
authorBalint Reczey <balint@balintreczey.hu>
Tue, 7 Jul 2015 23:27:32 +0000 (16:27 -0700)
committerBalint Reczey <balint@balintreczey.hu>
Wed, 8 Jul 2015 00:10:08 +0000 (17:10 -0700)
Closes: #791490
debian/control
debian/libgpac3.install [deleted file]
debian/libgpac4.install [new file with mode: 0644]
debian/rules

index 9e7d958802e2250920c66b4172f4a632d091ddff..e7c162ce26dc7e10a3311242a26e550524475418 100644 (file)
@@ -42,7 +42,7 @@ Package: gpac
 Architecture: any
 Depends:
  gpac-modules-base (= ${binary:Version}),
- libgpac3 (= ${binary:Version}),
+ libgpac4 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Description: GPAC Project on Advanced Content - utilities
@@ -80,7 +80,7 @@ Breaks:
 Replaces:
  gpac (<= 0.4.5+svn3462~dfsg0-1~)
 Depends:
- libgpac3 (= ${binary:Version}),
+ libgpac4 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Description: GPAC Project on Advanced Content - modules
@@ -91,7 +91,7 @@ Description: GPAC Project on Advanced Content - modules
  .
  This package contains the GPAC modules.
 
-Package: libgpac3
+Package: libgpac4
 Architecture: any
 Section: libs
 Pre-Depends: ${misc:Pre-Depends}
@@ -112,21 +112,21 @@ Priority: extra
 Section: debug
 Architecture: any
 Depends:
- libgpac3 (= ${binary:Version}),
+ libgpac4 (= ${binary:Version}),
  ${misc:Depends}
-Description: GPAC Project on Advanced Content - debugging symbols for libgpac3
+Description: GPAC Project on Advanced Content - debugging symbols for libgpac4
  GPAC stands for GPAC Project on Advanced Content (a recursive acronym). It is
  an Open Source multimedia framework for research and academic purposes. The
  project covers different aspects of multimedia, with a focus on presentation
  technologies (graphics, animation and interactivity).
  .
- This package provides the debugging symbols for libgpac3.
+ This package provides the debugging symbols for libgpac4.
 
 Package: libgpac-dev
 Architecture: any
 Section: libdevel
 Depends:
- libgpac3 (= ${binary:Version}),
+ libgpac4 (= ${binary:Version}),
  ${misc:Depends}
 Replaces:
  gpac (<= 0.4.2~rc2-0ubuntu1)
diff --git a/debian/libgpac3.install b/debian/libgpac3.install
deleted file mode 100644 (file)
index bc40adc..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/libgpac.so.*
diff --git a/debian/libgpac4.install b/debian/libgpac4.install
new file mode 100644 (file)
index 0000000..bc40adc
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/libgpac.so.*
index 3672cb0349d7a518d8f53574b1c10d5165add7f3..61d2334787fcdd3961c15205d428466d578956db 100755 (executable)
@@ -45,7 +45,7 @@ override_dh_clean:
 override_dh_strip:
        dh_strip -pgpac --dbg-package=gpac-dbg
        dh_strip -pgpac-modules-base --dbg-package=gpac-dbg
-       dh_strip -plibgpac3 --dbg-package=libgpac-dbg
+       dh_strip -plibgpac4 --dbg-package=libgpac-dbg
        dh_strip --remaining-packages
 
 get-orig-source: