Changeset 4630 for pkg/boss/main/cheese
- Timestamp:
- 12/04/08 03:57:53 (4 years ago)
- Location:
- pkg/boss/main/cheese/trunk/debian
- Files:
-
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
pkg/boss/main/cheese/trunk/debian/changelog
r3962 r4630 1 cheese (2.2 2.3-parsix1) unstable; urgency=low1 cheese (2.24.2-parsix1) unstable; urgency=low 2 2 3 * Sync'd with Debian 2.22.3-1 3 * New upstream stable release 4 * Sync'd with Debian 2.24.1-1 4 5 5 -- Alan Baghumian <alan@technotux.org> Mon, 30 Jun 2008 11:15:32 +0200 6 -- Alan Baghumian <alan@technotux.org> Wed, 03 Dec 2008 18:56:56 -0800 7 8 cheese (2.24.1-1) experimental; urgency=low 9 10 * New upstream release. 11 * Update build dependencies accordingly. 12 * 01_category.patch: removed, obsolete. 13 * 02_libgnome_url.patch: removed, now we use gio. 14 * Recommend gvfs. 15 * Add LDFLAGS including --as-needed. 16 17 -- Josselin Mouette <joss@debian.org> Thu, 13 Nov 2008 17:41:53 +0100 18 19 cheese (2.22.3-3) unstable; urgency=low 20 21 * Don't run scrollkeeper-rebuilddb upon first installation. 22 Closes: #491641. 23 24 -- Josselin Mouette <joss@debian.org> Mon, 21 Jul 2008 09:41:44 +0200 25 26 cheese (2.22.3-2) unstable; urgency=low 27 28 * 02_libgnome_url.patch: use libgnome to open URLs rather than 29 gappinfo. This patch should be removed once gvfs is part of the 30 default installation, but is harmless as cheese already depends on 31 libgnome. Closes: #489435. 32 33 -- Josselin Mouette <joss@debian.org> Tue, 15 Jul 2008 14:40:03 +0200 6 34 7 35 cheese (2.22.3-1) unstable; urgency=low -
pkg/boss/main/cheese/trunk/debian/cheese.postinst
r3962 r4630 5 5 # some version prior to 2.22.2-3 started shipping /var/lib/scrollkeeper 6 6 # erroneously, hence the database was overwritten and needs a full rebuild 7 if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt "2.22.2-3" && which scrollkeeper-rebuilddb >/dev/null 2>&1; then7 if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt-nl "2.22.2-3" && which scrollkeeper-rebuilddb >/dev/null 2>&1; then 8 8 echo "Upgrade from broken Cheese version detected, running scrollkeeper-rebuilddb..." 9 9 scrollkeeper-rebuilddb -q -
pkg/boss/main/cheese/trunk/debian/control
r3962 r4630 11 11 debhelper (>= 5), 12 12 gnome-pkg-tools (>= 0.10), 13 intltool (>= 0.40.0), 13 14 gnome-doc-utils, 14 intltool,15 15 scrollkeeper, 16 libdbus-1-dev, 16 libglib2.0-dev (>= 2.16.0), 17 libgtk2.0-dev (>= 2.12.0), 18 libgnomeui-dev (>= 2.20.0), 19 libgconf2-dev (>= 2.16.0), 20 libgstreamer0.10-dev (>= 0.10.20), 21 libgstreamer-plugins-base0.10-dev (>= 0.10.20), 22 libgnomevfs2-dev (>= 1:2.18.0), 17 23 libebook1.2-dev (>= 1.12.0), 18 libglib2.0-dev (>= 2.15.5), 19 libgtk2.0-dev (>= 2.10.0), 20 libglade2-dev (>= 2.3.6), 21 libgconf2-dev (>= 2.16.0), 22 libgstreamer0.10-dev (>= 0.10.15), 23 libgstreamer-plugins-base0.10-dev (>= 0.10.15), 24 libgnomevfs2-dev, 25 libgnomeui-dev (>= 2.14), 24 libcairo2-dev (>= 1.4.0), 25 libdbus-1-dev (>= 1.0), 26 libdbus-glib-1-dev (>= 0.7), 26 27 libhal-dev (>= 0.5.9), 27 libdbus-glib-1-dev,28 28 libpango1.0-dev (>= 1.18.0), 29 librsvg2-dev (>= 2.18.0), 30 libxxf86vm-dev 29 librsvg2-dev (>= 2.18.0) 31 30 32 31 Package: cheese … … 36 35 gstreamer0.10-plugins-base, 37 36 gstreamer0.10-plugins-good 37 Recommends: gvfs 38 38 Description: A tool to take pictures and videos from your webcam 39 39 Cheese is a cheesy program to take pictures and videos from your web -
pkg/boss/main/cheese/trunk/debian/control.in
r3962 r4630 11 11 debhelper (>= 5), 12 12 gnome-pkg-tools (>= 0.10), 13 intltool (>= 0.40.0), 13 14 gnome-doc-utils, 14 intltool,15 15 scrollkeeper, 16 libdbus-1-dev, 16 libglib2.0-dev (>= 2.16.0), 17 libgtk2.0-dev (>= 2.12.0), 18 libgnomeui-dev (>= 2.20.0), 19 libgconf2-dev (>= 2.16.0), 20 libgstreamer0.10-dev (>= 0.10.20), 21 libgstreamer-plugins-base0.10-dev (>= 0.10.20), 22 libgnomevfs2-dev (>= 1:2.18.0), 17 23 libebook1.2-dev (>= 1.12.0), 18 libglib2.0-dev (>= 2.15.5), 19 libgtk2.0-dev (>= 2.10.0), 20 libglade2-dev (>= 2.3.6), 21 libgconf2-dev (>= 2.16.0), 22 libgstreamer0.10-dev (>= 0.10.15), 23 libgstreamer-plugins-base0.10-dev (>= 0.10.15), 24 libgnomevfs2-dev, 25 libgnomeui-dev (>= 2.14), 24 libcairo2-dev (>= 1.4.0), 25 libdbus-1-dev (>= 1.0), 26 libdbus-glib-1-dev (>= 0.7), 26 27 libhal-dev (>= 0.5.9), 27 libdbus-glib-1-dev,28 28 libpango1.0-dev (>= 1.18.0), 29 librsvg2-dev (>= 2.18.0), 30 libxxf86vm-dev 29 librsvg2-dev (>= 2.18.0) 31 30 32 31 Package: cheese … … 36 35 gstreamer0.10-plugins-base, 37 36 gstreamer0.10-plugins-good 37 Recommends: gvfs 38 38 Description: A tool to take pictures and videos from your webcam 39 39 Cheese is a cheesy program to take pictures and videos from your web -
pkg/boss/main/cheese/trunk/debian/rules
r3962 r4630 12 12 13 13 DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper 14 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
Note: See TracChangeset
for help on using the changeset viewer.


