[Pkg-xfce-commits] [Git][xfce-team/apps/orage][debian/master] 5 commits: add a new orage-data binary package
Yves-Alexis Perez
gitlab at salsa.debian.org
Thu Dec 27 15:15:15 GMT 2018
Yves-Alexis Perez pushed to branch debian/master at xfce / apps / orage
Commits:
eb953e61 by Yves-Alexis Perez at 2018-12-08T17:44:24Z
add a new orage-data binary package
- - - - -
e4654477 by Yves-Alexis Perez at 2018-12-27T15:05:36Z
d/control: drop build-dep on obsolete libxfcegui4-dev
- - - - -
5b82935a by Yves-Alexis Perez at 2018-12-27T15:05:53Z
d/control: update standards version to 4.3.0
- - - - -
556e173e by Yves-Alexis Perez at 2018-12-27T15:11:30Z
finalize changelog
- - - - -
66c51ac9 by Yves-Alexis Perez at 2018-12-27T15:11:52Z
upload orage 4.12.1-6 to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- + debian/orage-data.install
- + debian/orage.install
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+orage (4.12.1-6) unstable; urgency=medium
+
+ * add a new orage-data binary package
+ * d/control: drop build-dep on obsolete libxfcegui4-dev
+ * d/control: update standards version to 4.3.0
+
+ -- Yves-Alexis Perez <corsac at debian.org> Thu, 27 Dec 2018 16:11:41 +0100
+
orage (4.12.1-5) unstable; urgency=medium
* Moved the package to git on salsa.debian.org
=====================================
debian/control
=====================================
@@ -10,18 +10,17 @@ Build-Depends: debhelper (>= 10),
libical-dev,
libnotify-dev,
libpopt-dev,
- libxfcegui4-dev,
libxml-parser-perl,
xfce4-dev-tools,
xfce4-panel-dev
-Standards-Version: 4.2.1
+Standards-Version: 4.3.0
Homepage: https://www.xfce.org/
Vcs-Git: https://salsa.debian.org/xfce-team/apps/orage.git
Vcs-Browser: https://salsa.debian.org/xfce-team/apps/orage
Package: orage
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: orage-data (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
Recommends: default-dbus-session-bus | dbus-session-bus, ${shlibs:Recommends}
Suggests: sox
Description: Calendar for Xfce Desktop Environment
@@ -30,3 +29,12 @@ Description: Calendar for Xfce Desktop Environment
configurable and supports alerts based on dates. If you are looking
for a good graphical calendar, you will probably want to try out
orage. It stores its data in iCal format.
+
+Package: orage-data
+Architecture: all
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: orage (<< 4.12.1-6~)
+Replaces: orage (<< 4.12.1-6~)
+Description: Calendar for Xfce Desktop Environment (data files)
+ This package contains architecture-independant files for Orage, a calendar for
+ the Xfce4 desktop environment.
=====================================
debian/orage-data.install
=====================================
@@ -0,0 +1,3 @@
+usr/share/orage
+usr/share/locale
+usr/share/icons
=====================================
debian/orage.install
=====================================
@@ -0,0 +1,5 @@
+usr/lib
+usr/bin
+usr/share/applications
+usr/share/xfce4
+usr/share/man
=====================================
debian/rules
=====================================
@@ -4,15 +4,18 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
override_dh_install:
- find debian/orage/usr/lib -name '*.la' -delete
+ find debian/tmp/usr/lib -name '*.la' -delete
dh_install
override_dh_auto_configure:
dh_auto_configure -- --enable-dbus --enable-libical
override_dh_shlibdeps:
- dh_shlibdeps -X debian/orage/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/liborageclock.so -- \
- -dRecommends debian/orage/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/liborageclock.so -dDepends
+ dh_shlibdeps -X debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/liborageclock.so -- \
+ -dRecommends debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/liborageclock.so -dDepends
+
+override_dh_missing:
+ dh_missing --fail-missing
%:
dh $@
View it on GitLab: https://salsa.debian.org/xfce-team/apps/orage/compare/b51412f16797cb1afbd036cff23e79f1eea0dd6a...66c51ac91fb39a7d185c5272440c1f77a3317d4d
--
View it on GitLab: https://salsa.debian.org/xfce-team/apps/orage/compare/b51412f16797cb1afbd036cff23e79f1eea0dd6a...66c51ac91fb39a7d185c5272440c1f77a3317d4d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-xfce-commits/attachments/20181227/e3e71133/attachment-0001.html>
More information about the Pkg-xfce-commits
mailing list