Package: dpkg-dev Version: 1.15.5.2 Severity: important currently trying to package bangarang for my ppa on launchpad. dpkg-buildpackage runs parsechangelog and it crashes with this line : Undefined subroutine &Dpkg::Changelog::Entry::Debian::_g called at /usr/share/perl5/Dpkg/Changelog/Entry/Debian.pm line 117, <STDIN> line 1. dpkg-buildpackage: error: changelog parser /usr/lib/dpkg/parsechangelog/debian gave error exit status 9
Changelog its parsing is : bangarang (1.0+beta2) karmic; urgency=low * update version to 1.0~beta2 (0.92). updated test cases. * add test cases. * Fixes to ensure proper indexing of audio clips. * record listengine loading state and start time before launching. prevents race condition that might cause indefinite playlist loading. * add audio clips list engine. * this tooltip update really belongs in updateSeekTime. * provide additional feedback when loading playlist. Also provide a little visual distinction between for saved non-view media lists. * allows hold-to-stop when already paused, not just when pausing. * ensure results of filelistengine Open File/Open Folder action can be reloaded. Incidentally allows files or folders to be directly loaded with an lri. * fix issue 19. * disable preloading until I can figure out why long listengine loads block Phonon::setCurrentSource() in a separate thread. * fix big bug introduced by caching commit: categories would never load into playlist. * add caching to help with performance of repeat loads of long queries. Add media list preloading. -- Andreas Marschke <xxtj...@gmail.com> Mon, 23 Nov 2009 16:37:00 +0200 bangarang (1.0+beta1) karmic; urgency=low * fix bug in display of TV Show series name, season and episode numbers. * move media info saving to the proper place: in the model and listengine. * tidy up media view menu ui. -- Andreas Marschke <xxtj...@gmail.com> Sat, 21 Nov 2009 19:19:00 +0200 bangarang (1.0+alpha11) karmic; urgency=low * complete media info removal function. some minor associated ui tidy ups remain... * remove left overs from missing item identification hacking... * prefer resource url property instead of direct use of resource uri, since they may not be equivalent in the future. * Begin remove media items implementation - Identify missing media items. * add semantics listengine to provide medialists for Frequently Played, Recently Played and Highest Rated. * Includes fix for a few other issues found along the way. * make sure to check filter number of filter arguments before assigning. * Don't restart playback when changing playlist mode (shuffle/normal). * add genre media list. * add proper support for genre and year for audio and video. (video genre listing not ready yet). * remove blur.cpp. It is not currently being used anyway. Also takes care of any perceived conflicts between GPL v2 and GPL v3. * no sense in being ambiguous inthe list engine... * Removed code duplication in subclasses by moving commonly needed data to the superclass ListEngine. * All classes needing Nepomuk are now derived from NepomukListEngine, * which does all the initialization. * refactoring of listengines * Improve hold-to-stop behavior of play-pause button. * Only attempt to delete indexer if it was actually created (nepomuk was inited). -- Andreas Marschke <xxtj...@gmail.com> Thu, 19 Nov 2009 00:44:00 +0200 bangarang (1.0+alpha10) karmic; urgency=low * fixed ubuntu versioning (should fix broken dependency problem) -- Andreas Marschke <xxtj...@gmail.com> Sun, 15 Nov 2009 04:29:00 +0200 bangarang (1.0+alpha9) karmic; urgency=low * dependency corrections due to different versions on ubuntu * Improve hold-to-stop behavior of play-pause button. * Move media list summary into separate widget, right-aligned with a smaller font. * Hide nepomuk-dependent media lists if nepomuk is disabled. Fixed bug that cause eternal loading of non-view saved lists. * Allow basic media playback functionality if nepomuk is disabled. Media library, ratings, playcount, etc. disabled in this mode. -- Andreas Marschke <xxtj...@gmail.com> Thu, 12 Nov 2009 23:09:00 +0200 bangarang (1.0+alpha8) karmic; urgency=low * forgot a comma -- Andreas Marschke <xxtj...@gmail.com> Tue, 10 Nov 2009 21:30:00 +0200 bangarang (1.0+alpha7) karmic; urgency=low * depends libtag-vanilla hickup on ubuntu -- Andreas Marschke <xxtj...@gmail.com> Tue, 10 Nov 2009 21:30:00 +0200 bangarang (1.0+alpha6) karmic; urgency=low * build depends for kdemultimedia added -- Andreas Marschke <xxtj...@gmail.com> Tue, 10 Nov 2009 21:30:00 +0200 bangarang (1.0+alpha5) karmic; urgency=low * Merge branch 'master' of gitorious.org:bangarang/bangarang * show number of items in media list and playlist duration. * tidy up compiler warnings. declare MediaItem to QMetaType. * fix inconsistent boarder width around playlist. * build depends added * add license and readme files * fixed bug when using both double click and fullScreen button to toggle full screen mode. * Merge commit 'origin/master' * automatically set power profile when watching videos; changed showing/hiding of widgets while watching videos, so that widgets are hidden when the mouse is moved to another screen. -- Andreas Marschke <xxtj...@gmail.com> Tue, 10 Nov 2009 21:19:00 +0200 bangarang (1.0+alpha4) karmic; urgency=low * Merge branch 'master' of gitorious.org:bangarang/bangarang * hide config buttons for audio and video lists until I find something to do with them. * add homepage to about dialog. * add show/hide shortcut to menu. * More basic shortcuts and a few place holders for a future shortcuts editor. * More tidy ups: tidier menu button, don't draw style primitive in nowPlayingView, etc. * Add beginings of toolbutton menu. Improved about data. * minor tidy ups... * use loading indicator when media lists are loading. * Show loading progress icon while media source is loading. * default Phonon::MediaObject state is Loading. Build-playist-then-play use-case fixed. * Minor code tidy ups. * Add playlist drag and drop reordering. * activate category with double-click. -- Andreas Marschke <xxtj...@gmail.com> Sun, 8 Nov 2009 15:06:27 +0200 bangarang (1.0+alpha3) karmic; urgency=low * launchpadd failed to find packages -> doesnt build -- Andreas Marschke <xxtj...@gmail.com> Fri, 6 Nov 2009 15:06:27 +0200 bangarang (1.0+alpha2) karmic; urgency=low * added build depends -- Andreas Marschke <xxtj...@gmail.com> Fri, 6 Nov 2009 15:06:27 +0200 bangarang (1.0+alpha1) karmic; urgency=low * Add audiostream support. * activate category with double-click. * artwork is an extension of nmm not nfo. * remove temporary ui entry. * fix bug when change media type (didn't take). * Allow selected item(s) to be played when info is being shown. * add ability to save artwork audio or video. Note: I'm unable to get id3v2 artwork tag to save. * don't use Nepomuk::Resource in listengines. Just get rating directly from the query. Speeds up longer queries and fixes odd, huge memory leak when using Nepomuk::Resource. * Refactor musiclistengine to work similar to videolistengine. * make sure videoType is set for video media items. * refactoring in videolistengine 1. Added class VideoQuery to remove code duplication and increase readability in video queries and to reduce the source of typos 2. ExtractMethod for the creation of media items. * hierarchical view of TV shows * Implemented a hierarical access for TV shows: first show different * TV shows, then different seasons in the selected show, and finally * the episodes in the selected season. * TV shows where nepomuk does not know the series name or the season * are taken extra care of. * Updated video ontology to final version for 1.0. (Yes, this means that alpha testers will have to redo their video library - downsides of alpha testing). "TV Shows" replace "Series" and now Movies can have a series/collection name. * Geeez... forgot to add actionmanager files... I'm a dufus... * Moved all actions and keyboard shortcuts into new ActionsManager object. Added Ctrl+H action to hide controls when not in full-screen mode. * Prevent crash when passing file/url as argument. Should fix Issue 13. Add correct bug tracker site. Should prevent reports going to bugs.kde.org. * Return to show-info view after saving. Reload media view model when indexing trigger by saving info is complete. * added possibility to set/view name of a series; added CTRL-Q shortcut to quit * Several updates to InfoManager: - default mode shows info in non-editable(non-destructive) view - new button to allow user to edit info - some code cleanup and maintenance * Correctly trap events to prevent selection of messages from the list. Should fix Issue 11. * Automatically show/hide audio CD/DVD when inserted/removed. Don't show info button on CD and DVD tracks: Should fix Issue 9. * Prevent Message type MediaItems from being selected. Should fix Issue 11. Terminate running ListEngines before deleting them to prevent crashes on program termination. * actually delete m3u file when saved list is deleted. * more fixes for add video list bugs. * Fix for Issue 7 + fix for bug in add list button on video lists page. * Fix for Issue 6 + missed fix for Issue 1. * Merge branch 'master' of gitorious.org:bangarang/bangarang * forgot to add medialistsengine files. * complete saved list implementation. Includes needed refactor of media lists chooser * to Model-View driven by MediaItemModel and MediaListsEngine. * better saved list icons * Improve Add List page layout. * Tidy up CMakeLists to make it easier to read. * changed changelog according to latest fix * Use only two columns for Category MediaItems. Hopefully fixes Issue 1. * build and is valid now to be used at launchpad * changed from unstable to karmic as used for launchpad * corrected copyright, corrected developers, removed READMEs * debianize building * Add stop function to play/pause button: click and hold to stop. * disable "Current Selection" as a source for saving media list if nothing is selected. * Add contextStack and put playlist on firstpage. Video settings can placed on videoSettingsPage. * missed a few icons... * Oops... remove README~ file. * Updated maindwindow.ui and added convenience folder to facilitate shared use of Qt4 Designer. See README. * Make sure staleness check in UpdateNowPlaying uses fromPercentEncoding as well. Added defensive check to prevent crash if some other bug causes nowPlaying model to be empty. * Merge branch 'savelists' * Add rudimentary playlist saving support. * Correctly handle file URLs, so it's possible to play files with Unicode characters in their names. * fullscreen now with ESC and F11 * fullscreen on doubleClick * add more video mime types listed in the file open dialog. * Add GPL license header to all source files. * Merged fix for Taglib crashes when files are open - Thanks Janusz Lewandowski! Added the fix a couple other places that it might be needed. * Fix crash when TagLib is unable to load a file. * Fix reported compiler errors and some warnings. Many thanks to Emralegna! * check a couple more phonon states to correctly interpret play/pause clicks. * Added rudimentary DVD support. * fix crash when changing playlist toggling shuffle mode. * More playlist bug fixes. Should address crashes with opening files and cd shuffle. Added playlistFinished signal to properly deal with end of playlist behaviour. * Fix switch to video view when media item has video. * First cut at clean up of playlist object code. Most things fixed. Now playing model still doesn't update correctly when playing CD on shuffle. * add rudimentary cd playback support. (shuffle is borked - will fix separately) * fix bugs in basic playlist navigation. (geez the playlist code needs tidy up!) * Load KIcons outside of paint(). Start play as soon as possible - update now playing and playlist afterwards. * more ratings tidy ups. * When rating is changed, update the queue model as well. * Update the playlist media item. Don't pass the nowplaying item into the playlist. * Update file and video list engines to read media item rating. * Add support for rating (1 to 5 stars). * store last played and play count. * Improve handling of multiple video type in same list (search results, files opened). * Add MediaVocabulary object to allow ontology astraction and easy ontology switchout. * Video metadata storage to nepomuk for Movie, Series and Video clips using nmm ontology draft. * Flesh out video list engine now that video nepomuk data can be created. * Updates to manual editing of media item info. * Coding style: updated includes to better conform to coding style. * Add basic video list engine. Also include updates to write basic metadata for non-music files to nepomuk store. * Changed "Mark for playlist" to more common "Add to playlist". Rely on icon to communicate "marking" paradigm. * Initial Bangarang git repository creation -- Andreas Marschke <xxtj...@gmail.com> Tue, 03 Nov 2009 19:34:00 +0200 bangarang (1.0rc+gitf538a3248df135926a662030c90f04f862f4d4c0) karmic; urgency=low * Initial Release. * corrected copyright -- Andreas Marschke <xxtj...@gmail.com> Wed, 14 Oct 2009 01:08:26 +0200 If there is a failure I havent encountered yet in the changelog itself please point that out. Cheers, Andreas Marschke -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.31-6.slh.2-sidux-amd64 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages dpkg-dev depends on: ii base-files 5.0.0 Debian base system miscellaneous f ii binutils 2.20-4 The GNU assembler, linker and bina ii bzip2 1.0.5-3 high-quality block-sorting file co ii dpkg 1.15.5.2 Debian package management system ii libtimedate-perl 1.1900-1 Time and date functions for Perl ii lzma 4.43-14 Compression method of 7z format in ii make 3.81-7 An utility for Directing compilati ii patch 2.5.9-5 Apply a diff file to an original ii perl [perl5] 5.10.1-8 Larry Wall's Practical Extraction ii perl-modules 5.10.1-8 Core Perl modules ii xz-utils 4.999.9beta+20091116-1 XZ-format compression utilities Versions of packages dpkg-dev recommends: ii build-essential 11.4 Informational list of build-essent ii fakeroot 1.14.4-1 Gives a fake root environment ii gcc [c-compiler] 4:4.3.4-1 The GNU C compiler ii gcc-4.3 [c-compiler] 4.3.4-6 The GNU C compiler ii gcc-4.4 [c-compiler] 4.4.2-3 The GNU C compiler ii gnupg 1.4.10-2 GNU privacy guard - a free PGP rep ii gpgv 1.4.10-2 GNU privacy guard - signature veri Versions of packages dpkg-dev suggests: pn debian-keyring <none> (no description available) pn debian-maintainers <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org