--- ubuntu-tweak-0.4.7.1.orig/debian/changelog +++ ubuntu-tweak-0.4.7.1/debian/changelog @@ -0,0 +1,62 @@ +ubuntu-tweak (0.4.7.1-1~jaunty1) jaunty; urgency=low + + * Fix a typo in mainwindow, Power Managerment->PowerManagement + * Add ubundsl to third-party sources and installer + * Add the hard-shadow script, so that it will be easy if you want to + make shadow to image + * Catch the exception when get_icon_with_app, Fix LP #363208 + * Improve the open-with-*** scripts, it can determine the associated + text editor now + * Add gnote ppa source, add gnote to installer + * Let Shortcuts works under Ubuntu 9.04, it is caused by Compiz, LP + #362378 + * Improve the compiz check, I think LP #346212 is fixed. Need test. + * Enable NautilusDropbox, VirtualBox and Wine for Ubuntu 9.04 Jaunty in + Third-Party Sources + + -- TualatriX Sun, 03 May 2009 16:02:58 +0800 + +ubuntu-tweak (0.4.7-1~jaunty3) jaunty; urgency=low + + * Fix the startup crash with Ubuntu 9.04 Jauty. (LP #359875 #359897) + + -- TualatriX Sun, 12 Apr 2009 16:37:47 +0800 + +ubuntu-tweak (0.4.7-1~jaunty1) jaunty; urgency=low + + * Add Clean Kernel to Cleaner. + * Add support for Greenie and Linux Mint. + * Add PowerUser Mode for Ubuntu Tweak. + * Add Gwibber Daily version, Synapse, blueman, wine-doors, transmission, + * ibus-dev sources and Getting Things GNOME! to Third-Party Sources. + * Update the Midori, Firefox, Ubuntu Tweak Testing Sources. + * Improve the systeminfo. + * Improve the filesize display at cleaner and nautilus. + * Improve the GUI of cleaner, and user can cancel action when do the cleaning. + * Improve the dbus daemon, clean code. + * Drop the nautilus cd burner feature, because Brasero replaced it. + * Fixed some grammar mistake. (Thanks Iven) + * Added close button to the type editing dialog. (Thanks Iven) + * Remove extra space in "dist info". (Thanks dig) + * Apply the patch provided by helix84. (LP #351513) + * Apply the patch from helix84. (string corrections and improvements LP #351673) + + -- TualatriX Sun, 12 Apr 2009 11:37:35 +0800 + +ubuntu-tweak (0.4.6-1~jaunty1) jaunty; urgency=low + + * Full features support for Ubuntu 9.04. + * Added more third-party sources: Gnome global menu, gwibber, Chromium brower, Ubuntu Tweak testing, AWN testing, Specto. + * Fixed #298300, cannot run 0.4.2 without compiz installed + * Fixed #331050, Error with 3rd party repositories + * Fixed #332110, it crashed before beginning + * Fixed #329310, load "Personal->Templates" error. version 0.4.5 + * Fixed #330113, Wrong info about GScrot in "Applications -> Third-party sources" + * Fixed #331120, Ubuntu Tweak 0.4.5 give a error message when i go to Startup + * Fixed #332240, Improve usability in shortcut.py + * Fixed #332277, Patch for the error dialog + * Fixed #329607, A message typo + * Fixed #336516, Ubuntu Tweak failed to open the menu Personal>Scripts + * Fixed the bug which can't clean the config files. + + -- TualatriX Tue, 03 Mar 2009 19:57:00 +0800 --- ubuntu-tweak-0.4.7.1.orig/debian/rules +++ ubuntu-tweak-0.4.7.1/debian/rules @@ -0,0 +1,99 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +config.status: configure + dh_testdir + # Add here commands to configure the package. +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/ubuntu-tweak.sgml > ubuntu-tweak.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) distclean + rm -f config.sub config.guess + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/ubuntu-tweak. + $(MAKE) DESTDIR=$(CURDIR)/debian/ubuntu-tweak install + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- ubuntu-tweak-0.4.7.1.orig/debian/control +++ ubuntu-tweak-0.4.7.1/debian/control @@ -0,0 +1,14 @@ +Source: ubuntu-tweak +Section: admin +Priority: optional +Maintainer: TualatriX +Build-Depends: cdbs, debhelper (>= 7), python, libgtk2.0-dev, python-gtk2-dev, python-gnome2-dev, autotools-dev +Standards-Version: 3.8.0 +Homepage: http://ubuntu-tweak.com + +Package: ubuntu-tweak +Architecture: all +Depends: python, python-gtk2, python-apt, python-gconf, python-gnome2, python-dbus +Description: An application designed to config Ubuntu easier for everyone + It provides many useful desktop and system options that the default + desktop environment doesn't provide. --- ubuntu-tweak-0.4.7.1.orig/debian/compat +++ ubuntu-tweak-0.4.7.1/debian/compat @@ -0,0 +1 @@ +7 --- ubuntu-tweak-0.4.7.1.orig/debian/copyright +++ ubuntu-tweak-0.4.7.1/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by TualatriX on +Mon, 21 Jan 2008 21:31:00 +0800. + +It was downloaded from http://ubuntu-tweak.com/downloads + +Upstream Author(s): + TualatriX + +Copyright: + + Copyright (C) 2007-2008 TualatriX + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2007-2008, TualatriX and +is licensed under the GPL, see above.