[shotwell] Update debian packages
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] Update debian packages
- Date: Fri, 5 Aug 2016 22:13:39 +0000 (UTC)
commit dab860338412d9bf7a219d6a2a74cb56bac0b87b
Author: Jens Georg <mail jensge org>
Date: Sun Jul 24 19:28:58 2016 +0200
Update debian packages
Signed-off-by: Jens Georg <mail jensge org>
debian/changelog | 15 ++++++++
debian/control | 23 +++++++++++--
debian/manpages | 1 -
debian/rules | 85 ++++++++++++++++++----------------------------
debian/shotwell.install | 3 ++
5 files changed, 71 insertions(+), 56 deletions(-)
---
diff --git a/debian/changelog b/debian/changelog
index 8c99380..c37abf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+shotwell (0.23.4-1~jensge1~xenial1) xenial; urgency=medium
+
+ * libraw: Fix binding of ProcessedImage.data
+ * graw: Prevent needless array duplication
+ * Fix screenshot URLs in appdata
+ * db: Add option to trace SQL statements
+ * Change build system to autotools
+ * Add help, appdata, gsettings and desktop files to translation system
+ * Change way help is built and installed
+ * Always install the manpage
+ * Several translation fixes
+ * Make message more clear that there are no photos matching a filter
+
+ -- Jens Georg <mail jensge org> Sun, 24 Jul 2016 18:43:30 +0200
+
shotwell (0.23.2-1~jensge2~xenial1) xenial; urgency=medium
* Use yelp-build to generate HTML docs
diff --git a/debian/control b/debian/control
index 4e70189..30cd4c7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: shotwell
Section: gnome
Priority: optional
-Maintainer: Jim Nelson <jim yorba org>
+Maintainer: Jens Georg <mail jensge org>
Build-Depends: debhelper (>= 7),
desktop-file-utils (>= 0.13),
libatk1.0-dev (>= 1.30.0),
@@ -24,9 +24,12 @@ Build-Depends: debhelper (>= 7),
libxml2 (>= 2.6.32),
m4 (>= 1.4.13),
valac (>= 0.20.1),
- gnome-doc-utils
+ gnome-doc-utils,
+ yelp-tools,
+ appstream-util,
+ gettext ( >= 0.19.8)
Standards-Version: 3.8.3
-Homepage: http://www.yorba.org/shotwell
+Homepage: https://wiki.gnome.org/Apps/Shotwell/
Package: shotwell
Architecture: any
@@ -42,3 +45,17 @@ Description: Digital photo manager
.
Visit https://wiki.gnome.org/Apps/Shotwell to read about the current state of
Shotwell's development.
+
+Package: shotwell-dbg
+Section: debug
+Architecture: any
+Depends: shotwell (= ${binary:Version}), ${misc:Depends}
+Description: Digital photo manager
+ Shotwell is a digital photo manager designed for the GNOME desktop
+ environment. It allows you to import photos from disk or camera, organize
+ them in various ways, view them in full-window or fullscreen mode, and
+ export and share them with others by publishing them to popular web
+ services.
+ .
+ Visit https://wiki.gnome.org/Apps/Shotwell to read about the current state of
+ Shotwell's development.
diff --git a/debian/rules b/debian/rules
index 91fba25..80574f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,53 +1,34 @@
#!/usr/bin/make -f
-#
-# Shotwell debian/rules file
-# http://www.yorba.org/shotwell
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-build: build-stamp
-
-build-stamp: configure
- dh_testdir
- ./configure --prefix=/usr --disable-schemas-compile --disable-desktop-update \
- --disable-icon-update --unity-support
- $(MAKE) USER_VALAFLAGS="--vapidir=/usr/share/vala/vapi"
- touch $@
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
- [ ! -f Makefile ] || $(MAKE) distclean
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
- $(MAKE) DESTDIR=$(CURDIR)/debian/shotwell install
-
-binary-indep: install
-
-binary-arch: install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_installexamples
- dh_installmenu
- dh_installman
- dh_icons
- dh_link
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#export DH_VERBOSE = 1
+
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# see ENVIRONMENT in dpkg-buildflags(1)
+# package maintainers to append CFLAGS
+#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
+# package maintainers to append LDFLAGS
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+
+%:
+ dh $@ --with autotools_dev --parallel
+
+
+# dh_make generated override targets
+# This is example for Cmake (See https://bugs.debian.org/641051 )
+override_dh_auto_configure:
+ find . -name "*_vala.stamp" | xargs rm -f
+ dh_auto_configure -- --enable-unity-support --enable-debug=info
+
+override_dh_strip:
+ dh_strip --dbg-package=shotwell-dbg
+
+override_dh_mkshlibs:
+ dh_mkshlibs -X /usr/lib/shotwell
+
+override_dh_install:
+ dh_install --list-missing
diff --git a/debian/shotwell.install b/debian/shotwell.install
new file mode 100644
index 0000000..ee94136
--- /dev/null
+++ b/debian/shotwell.install
@@ -0,0 +1,3 @@
+usr/bin
+usr/lib
+usr/share
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]