[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

playground/base/guidance/debian



SVN commit 509693 by jriddell:

Update packaging for 0.6.0


 M  +9 -0      changelog  
 M  +4 -3      control  
 M  +2 -3      copyright  
 M  +1 -0      dirs  
 A             displayconfig.1  
 M  +1 -0      manpages  
 A             patches (directory)  
 A             patches/kubuntu_01_hardware_file_path.diff  
 A             patches/kubuntu_02_display_category.diff  
 A             postinst  
 A             postrm  
 M  +6 -1      rules  


--- trunk/playground/base/guidance/debian/changelog #509692:509693
@@ -1,3 +1,12 @@
+kde-guidance (0.6.0-0ubuntu1) dapper; urgency=low
+
+  * New release
+  * Implements Guidance sections of https://wiki.ubuntu.com/KubuntuSystemTools
+  * Add kubuntu_01_hardware_file_path.diff from SVN to use correct directory
+  * Add kubuntu_02_display_category.diff to put display into hardware category
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 18 Jan 2006 20:44:05 +0100
+
 kde-guidance (0.4.0+svn20060102-0ubuntu1) dapper; urgency=low
 
   * New snapshot, displayconfig added
--- trunk/playground/base/guidance/debian/control #509692:509693
@@ -2,7 +2,7 @@
 Section: kde
 Priority: optional
 Maintainer: Fathi Boudra <fboudra@free.fr>
-Build-Depends: debhelper (>= 4.1), kdelibs4-dev (>= 3.4.2), libpythonize0-dev (>= 0.3.0), libtool (>= 1.5.6), libxml2-utils (>= 2.6.20), libxxf86vm-dev (>= 6.8.2), pykdeextensions (>= 0.3.0), pyqt-tools (>= 3.14.1), python-kde3 (>= 3.11.3), python-sip4-dev (>= 4.2.1)
+Build-Depends: cdbs (>= 0.4.32), debhelper (>= 4.1), kdelibs4-dev (>= 3.4.2), libpythonize0-dev (>= 0.3.0), libtool (>= 1.5.6), libxml2-utils (>= 2.6.20), libxxf86vm-dev (>= 6.8.2), pykdeextensions (>= 0.4.0-0ubuntu3), pyqt-tools (>= 3.14.1), python-kde3 (>= 3.11.3), python-sip4-dev (>= 4.2.1)
 Standards-Version: 3.6.2
 
 Package: kde-guidance
@@ -14,6 +14,7 @@
   o  userconfig - User and Group administration
   o  serviceconfig - Service/daemon administration
   o  mountconfig - Disk and filesystem administration
+  o  displayconfig - Edit X settings
  .
- These tools are available in KDE Control center or can be
- run as standalone applications.
+ These tools are available in KDE Control Centre, System Settings 
+ or can be run as standalone applications.
--- trunk/playground/base/guidance/debian/copyright #509692:509693
@@ -18,9 +18,8 @@
    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., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.
+   along with this package; if not, write to the Free Software Foundation,
+   Inc., 51 Franklin St, Fifth Floor, Boston, N: 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'.
--- trunk/playground/base/guidance/debian/dirs #509692:509693
@@ -3,3 +3,4 @@
 usr/lib/python2.4/site-packages
 usr/share/apps/guidance
 usr/share/doc/kde/HTML/en/guidance
+var/lib/guidance
--- trunk/playground/base/guidance/debian/manpages #509692:509693
@@ -1,3 +1,4 @@
 debian/mountconfig.1
 debian/serviceconfig.1
 debian/userconfig.1
+debian/displayconfig.1
--- trunk/playground/base/guidance/debian/rules #509692:509693
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -24,7 +26,7 @@
 
 	touch build-stamp
 
-clean:
+clean::
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
@@ -89,6 +91,9 @@
 	cp debian/kde-guidance/usr/share/apps/guidance/pics/hi32-user.png debian/kde-guidance/usr/share/icons/crystalsvg/32x32/apps/userconfig.png
 	cp debian/kde-guidance/usr/share/apps/guidance/pics/hi32-display.png debian/kde-guidance/usr/share/icons/crystalsvg/32x32/apps/displayconfig.png
 
+	mkdir debian/kde-guidance/etc/init.d/
+	cp displayconfig/displayconfig-hwprobe.py debian/kde-guidance/etc/init.d/
+
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.



Reply to: