Bug#569415: bzr-gtk: FTBFS: cp: cannot stat

2010-02-14 Thread Taylor LeMasurier-Wren
I updated the packaging to use dh7 instead of cdbs and it seems to build
now in pbuilder.
Attached is the debdiff.
diff -Nru bzr-gtk-0.97.0+bzr674/debian/bzr-gtk.install bzr-gtk-0.97.0+bzr674/debian/bzr-gtk.install
--- bzr-gtk-0.97.0+bzr674/debian/bzr-gtk.install	2010-02-07 20:55:23.0 -0600
+++ bzr-gtk-0.97.0+bzr674/debian/bzr-gtk.install	2010-02-14 06:22:26.0 -0600
@@ -1,11 +1,10 @@
-/usr/share/lintian/overrides/bzr-gtk
 /usr/share/pixmaps/bzr-icon-64.png
 /usr/lib/python*
 /usr/share/bzr-gtk
 /usr/bin/bzr-notify
 /usr/bin/olive-gtk
 /usr/bin/bzr-handle-patch
-/etc/xdg/autostart/bzr-notify.desktop
+bzr-notify.desktop etc/xdg/autostart/
 /usr/share/locale/*/LC_MESSAGES/olive-gtk.mo
 /usr/share/olive/cmenu.ui
 /usr/share/applications/*.desktop
diff -Nru bzr-gtk-0.97.0+bzr674/debian/bzr-gtk.lintian-overrides bzr-gtk-0.97.0+bzr674/debian/bzr-gtk.lintian-overrides
--- bzr-gtk-0.97.0+bzr674/debian/bzr-gtk.lintian-overrides	2010-02-07 20:55:23.0 -0600
+++ bzr-gtk-0.97.0+bzr674/debian/bzr-gtk.lintian-overrides	2010-02-14 06:17:41.0 -0600
@@ -1,2 +1 @@
-# These .desktop files start via "/usr/bin/bzr"
-bzr-gtk: desktop-command-not-in-package /usr/share/applications/bazaar-properties.desktop bzr
+debian/overrides/bzr-gtk
diff -Nru bzr-gtk-0.97.0+bzr674/debian/changelog bzr-gtk-0.97.0+bzr674/debian/changelog
--- bzr-gtk-0.97.0+bzr674/debian/changelog	2010-02-07 20:55:23.0 -0600
+++ bzr-gtk-0.97.0+bzr674/debian/changelog	2010-02-14 06:56:49.0 -0600
@@ -1,3 +1,12 @@
+bzr-gtk (0.97.0+bzr674-4) unstable; urgency=low
+
+  * Remove CDBS packaging in favor of DH7
++ fix nautilus-bzr.py installation
++ install lintian-overrides properly
++ install bzr-notify.desktop properly
+
+ -- Taylor LeMasurier-Wren   Sun, 14 Feb 2010 06:55:00 -0600
+
 bzr-gtk (0.97.0+bzr674-3) unstable; urgency=low
 
   * Actually merge newer upstream revision.
diff -Nru bzr-gtk-0.97.0+bzr674/debian/compat bzr-gtk-0.97.0+bzr674/debian/compat
--- bzr-gtk-0.97.0+bzr674/debian/compat	2010-02-07 20:55:23.0 -0600
+++ bzr-gtk-0.97.0+bzr674/debian/compat	2010-02-14 06:07:25.0 -0600
@@ -1 +1 @@
-5
+7
diff -Nru bzr-gtk-0.97.0+bzr674/debian/control bzr-gtk-0.97.0+bzr674/debian/control
--- bzr-gtk-0.97.0+bzr674/debian/control	2010-02-07 20:55:23.0 -0600
+++ bzr-gtk-0.97.0+bzr674/debian/control	2010-02-14 06:16:21.0 -0600
@@ -4,7 +4,7 @@
 Maintainer: Debian Bazaar Maintainers 
 Uploaders: Jelmer Vernooij , John Francesco Ferlito 
 Build-Depends-Indep: bzr (>= 1.17~), bzr-stats, python-nautilus (>= 0.5.0)
-Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), python, debhelper (>= 5.0.37.2)
+Build-Depends: python-central (>= 0.5), python, debhelper (>= 7.0.15)
 Standards-Version: 3.8.4
 Homepage: http://bazaar-vcs.org/bzr-gtk
 XS-Python-Version: >= 2.4
diff -Nru bzr-gtk-0.97.0+bzr674/debian/nautilus-bzr.install bzr-gtk-0.97.0+bzr674/debian/nautilus-bzr.install
--- bzr-gtk-0.97.0+bzr674/debian/nautilus-bzr.install	2010-02-07 20:55:23.0 -0600
+++ bzr-gtk-0.97.0+bzr674/debian/nautilus-bzr.install	2010-02-14 06:25:44.0 -0600
@@ -1,3 +1,2 @@
-/usr/lib/nautilus/extensions-2.0
 /usr/share/icons/hicolor/scalable/emblems/*
-/usr/lib/nautilus/extensions-2.0/python/nautilus-bzr.py
+nautilus-bzr.py usr/lib/nautilus/extensions-2.0/python/
diff -Nru bzr-gtk-0.97.0+bzr674/debian/overrides/bzr-gtk bzr-gtk-0.97.0+bzr674/debian/overrides/bzr-gtk
--- bzr-gtk-0.97.0+bzr674/debian/overrides/bzr-gtk	1969-12-31 18:00:00.0 -0600
+++ bzr-gtk-0.97.0+bzr674/debian/overrides/bzr-gtk	2010-02-07 20:55:23.0 -0600
@@ -0,0 +1,2 @@
+# These .desktop files start via "/usr/bin/bzr"
+bzr-gtk: desktop-command-not-in-package /usr/share/applications/bazaar-properties.desktop bzr
diff -Nru bzr-gtk-0.97.0+bzr674/debian/rules bzr-gtk-0.97.0+bzr674/debian/rules
--- bzr-gtk-0.97.0+bzr674/debian/rules	2010-02-07 20:55:23.0 -0600
+++ bzr-gtk-0.97.0+bzr674/debian/rules	2010-02-14 06:12:35.0 -0600
@@ -1,13 +1,8 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pycentral
-DEB_DH_INSTALL_SOURCEDIR=debian/tmp
-DEB_DH_INSTALL_ARGS=--list-missing
+%:
+	dh $@ --with python-central
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-
-install/bzr-gtk::
-	install -m644 -D debian/bzr-gtk.lintian-overrides $(DEB_DESTDIR)/usr/share/lintian/overrides/bzr-gtk
-	install -d $(DEB_DESTDIR)/etc/xdg/autostart
-	install -m644 -D bzr-notify.desktop $(DEB_DESTDIR)/etc/xdg/autostart
+clean:
+	rm -rf build/*
+	dh clean --remaining


Bug#579454: Adopting gob2

2010-06-04 Thread Taylor LeMasurier-Wren
I don't if anybody has made an update version of gob2-2.0.17, but I made
a package. I needed to in order to fix a amd64 build bug with some of my
gmpc-trunk packages on Launchpad.net. I figured I share what I with
Debian. I uploaded it to mentors.

http://mentors.debian.net/debian/pool/main/g/gob2/gob2_2.0.17-1.dsc

Have a nice day.

-- 
Taylor LeMasurier-Wren 




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#581521: libcue: New upstream release 1.4.0

2010-05-13 Thread Taylor LeMasurier-Wren
On Thu, 2010-05-13 at 14:01 +0200, Patrick Matthäi wrote:
> Package: libcue
> Version: 1.3.0-1
> Severity: wishlist
> 
> Please package it :)
> 
> -- System Information:
> Debian Release: squeeze/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (200, 'experimental')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
> Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/bash
> 
> 
Okay, I'll get around to it as soon as I have some free time.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#581521: libcue: New upstream release 1.4.0

2010-05-13 Thread Taylor LeMasurier-Wren
Okay, I've uploaded the source to mentors.debian.org. As soon as a Dev
can look it over and give it upload.

http://mentors.debian.net/debian/pool/main/l/libcue





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544633: ITA: uriparser

2010-05-14 Thread Taylor LeMasurier-Wren
For those that care, I've had uriparser-0.7.5 and libxspf-1.2.0 uploaded
to mentors for months now, but I haven't been able to find anybody to
check them over and upload them for me.

http://mentors.debian.net/debian/pool/main/u/uriparser
http://mentors.debian.net/debian/pool/main/l/libxspf





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544633: ITA: uriparser

2009-10-23 Thread Taylor LeMasurier-Wren
I think I'm going to adopt this package.
I need to update the package in order make my libxspf package work.


signature.asc
Description: This is a digitally signed message part


Bug#552113: ITP: libxspf -- Library for reading/writing xspf playlists

2009-10-23 Thread Taylor LeMasurier-Wren
Package: wnpp
Severity: wishlist

Package name : libxspf
Version : 1.2.0
Upstream Author : Sebastian Pipping 
URL : http://libspiff.sourceforge.net/
License : BSD
Description : Library for reading/writing xspf playlists (development
files)


signature.asc
Description: This is a digitally signed message part


Bug#636822: ITP: gtimer -- GTK-based X11 task timer

2011-08-06 Thread Taylor LeMasurier-Wren
Package: wnpp
Severity: wishlist
Owner: "Taylor LeMasurier-Wren" 


* Package name: gtimer
  Version : 2.0.0
  Upstream Author : Craig Knudsen 
* URL : http://www.k5n.us/gtimer.php
* License : GPL
  Programming Lang: C
  Description : GTK-based X11 task timer

 A graphical program that tracks how your time is spent.  Maintains a
 simple list of tasks, each of which can belong to a project, and allows
 you to track time in each.  Multiple clocks can run simultaneously,
 annotations can be added to a day's time, and reports can be generated
 in either HTML or text.  If GTimer detects that you're idle, you are
 given the option of subtracting off the time you spent idle when you
 return.
 .
 Compared to other time tracking applications, GTimer is graphical without
 depending on a desktop environment and aims for simplicity rather than
 attempting to be a full-fledged project tracking and billing application.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#636825: ITP: gtimer -- GTK-based X11 task timer

2011-08-06 Thread Taylor LeMasurier-Wren
Package: wnpp
Severity: wishlist
Owner: "Taylor LeMasurier-Wren" 


* Package name: gtimer
  Version : 2.0.0
  Upstream Author : Craig Knudsen 
* URL : http://www.k5n.us/gtimer.php
* License : GPL
  Programming Lang: C
  Description : GTK-based X11 task timer

 A graphical program that tracks how your time is spent.  Maintains a
 simple list of tasks, each of which can belong to a project, and allows
 you to track time in each.  Multiple clocks can run simultaneously,
 annotations can be added to a day's time, and reports can be generated
 in either HTML or text.  If GTimer detects that you're idle, you are
 given the option of subtracting off the time you spent idle when you
 return.
 .
 Compared to other time tracking applications, GTimer is graphical without
 depending on a desktop environment and aims for simplicity rather than
 attempting to be a full-fledged project tracking and billing application.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#591494: ITP: bambam -- Keyboard masher game for babies

2010-08-03 Thread Taylor LeMasurier-Wren
Package: wnpp
Severity: wishlist
Owner: "Taylor LeMasurier-Wren" 


* Package name: bambam
  Version : 0.3
  Upstream Author : Spike Burch 
* URL : https://launchpad.net/bambam
* License : GPL
  Programming Lang: Python
  Description : Keyboard masher game for babies

 Bambam is a simple baby keyboard masher application that locks
 the keyboard and mouse and instead displays bright colors,
 pictures, and sounds.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#588946: ITP: wacom-source -- Wacom kernel driver in DKMS format

2010-07-13 Thread Taylor LeMasurier-Wren
Package: wnpp
Severity: wishlist
Owner: "Taylor LeMasurier-Wren" 


  Package name: wacom-source
  Version : 0.8.8
  Upstream Author : Ping Cheng 
  URL : http://www.example.org/
  License : GPL-2
  Programming Lang: C
  Description : Wacom kernel driver in DKMS format

 This package builds an updated Wacom Kernel Module using
 DKMS. This replaces the out-of-date module included with the
 Kernel and rebuilds it whenever a new kernel is installed.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#588948: ITP: wacom-source -- Wacom kernel driver in DKMS format

2010-07-13 Thread Taylor LeMasurier-Wren
Package: wnpp
Severity: wishlist
Owner: "Taylor LeMasurier-Wren" 


* Package name: wacom-source
  Version : 0.8.8
  Upstream Author : Ping Cheng http://linuxwacom.sourceforge.net
* License : GPL-2
  Programming Lang: C
  Description : Wacom kernel driver in DKMS format

 This package builds an updated Wacom Kernel Module using
 DKMS. This replaces the out-of-date module included with the
 Kernel and rebuilds it whenever a new kernel is installed.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#529728: ITP: gtrayicon - Generic tray icon for GNOME

2009-05-21 Thread Taylor LeMasurier-Wren
Package: gtrayicon
Severity: ITP

Upstream Author : Javier Valencia (javiervalenci...@gmail.com)
URL : http://gtrayicon.sourceforge.net/
Source  : http://sf.net/gtrayicon/gtrayicon-1.1.tar.gz
License : GPL Version 3 and later


signature.asc
Description: This is a digitally signed message part


Bug#529729: ITP: libcue - CUE Sheet Parser Library

2009-05-21 Thread Taylor LeMasurier-Wren
Package: libcue
Severity: ITP

Upstream Author : Jochen Keil 
URL : http://libcue.sourceforge.net/
Source  : http://sf.net/libcue/libcue-1.3.0.tar.bz2
License : GPLv2 or later


signature.asc
Description: This is a digitally signed message part


Bug#879868: Orphan libcue

2017-10-26 Thread Taylor LeMasurier-Wren
Package: libcue

I wish to orphan this package because I no longer actively use Debian and I
don't plan on working on packages for now.


Bug#754473: RFA: uriparser -- URI parsing library compliant with RFC 3986

2014-07-11 Thread Taylor LeMasurier-Wren
Package: wnpp
Severity: normal