[Pkg-cli-libs-commits] [notify-sharp-3.0] 03/09: Rename package from *0.4 to *3.0

Chow Loong Jin hyperair at debian.org
Sun Nov 3 19:18:28 UTC 2013


This is an automated email from the git hooks/post-receive script.

hyperair pushed a commit to branch master
in repository notify-sharp-3.0.

commit 52893ea09f3830d80ac6e83cc8ee9820d6db0a5a
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Mon Nov 4 02:37:10 2013 +0800

    Rename package from *0.4 to *3.0
---
 debian/control                          |   10 ++++------
 debian/libnotify0.4-cil.install         |    1 -
 debian/libnotify0.4-cil.installcligac   |    1 -
 debian/libnotify3.0-cil.install         |    1 +
 debian/libnotify3.0-cil.installcligac   |    1 +
 debian/patches/01_pkg-config-path.patch |    2 +-
 debian/rules                            |    2 +-
 7 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index eef7314..8e6d7fe 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: notify-sharp
+Source: notify-sharp-3.0
 Section: cli-mono
 Priority: optional
 Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
@@ -19,7 +19,7 @@ Vcs-Browser: http://git.debian.org/git/pkg-cli-libs/packages/notify-sharp.git
 Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/notify-sharp.git
 
 
-Package: libnotify0.4-cil
+Package: libnotify3.0-cil
 Architecture: all
 Depends: ${cli:Depends}, ${misc:Depends}
 Recommends: notification-daemon
@@ -33,15 +33,14 @@ Description: CLI library for desktop notifications
 
 Package: libnotify-cil-dev
 Architecture: all
-Depends: libnotify0.4-cil (= ${binary:Version}), ${misc:Depends}
-Replaces: libnotify0.4-cil (<< 0.4.0~r3032-2)
+Depends: libnotify3.0-cil (= ${binary:Version}), ${misc:Depends}
 Description: CLI library for desktop notifications
  A library that sends desktop notifications to a notification daemon, as
  defined in the Desktop Notifications spec. These notifications can be
  used to inform the user about an event or display some form of
  information without getting in the user's way.
  .
- This package contains development files for the notify-sharp library, 
+ This package contains development files for the notify-sharp library,
  and should be used for compilation
 
 Package: monodoc-notify-sharp-manual
@@ -55,4 +54,3 @@ Description: compiled XML documentation for notify-sharp
  .
  This package contains the compiled XML documentation for
  notify-sharp of MonoDoc.
-
diff --git a/debian/libnotify0.4-cil.install b/debian/libnotify0.4-cil.install
deleted file mode 100644
index 31c2c99..0000000
--- a/debian/libnotify0.4-cil.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/mono/gac/notify-sharp/0.4.*/notify-sharp.dll* /usr/lib/cli/notify-sharp-0.4/
diff --git a/debian/libnotify0.4-cil.installcligac b/debian/libnotify0.4-cil.installcligac
deleted file mode 100644
index 1020b8a..0000000
--- a/debian/libnotify0.4-cil.installcligac
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/cli/notify-sharp-0.4/notify-sharp.dll
diff --git a/debian/libnotify3.0-cil.install b/debian/libnotify3.0-cil.install
new file mode 100644
index 0000000..01694dd
--- /dev/null
+++ b/debian/libnotify3.0-cil.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/mono/gac/notify-sharp/3.0.*/notify-sharp.dll* /usr/lib/cli/notify-sharp-3.0/
diff --git a/debian/libnotify3.0-cil.installcligac b/debian/libnotify3.0-cil.installcligac
new file mode 100644
index 0000000..fb1bf19
--- /dev/null
+++ b/debian/libnotify3.0-cil.installcligac
@@ -0,0 +1 @@
+/usr/lib/cli/notify-sharp-3.0/notify-sharp.dll
diff --git a/debian/patches/01_pkg-config-path.patch b/debian/patches/01_pkg-config-path.patch
index 3400198..a19e11a 100644
--- a/debian/patches/01_pkg-config-path.patch
+++ b/debian/patches/01_pkg-config-path.patch
@@ -8,7 +8,7 @@ Forwarded: not-needed
  exec_prefix=${prefix}
  libdir=${exec_prefix}/lib
 -pkglibdir=${libdir}/mono/notify-sharp
-+pkglibdir=${libdir}/cli/notify-sharp-0.4
++pkglibdir=${libdir}/cli/notify-sharp-3.0
  
  Name: notify-sharp
  Description: C# client library for notification-daemon
diff --git a/debian/rules b/debian/rules
index 0dfcd99..7fe94b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ override_dh_auto_configure:
 		GMCS=/usr/bin/mono-csc
 
 override_dh_makeclilibs:
-	dh_makeclilibs -m0.4.0~r2998
+	dh_makeclilibs -m3.0.0
 
 %:
 	dh $@ --with cli,autoreconf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/notify-sharp-3.0.git



More information about the Pkg-cli-libs-commits mailing list