Are you a spammer

Please note, that the first 3 posts you make, will need to be approved by a forum Administrator or Moderator before they are publicly viewable.
Each application to join this forum is checked at the Stop Forum Spam website. If the email or IP address appears there when checked, you will not be allowed to join this forum.
If you get past this check and post spam on this forum, your posts will be immediately deleted and your account inactivated.You will then be banned and your IP will be submitted to your ISP, notifying them of your spamming. So your spam links will only be seen for an hour or two at most. In other words, don't waste your time and ours.

This forum is for the use and enjoyment of the members and visitors looking to learn about and share information regarding the topics listed. It is not a free-for-all advertising venue. Your time would be better spent pursuing legitimate avenues of promoting your websites.

A new tool for the masses?

Source code I have written openly published for your viewing pleasure.


A new tool for the masses?

Postby TheeMahn » Sat Jan 22, 2011 6:31 pm

01/13/13: It has not quit, it is becoming a reality in which you will feel.
incase.jpg
Hmm

08/04/12: Things have changed tramatically over a year in the works, expect results when fully implemented / integraded in your O/S.
07/31/11: Put on the back burner for a short minute.
07/15/11: Cut through the mutter, i still suggest reading the below. 3 Jobs gone ;)
05/22/11: If you do nothing, read the bottom 2 paragraphs (I promise you, you will want to read it all). Now we sit on 3 jobs gone ;) One at time of writing.

A new tool for the masses... Well I suppose that is not the proper terminology. I am writing a tool to take away one of my jobs, so I can be more attentive to the forums and actually help people. I like to refer to it as programming automation at it's finest. It is being written with advanced users in mind. Ultimately, this program will change the *Nix world. One way or the other Eventually won't matter if you run any O/S minus "the other o/s", any nix base please read on.

Lets man up:
Code: Select all
theemahn@SledgeHammer:$ man repomaster
Repomaster(1)                     Repomaster                     Repomaster(1)

NAME
       repomaster - Repository Master

SYNOPSIS
       repomaster    -<-OPTION>    [FOLDER|DEBNAME|DISTNAME|USERNAME@URL/DIST‐
       NAME|ADD|REMOVE]

DESCRIPTION
       repomaster - Software suited for extraction, packaging and  maintaining
       a repository.

FEATURES
       Repomaster  has many advanced features to automate the building of debs
       to be Lintian error free. It has advanced  scanning  of  files  to  set
       proper  permissions  and a fix routine to scan for errors and auto cor‐
       rect them. I have ran this tool on a folder with 13 GB of  debs;  prior
       to running the tool a total of 136,435 errors and warnings.  After run‐
       ning the tool 1,323. Repomaster is not perfect yet, but is going in the
       right direction. The numbers continue to diminish.

COMMAND SWITCH USAGE
       Every 'flag' option has a 'no-flag' counterpart with exception of help.
       Specifying no switch is the same as using the --help switch.

       If an option or flag is marked as [XXX], it is optional. Options speci‐
       fied  with  <XXX> are required. They will only work in combination with
       the XXX option.  Example: repomaster --service
       Will not work because the format is [OPTION] <ADD|REMOVE> in this  case
       --service  is  the [OPTION] which is required as per Synopsis above. No
       <required> switch was provided.  IE repomaster --service ADD  which  is
       actually  case  insensitive  the  | seperator signifies either, but not
       both. On the other hand repomaster --extract is just fine without  pro‐
       viding a secondary switch. Please see OPTIONS below for switch require‐
       ments and descriptions.

OPTIONS
       Version

       -v , --version
              Display repomaster's version number.

       Help

       -h , --help
              Shows help.

       Build

       -b , --build [FOLDER]
              Builds specified deb. Specifying no folder name will  build  all
              debs  in  current  directory;  prompting what will be built. All
              error free debs are moved to a hidden sub-folder  called  .debs/
              in   the   current   folder.   Logging   individual   errors  to
              [FOLDER].deb.errors and globally to all_errors.txt  for  further
              review.

       Extract

       -e , --extract [DEB]
              Extracts  specified  [DEB].  Specifying  no  deb  filename  will
              extract all debs in current directory; prompting which debs will
              be extracted.

       Relaxation

       -r , --relax [FOLDER]
              Will  relax  the permissions on a given [FOLDER] allowing you to
              edit or delete files within the folder. The  proper  permissions
              will  automatically  be  reset  when  you  use the build switch.
              Warning: Not specifying a folder will reset permissions  on  all
              sub-folders.  Please  use  care where you execute this tool.  It
              will display the folders to be effected and prompt you prior  to
              doing anything.

       Clean

       -c , --clean [FOLDER]
              Will  erase  specified  [FOLDER] ignoring permissions.  Warning:
              Specifying no folder name will erase all sub-folders in the cur‐
              rent  folder.  Please  use  care.  repomaster will prompt you of
              folders to be effected. It will also erase  all  previous  build
              and error logs.

       Fix

       -f , --fix [FOLDER]
              Will  attempt  to fix all errors in the specified [FOLDER] to be
              Lintian / Debian error free and complaint to  Debian  standards.
              Specifying  no  folder  name  will  process  all  folders with a
              [FOLDER].deb.errors that were generated  by  the  build  switch.
              This will take a long time to be fully implemented.

       Prepare

       -p , --prepare <DISTNAME>
              Prepares  known good .debs/ for publishing. Builds the directory
              structure in a folder called <DISTNAME>. Repomaster then GPG key
              signs the debs as well as the release key for distribution. This
              command switch also auto generates  packages.gz  for  repository
              management. Knowledge of how a repository works is highly recom‐
              mended when using this command switch. Please man gpg  for  more
              information on key signing.

       Publish

       -P  ,  --publish  <USERNAME:[PASSWORD]@URL/DISTNAME> Will publish known
              good debs to remote address of  your  specification.  Repomaster
              will upload all files processed by the prepare switch associated
              smartly. It will compare files on the  remote  server  to  local
              host and only update appropriately, furthermore by architecture.
              A future version will allow multiple distributions  to  be  han‐
              dled. The password is [optional] as ssh will prompt for it prior
              to engaging rsync. Please see man ssh for  more  information  on
              how  the  command is passed. Knowledge of how a repository works
              is highly recommended.  when using this command switch.

       Service

       -s , --service <ADD|REMOVE>
              Installs or removes based on second option to set repomaster  as
              a  service.  This  feature is currently not implemented, however
              when complete will install repomaster as a service. Once set  as
              a  service  repomaster  will monitor any package being installed
              and scan for errors and warnings optionally fixing them via  end
              users  discretion. This powerful feature will allow the end user
              to make the decision if or not errors and warnings  enter  their
              system  prior  to  the  package even being installed. Similar to
              what anti-virus software does.

       Scan

       -s , --scan
              Version scans all debs to be processed. This should be the first
              step you take when dealing with large amounts of debs. When pro‐
              cessing a single deb this switch is useless.  There is no  sense
              in building 2 seperate versions of debs. On the large scale this
              is not a required , but recommended base of first action.

       Verbose

       -V , --verbose [FOLDER]
              Initiates verbose mode.  Invokes  Lintian  to  verbosely  report
              errors  and gives instructions on how to fix them. If I see this
              project all the way through this switch may be come unnecessary,
              time will tell.

PUBLISHING NOTES
       Specifying the -p prepare or the -P publish switch I felt I should take
       the time to document. Most people will  not  be  interested  in  either
       switch  unless they intend to run a repository on-line or locally. Time
       permitting, I will either write a on-line document  and  link  here  or
       elaborate more in this section of the man page.

EXAMPLES OF REPOMASTER USAGE
       TYPICAL USAGE IN ORDER
       1. Scanning of deb(s) to ensure newest version (sometimes unnecessary)
       2. Extraction of the deb(s)
       3. Re-building of the deb(s) to obtain the error(s) and warning(s)
       4. Scanning and fixing of errors(s) and warning(s)
       5. Goto #3 until error(s) and warning(s) = 0

       Repository maintainers will do the above followed by:
       5. Prepare switch followed by repository name
       6. Publish switch followed by remote address

       EXAMPLES
       Extract a deb:
       repomaster -e ultamatix-1.9.3_all.deb

       Re-build the deb:
       repomaster -b ultamatix-1.9.3_all/

       Fix errors:
       repomaster -f ultamatix-1.9.3_all/

       Extract all debs in your current folder into their own sub-folder:
       repomaster -e

       Prepare known good debs:
       repomaster -p themes

       Publish known good debs to remote server:
       repomaster -P USERNAME:[PASSWORD]@Http://themelinux.com/themes/ themes

FILES
       /bin/repomaster
              Software for extraction, packaging and maintaining a repository.

       /usr/share/man/man1/repomaster.1.gz
              The Repository Master manual (this manual)

       ~/.gnome2/nautilus-scripts/RepoMaster/Extract Deb
              GUI - Zenity based nautilus script front-end for extracting debs
              to the repomaster.

       ~/.gnome2/nautilus-scripts/RepoMaster/Build Deb
              GUI - Zenity based nautilus script front-end for  building  debs
              to the repomaster.

       ~/.gnome2/nautilus-scripts/RepoMaster/repomaster
              GUI  - Zenity based nautilus script front-end command switchable
              to repomaster.

SEE ALSO
       gpg(1), rsync(1), ssh(1)

       The full documentation for this tool is maintained as a  Tex-info  man‐
       ual.  If repomaster and the info program are properly installed at your
       site, the command

         info repomaster

       should give you access to the complete manual including a  menu  struc‐
       ture and an index.

COPYRIGHT
       Copyright © 2011 Ultimate Edition Team.
       This  is free software; see the source for copying conditions. There is
       NO warranty; not even for MERCHANTABILITY or FITNESS FOR  A  PARTICULAR
       PURPOSE, to the extent permitted by law.

BUGS
       GNU  repomaster  home page: <Http://www.ultimateedition.info/>.  E-mail
       bug reports to: <[email protected]>.  Be  sure  to  include
       the word repomaster somewhere in the Subject: field."

AUTHOR
       TheeMahn <[email protected]>

       A MESSAGE FROM THE AUTHOR
       Who  reads these man pages anyways? The entire purpose for me taking on
       this project is so I could lose a few of my jobs. Repository management
       and  a  few  programming tasks in which it currently automates. I would
       love nothing more then to say my goal is for repomaster to function  to
       the  point  where 0 errors and 0 warnings get through. Time however, is
       not and has never been on my side. I have  a  slew  of  other  projects
       going  on  and  I  am but one Mahn. I hope you enjoy the software. Feel
       free to send me a beer.

       This man page was written and is maintained by TheeMahn.
       Lintian error free you can count on it ;)

The Repository Master             2011-06-06                     Repomaster(1)
 Manual page repomaster(1) line 184/249 (END)




I am not impressed, it is extracting a bunch of deb files, no real magic here.
well now.png
Well now, that is nice. I want to see it automatically fix 130,000+ errors. Now that would be impressive.


Will the end user be interested in this tool probably not (minus a bulletproof O/S). Distro writers, programmers, repository maintainers or package maintainers for sure. I have been offered to have it copy-written for free and I am considering it. I have said many a time I would never charge the end user a penny, this is not being written for the end user. Does not mean you can not as the end user use it free. We have a ways to go before reality begins to sink in.

I will place test case studies here. The man and 130,000+ errors & warnings was ran across our very own repository. If I could ignore the package maintainers disregard for error & license agreement we would have a perfect O/S when I am done. Yes, I know I have made errors in some of those packages, but all of mine are fixed to perfection on themelinux.com's repository. 0 errors, 0 warnings. By running this very same tool. It is impossible for most to fathom the impact this tool will have when widespread and used by the individual who wrote their program / packaged it, O/S developer once set as a service (yes, it is coming).

What does this mean? I do not care what deb, rpm etc. you install it will scan for errors and fix them prior to installation, as per your prompt. I have left alot out in deliberation of what it currently does.

I will begin case study #1 our repository and screenshot by screenshot to show you the impact as well as repair. I do not want to up-play our repository, wait until you see case study #2.

CASE STUDY #1 (our repository):
PLEASE BE ADVISED, THIS COMMAND WILL DOWNLOAD ~13 Gigabytes of debs into a folder called: "www.downloadue.info"
EDIT8/14/2012: now 50GB and 403 forbidden, alot of bandwidth consumption involved.
Code: Select all
wget -r -A deb www.downloadue.info/repo/

down.png
Down it rolls. This will take a long minute, this is when I wish I had FIOS.

I stand corrected:
FINISHED --2011-01-27 00:17:49--
Downloaded: 663 files, 14G in 5h 11m 57s (790 KB/s)
theemahn@SledgeHammer:/media/Storage$

A high speed line is recommended, we have cloud based hosting at 15 Gigabit total, I have crap inet, even worse uploading. I will continue this later when the software is available for testing. Admin are the only ones that have it currently. I will show you what I refer to:
Code: Select all
cd www.downloadue.info/repo/
lintian *.deb > ew.txt


Let me try and save you the time.
theemahn@SledgeHammer:/media/Storage/www.downloadue.info/repo$ lintian *.deb > ew.txt
internal error: command failed with error code 2
warning: could not unpack package to desired level
warning: skipping check of binary package ultimate-edition-theme-2.1
Can't call method "data" on an undefined value at /usr/share/lintian/checks/deb-format line 63.
internal error: cannot run deb_format check on package wormux
warning: skipping check of binary package wormux
theemahn@SledgeHammer:/media/Storage/www.downloadue.info/repo$


Results (I am saving you hours of downloading and Lintian, don't believe me, feel free to do so):
ew.txt.tar.gz
Nasty, please continue to pay attention.
(1.49 MiB) Downloaded 646 times

open ew.txt and begin to sweat. Lintian is there to find errors, I am going to be there to fix them. If I let it roll as it is 130,000+ are gone. I would like to say my goal 0 errors / warnings. My main goal is to lose one of my jobs. Many can't understand the things I do, I have a multitude of jobs. I need to automate programming ;) sed may do that, the guy that wrote that I do not hold a candle to. I sed so ;) I love Linux and pipes - I do not miss Windows, except for an occasional game. This will eventually go away. Games will come here. I will see to it. API is squat to me.

I suppose I should press the issue, my bday is coming in a few days. I wrote my first program at 11, almost 30 years ago. I will be 40. I said almost ;)

We will begin with as has been seen: repomaster -e

I am w/o providing software providing results. I am not about $, I would love to give the software away. People are against my mode of thinking. Software to me everything should be free. Many feel I should be paid, I do not. I do know what this will do, imagine this used as a service though apt, synaptic. Nothing, but perfection enters your system. I do not care if you run Debian, Ubuntu, the list goes on.

Extraction complete. Error(s) in extaction: please review ar.log.
ar: ultimate-edition-theme-2.1.4_all.deb is not a valid archive
theemahn@SledgeHammer:/media/Storage/www.downloadue.info/repo$


Thank you sir. Did we not see similar. Let's build. 130,000 errors / warnings are smoked right? We will not utilize the -f switch. Solely -b the build switch.
vertris_0.3.2-2~getdeb2_i386/
vuze_4.2.0.2-1~getdeb1_amd64/
warsow_0.42.dfsg1-1~getdeb1_i386/
warsow_0.50-1~getdeb2_amd64/
warsow_0.50-1~getdeb2_i386/
warsow-data_0.42-1~getdeb1_all/
warsow-dbg_0.50-1~getdeb2_amd64/
warsow-dbg_0.50-1~getdeb2_i386/
warsow-server_0.42.dfsg1-1~getdeb1_i386/
warsow-server_0.50-1~getdeb2_amd64/
warsow-server_0.50-1~getdeb2_i386/
warzone2100_2.2.1-1~getdeb1_amd64/
warzone2100-data_2.2.1-1~getdeb1_all/
warzone2100-dbg_2.2.1-1~getdeb1_i386/
warzone2100-music_2.2.1-1~getdeb1_all/
webilder_0.6.4-1~getdeb1_all/
webilder-gnome_0.6.4-1~getdeb1_all/
wesnoth_1.6.4-1~getdeb1_all/
wesnoth-all_1.6.4-1~getdeb1_all/
wesnoth-campaigns_1.6.1-1~getdeb1_all/
wesnoth-campaigns_1.6.4-1~getdeb1_all/
wesnoth-core_1.6.1-1~getdeb1_amd64/
wesnoth-core_1.6.4-1~getdeb1_amd64/
wesnoth-core_1.6.4-1~getdeb1_i386/
wesnoth-data_1.6.1-1~getdeb1_all/
wesnoth-data_1.6.4-1~getdeb1_all/
wesnoth-dbg_1.6.4-1~getdeb1_amd64/
wesnoth-editor_1.6.4-1~getdeb1_all/
wesnoth-music_1.6.1-1~getdeb1_all/
wesnoth-music_1.6.4-1~getdeb1_all/
wesnoth-server_1.6.4-1~getdeb1_amd64/
wesnoth-server_1.6.4-1~getdeb1_i386/
wesnoth-tools_1.6.4-1~getdeb1_all/
widelands_12-0~getdeb1_i386/
widelands-data_12-0~getdeb1_all/
wine-doors_0.1.3_all/
wine-doors_0.1.3rc1_all/
wireshark_1.2.0~repack1-1~getdeb1_amd64/
wireshark-common_1.2.0~repack1-1~getdeb1_amd64/
worldofpadman_1.1-0~getdeb1_amd64/
worldofpadman_1.1-0~getdeb1_i386/
worldofpadman-data_1.2-1~getdeb1_all/
worldofpadman-server_1.1-0~getdeb1_amd64/
wormux_0.8.3-1~getdeb1_i386/
wormux-data_0.8.3-1~getdeb1_all/
wxcam_1.0.4-1~getdeb1_amd64/
xcurs-0.5.1/
xmlcopyeditor_1.2.0.4-1~getdeb1_amd64/
xmoto_0.5.1-1~getdeb1_i386/
xmoto-data_0.5.1-1~getdeb1_all/
xqf_1.0.5+svn825-1~getdeb1_i386/
xye_0.8.0-1~getdeb1_i386/
yabause_0.9.6-0~getdeb1_i386/
yarssr_0.2.2-4_all/
yofrankie_0rev24-1~getdeb1_all/
zathras_0.0+r1-1~getdeb1_all/
zevv-tetris_1577-1~getdeb1_i386/
Build the above debs?

workin.png
Workin.


It will automatically fix anything that does not conform. I have not tossed the -f switch yet (this is what will upset people). Many will be mad, but I am here to fix issues. Eventually make it take one of my jobs right? I am sure I pissed many off by releasing what I am going to fix. Where I am going? A wake up call. Oh, that is right I have not released it yet ;)

I have 50 + admin most are oblivious to the impact of this tool. I promise you when released will gather a whole bunch of attention. O/S writers: Please be mad at me. My job is one. I do not care, they will come see me as well. Most have seen anything I have written as just that, I am used to it. Let's see how this turns out. I want to point out I have never said I own. You may think differently. I do not have time to even address my own forum. I do see millions per day oh thats hits ;) I am sorry & please work with me. Oh, I am sorry, we are sites. A million here a million there ;) I push the final ISO to sourceforge right and that is 32 servers. Do the math on that. Did they not interview me? Solid petabytes. I give them kudos every chance I can.
repomaster.png
Let me toss in an Easteregg a little late for Easter ;) Is that Natty? Didn't they just release that today? Built & installed ;)


Final product, I don't think so. I want you to think about this, lets say I installed repomaster first built Ultimate Edition 3.0 (service wise) and purged it from the system, a super wow is what I see. I am going to try and do so. Much has changed since the easteregg. It will scan license agreements and I will deny any that are not GPL as an O/S builder. Imagine unleashed solid. Where you as the end user has the decision. 0 errors / warnings enter your system. This is the reason for the above.

When the option -p happens I am done with the tool. -p is publish and will automatically index the debs and rsync the results to our server. I should not say our server will be able to do the same no matter the server. It will be a Nasty tool ;) When I am done. Replace my job right? 3 jobs crushed when I get there. Building an O/S should be my only job right? No, I miss the forum. Watch me autonomously stop it all. The tool does not build O/S's. I have software that I am working on that does that as well. Please call me lazy now ;)

06/01/11: Let me correct the above paragraph, I am working on the publish routine today, however I am going to write a service routine to prompt the end user if they want it used as a service. This will not fix errors currently in your system, however will prompt you on any new package installed whether or not to fix such said issues.

As I build Ultimate Edition 3.0, will prompt me so those said issues will not be there (will be the first package I install before building). Once done, I am saying Ultimate Edition will be the only bulletproof O/S on the planet. Feel free to view my output of the tools usage and begin to get a grasp of the impact it will have on posts I have made today below.
Last edited by TheeMahn on Sun Jan 13, 2013 6:36 am, edited 13 times in total.
Reason: Let's get this out in the open.
User avatar
TheeMahn
Site Admin
 
Posts: 4201
Joined: Fri Oct 12, 2007 10:02 am
Location: U.S.A.
Age: 53
Operating System: Ultimate Edition Developer



Re: A new tool for the masses?

Postby emaNresU » Mon May 23, 2011 3:11 pm

While I can't begin to understand the code you have written, however, if I am understanding the destination you are headed for, this is huge! Outside of being able to repair repository packages, are you saying that it will be possible to run your 'magic' as a service to clean up any package that is being installed, and on the fly, make the necessary repairs before installation?
Color me "Ultimately" impressed! :D
Although I've used your OS daily for the past few years, I have just enough knowledge to get me into/out of trouble. I do however have pretty good reading comprehension so I mostly manage on my own.
I passed the 40 year milestone quite some time ago and am almost to the next one
( I said "almost" as well <BREW> ) and like I tell my kids, I may get old but I will never grow up!
Many big thanks from this satisfied recipient of your efforts! Keep doing what you do and being who you are. Everything else is just a sideshow!
I'll be around, lurking and searching because I just can't help breaking stuff. :geek:
Rock on!
Ricky
User avatar
emaNresU
U.E. Newbie
U.E. Newbie
 
Posts: 4
Joined: Tue Aug 25, 2009 2:47 pm
Location: Arizona
Operating System: Ultimate Edition 3.0 Lite Gamers



Re: A new tool for the masses?

Postby dougal » Sun May 29, 2011 3:45 am

I echo everything emaNesrU has said although I am a little older still. I still have a kids' mischievousness as my wife will attest.
I unfortunately can't quite comprehend everything you have said but, by the way you say things it certainly sounds like a wake up call.
I personally can't wait for the big day when all OSes are free with everyone lending a hand to make things as perfect as can be.
It's great to see you putting in so much personal effort and I truly hope you are rewarded in the way you want. God knows you deserve it.
One question - does this mean that one day users of that other OS will find it easy to come to ultimate Edition and use it straight off because the system will have no errors?

Rock on TheeMann...
ImageImage


Serious Ultimate Edition user with little talent but, stacks of enthusiasm and willing to help anyone as much as I humbly can...
Main OS: Ultimate Edition 2.6 on all my machines (can't live without Emerald)
On probation OS: 3.5 64-bit
User avatar
dougal
Site Admin
 
Posts: 309
Joined: Mon Jul 12, 2010 5:05 pm
Age: 61
Operating System: Other O/S



Re: A new tool for the masses?

Postby TheeMahn » Wed Jun 01, 2011 7:09 am

I thought I would drop a little update on how this tool is doing and a little insight of things to come. I have been re-building themelinux.com's repository. Newer versions of debs involved a few new tools all will be compiled to perfection. Sorry had to trunicate a bunch of output or the post would be about 350,000 chars. If you would like to see the entire output please download the attatched txt file below.
repomaster_output.txt
Output of the repomaster.
(202.91 KiB) Downloaded 496 times


We begin:
theemahn@SledgeHammer:/media/742388cf-6c6e-4afe-bcd5-60c615e4c15f$ repomaster -e
Code: Select all
Repomaster 1.7.0-1 extraction routine called.
=================================
Beginning extraction of azenis-plymouth-0.0.1_all.deb
=================================
to azenis-plymouth-0.0.1_all/
Extracting Control files from azenis-plymouth-0.0.1_all.deb
Extracting data files from azenis-plymouth-0.0.1_all.deb
Extraction of azenis-plymouth-0.0.1_all.deb complete.
=================================
Beginning extraction of azenis-theme-pack_0.0.4_all.deb
=================================
to azenis-theme-pack_0.0.4_all/
Extracting Control files from azenis-theme-pack_0.0.4_all.deb
Extracting data files from azenis-theme-pack_0.0.4_all.deb
Extraction of azenis-theme-pack_0.0.4_all.deb complete.
=================================
Beginning extraction of azenis-theme-pack_0.0.6_all.deb
=================================
to azenis-theme-pack_0.0.6_all/
Extracting Control files from azenis-theme-pack_0.0.6_all.deb
Extracting data files from azenis-theme-pack_0.0.6_all.deb
Extraction of azenis-theme-pack_0.0.6_all.deb complete.
=================================
Beginning extraction of azenis-usplash-0.0.1_amd64.deb
=================================
to azenis-usplash-0.0.1_amd64/
Extracting Control files from azenis-usplash-0.0.1_amd64.deb
Extracting data files from azenis-usplash-0.0.1_amd64.deb
Extraction of azenis-usplash-0.0.1_amd64.deb complete.
=================================
Beginning extraction of azenis-xsplash-0.0.1_all.deb
=================================
to azenis-xsplash-0.0.1_all/
Extracting Control files from azenis-xsplash-0.0.1_all.deb
Extracting data files from azenis-xsplash-0.0.1_all.deb
Extraction of azenis-xsplash-0.0.1_all.deb complete.
=================================
Beginning extraction of blue-deck-theme-pack_0.0.3.deb
=================================
to blue-deck-theme-pack_0.0.3/
Extracting Control files from blue-deck-theme-pack_0.0.3.deb
Extracting data files from blue-deck-theme-pack_0.0.3.deb
Extraction of blue-deck-theme-pack_0.0.3.deb complete.
=================================
Beginning extraction of lava-theme-pack-0.0.6_all.deb
=================================
to lava-theme-pack-0.0.6_all/
Extracting Control files from lava-theme-pack-0.0.6_all.deb
Extracting data files from lava-theme-pack-0.0.6_all.deb
Extraction of lava-theme-pack-0.0.6_all.deb complete.
=================================
Beginning extraction of lava-theme-xsplash-0.0.1_all.deb
=================================
to lava-theme-xsplash-0.0.1_all/
Extracting Control files from lava-theme-xsplash-0.0.1_all.deb
Extracting data files from lava-theme-xsplash-0.0.1_all.deb
Extraction of lava-theme-xsplash-0.0.1_all.deb complete.
=================================
Beginning extraction of libgtkhtml2-0_2.11.1-2_amd64.deb
=================================
to libgtkhtml2-0_2.11.1-2_amd64/
Extracting Control files from libgtkhtml2-0_2.11.1-2_amd64.deb
Extracting data files from libgtkhtml2-0_2.11.1-2_amd64.deb
Extraction of libgtkhtml2-0_2.11.1-2_amd64.deb complete.
=================================
Beginning extraction of libgtkhtml2-0_2.11.1-2_i386.deb
=================================
to libgtkhtml2-0_2.11.1-2_i386/
Extracting Control files from libgtkhtml2-0_2.11.1-2_i386.deb
Extracting data files from libgtkhtml2-0_2.11.1-2_i386.deb
Extraction of libgtkhtml2-0_2.11.1-2_i386.deb complete.
=================================
Beginning extraction of libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64.deb
=================================
to libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64/
Extracting Control files from libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64.deb
Extracting data files from libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64.deb
Extraction of libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64.deb complete.
=================================
Beginning extraction of libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386.deb
=================================
to libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386/
Extracting Control files from libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386.deb
Extracting data files from libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386.deb
Extraction of libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386.deb complete.
=================================
Beginning extraction of onux-theme-0.0.4-all.deb
=================================
to onux-theme-0.0.4-all/
Extracting Control files from onux-theme-0.0.4-all.deb
Extracting data files from onux-theme-0.0.4-all.deb
Extraction of onux-theme-0.0.4-all.deb complete.
=================================
Beginning extraction of PlayOnLinux_3.8.12.deb
=================================
to PlayOnLinux_3.8.12/
Extracting Control files from PlayOnLinux_3.8.12.deb
Extracting data files from PlayOnLinux_3.8.12.deb
Extraction of PlayOnLinux_3.8.12.deb complete.
=================================
Beginning extraction of python-gtkhtml2_2.25.3-4.1+b3_amd64.deb
=================================
to python-gtkhtml2_2.25.3-4.1+b3_amd64/
Extracting Control files from python-gtkhtml2_2.25.3-4.1+b3_amd64.deb
Extracting data files from python-gtkhtml2_2.25.3-4.1+b3_amd64.deb
Extraction of python-gtkhtml2_2.25.3-4.1+b3_amd64.deb complete.
=================================
Beginning extraction of python-gtkhtml2_2.25.3-4.1+b3_i386.deb
=================================
to python-gtkhtml2_2.25.3-4.1+b3_i386/
Extracting Control files from python-gtkhtml2_2.25.3-4.1+b3_i386.deb
Extracting data files from python-gtkhtml2_2.25.3-4.1+b3_i386.deb
Extraction of python-gtkhtml2_2.25.3-4.1+b3_i386.deb complete.
=================================
Beginning extraction of radiotray_0.6.4_all.deb
=================================
to radiotray_0.6.4_all/
Extracting Control files from radiotray_0.6.4_all.deb
Extracting data files from radiotray_0.6.4_all.deb
Extraction of radiotray_0.6.4_all.deb complete.
=================================
Beginning extraction of splashscreenmanager_1.2_amd64.deb
=================================
to splashscreenmanager_1.2_amd64/
Extracting Control files from splashscreenmanager_1.2_amd64.deb
Extracting data files from splashscreenmanager_1.2_amd64.deb
Extraction of splashscreenmanager_1.2_amd64.deb complete.
=================================
Beginning extraction of splashscreenmanager_1.2_i386.deb
=================================
to splashscreenmanager_1.2_i386/
Extracting Control files from splashscreenmanager_1.2_i386.deb
Extracting data files from splashscreenmanager_1.2_i386.deb
Extraction of splashscreenmanager_1.2_i386.deb complete.
=================================
Beginning extraction of themelinux-0.0.1_all.deb
=================================
to themelinux-0.0.1_all/
Extracting Control files from themelinux-0.0.1_all.deb
Extracting data files from themelinux-0.0.1_all.deb
Extraction of themelinux-0.0.1_all.deb complete.
=================================
Beginning extraction of turbojet2_2.0-rc1-1_amd64.deb
=================================
to turbojet2_2.0-rc1-1_amd64/
Extracting Control files from turbojet2_2.0-rc1-1_amd64.deb
Extracting data files from turbojet2_2.0-rc1-1_amd64.deb
Extraction of turbojet2_2.0-rc1-1_amd64.deb complete.
=================================
Beginning extraction of turbojet2_2.0-rc1-1_i386.deb
=================================
to turbojet2_2.0-rc1-1_i386/
Extracting Control files from turbojet2_2.0-rc1-1_i386.deb
Extracting data files from turbojet2_2.0-rc1-1_i386.deb
Extraction of turbojet2_2.0-rc1-1_i386.deb complete.
=================================
Beginning extraction of ubuntu-tweak_0.5.7-1_all.deb
=================================
to ubuntu-tweak_0.5.7-1_all/
Extracting Control files from ubuntu-tweak_0.5.7-1_all.deb
Extracting data files from ubuntu-tweak_0.5.7-1_all.deb
Extraction of ubuntu-tweak_0.5.7-1_all.deb complete.
=================================
Beginning extraction of ultamatix-1.9.1_all.deb
=================================
to ultamatix-1.9.1_all/
Extracting Control files from ultamatix-1.9.1_all.deb
Extracting data files from ultamatix-1.9.1_all.deb
Extraction of ultamatix-1.9.1_all.deb complete.
=================================
Beginning extraction of ultamatix-1.9.2_all.deb
=================================
to ultamatix-1.9.2_all/
Extracting Control files from ultamatix-1.9.2_all.deb
Extracting data files from ultamatix-1.9.2_all.deb
Extraction of ultamatix-1.9.2_all.deb complete.
=================================
Beginning extraction of ultamatix-1.9.3_all.deb
=================================
to ultamatix-1.9.3_all/
Extracting Control files from ultamatix-1.9.3_all.deb
Extracting data files from ultamatix-1.9.3_all.deb
Extraction of ultamatix-1.9.3_all.deb complete.
=================================
Beginning extraction of ultimate-edition-2.0.0-usplash_amd64.deb
=================================
to ultimate-edition-2.0.0-usplash_amd64/
Extracting Control files from ultimate-edition-2.0.0-usplash_amd64.deb
Extracting data files from ultimate-edition-2.0.0-usplash_amd64.deb
Extraction of ultimate-edition-2.0.0-usplash_amd64.deb complete.
=================================
Beginning extraction of ultimate-edition-2.0.0-usplash_i386.deb
=================================
to ultimate-edition-2.0.0-usplash_i386/
Extracting Control files from ultimate-edition-2.0.0-usplash_i386.deb
Extracting data files from ultimate-edition-2.0.0-usplash_i386.deb
Extraction of ultimate-edition-2.0.0-usplash_i386.deb complete.
=================================
Beginning extraction of ultimate-edition-2.0.0-xsplash_all.deb
=================================
to ultimate-edition-2.0.0-xsplash_all/
Extracting Control files from ultimate-edition-2.0.0-xsplash_all.deb
Extracting data files from ultimate-edition-2.0.0-xsplash_all.deb
Extraction of ultimate-edition-2.0.0-xsplash_all.deb complete.
=================================
Beginning extraction of ultimate-edition-2.1.0-plymouth_all.deb
=================================
to ultimate-edition-2.1.0-plymouth_all/
Extracting Control files from ultimate-edition-2.1.0-plymouth_all.deb
Extracting data files from ultimate-edition-2.1.0-plymouth_all.deb
Extraction of ultimate-edition-2.1.0-plymouth_all.deb complete.
=================================
Beginning extraction of ultimate-edition-2.1.0-usplash_amd64.deb
=================================
to ultimate-edition-2.1.0-usplash_amd64/
Extracting Control files from ultimate-edition-2.1.0-usplash_amd64.deb
Extracting data files from ultimate-edition-2.1.0-usplash_amd64.deb
Extraction of ultimate-edition-2.1.0-usplash_amd64.deb complete.
=================================
Beginning extraction of ultimate-edition-2.1.0-usplash_i386.deb
=================================
to ultimate-edition-2.1.0-usplash_i386/
Extracting Control files from ultimate-edition-2.1.0-usplash_i386.deb
Extracting data files from ultimate-edition-2.1.0-usplash_i386.deb
Extraction of ultimate-edition-2.1.0-usplash_i386.deb complete.
=================================
Beginning extraction of ultimate-edition-2.1.0-xsplash_all.deb
...............................
Beginning extraction of unetbootin-494_i386.deb
=================================
to unetbootin-494_i386/
Extracting Control files from unetbootin-494_i386.deb
Extracting data files from unetbootin-494_i386.deb
Extraction of unetbootin-494_i386.deb complete.
Extraction complete.  No errors detected in extraction.


We continue:
theemahn@SledgeHammer:/media/742388cf-6c6e-4afe-bcd5-60c615e4c15f$ repomaster -b
Code: Select all
Entering Build mode.
azenis-plymouth-0.0.1_all/
azenis-theme-pack_0.0.4_all/
azenis-theme-pack_0.0.6_all/
azenis-usplash-0.0.1_amd64/
azenis-xsplash-0.0.1_all/
blue-deck-theme-pack_0.0.3/
lava-theme-pack-0.0.6_all/
lava-theme-xsplash-0.0.1_all/
libgtkhtml2-0_2.11.1-2_amd64/
libgtkhtml2-0_2.11.1-2_i386/
libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64/
libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386/
onux-theme-0.0.4-all/
PlayOnLinux_3.8.12/
python-gtkhtml2_2.25.3-4.1+b3_amd64/
python-gtkhtml2_2.25.3-4.1+b3_i386/
radiotray_0.6.4_all/
splashscreenmanager_1.2_amd64/
splashscreenmanager_1.2_i386/
themelinux-0.0.1_all/
turbojet2_2.0-rc1-1_amd64/
turbojet2_2.0-rc1-1_i386/
ubuntu-tweak_0.5.7-1_all/
ultamatix-1.9.1_all/
ultamatix-1.9.2_all/
ultamatix-1.9.3_all/
ultimate-edition-2.0.0-usplash_amd64/
ultimate-edition-2.0.0-usplash_i386/
ultimate-edition-2.0.0-xsplash_all/
ultimate-edition-2.1.0-plymouth_all/
ultimate-edition-2.1.0-usplash_amd64/
ultimate-edition-2.1.0-usplash_i386/
ultimate-edition-2.1.0-xsplash_all/
ultimate-edition-2.2.0-usplash_amd64/
ultimate-edition-2.2.0-xsplash_all/
ultimate-edition-2.3.0-plymouth_all/
ultimate-edition-2.3.0-usplash_amd64/
ultimate-edition-2.3.0-usplash_i386/
ultimate-edition-2.3.0-xsplash_all/
ultimate-edition-2.4.0-plymouth/
ultimate-edition-2.4.0-usplash_amd64/
ultimate-edition-2.4.0-usplash_i386/
ultimate-edition-2.4.0-xsplash_all/
ultimate-edition-2.5.0-plymouth/
ultimate-edition-2.5.0-usplash_amd64/
ultimate-edition-2.5.0-usplash_i386/
ultimate-edition-2.5.0-xsplash_all/
ultimate-edition-2.6.0-usplash_amd64/
ultimate-edition-2.6.0-usplash_i386/
ultimate-edition-2.6.1-xsplash_all/
ultimate-edition-2.6.3-plymouth_all/
ultimate-edition-2.7.0-plymouth_all/
ultimate-edition-2.7.0-xsplash_all/
ultimate-edition-2.8.0-xsplash_all/
ultimate-edition-2.8.1-plymouth_all/
ultimate-edition-2.9.0-plymouth_all/
ultimate-edition-2.9.0-xsplash_all/
ultimate-edition-3.0/
ultimate-edition-3.0.0-plymouth_all/
ultimate-edition-3.0.0-xsplash_all/
ultimate-edition-cursors-0.0.2_all/
ultimate-edition-customizations-2.6.1_all/
ultimate-edition-customizations-3.0.0_all/
ultimate-edition-halloween-theme-0.0.3/
ultimate-edition-icons-baby-blue-0.0.1_all/
ultimate-edition-icons-dark-glass.0.0.1_all/
ultimate-edition-icons-dark-one-0.0.1_all/
ultimate-edition-icons-gold-0.0.1_all/
ultimate-edition-icons-light-0.0.1_all/
ultimate-edition-icons-red-0.0.1_all/
ultimate-edition-installation-guide-0.0.4/
ultimate-edition-nautilus-scripts-1.6/
ultimate-edition-nautilus-scripts-1.6.1_all/
ultimate-edition-nautilus-scripts-1.7.1-1_all/
ultimate-edition-repositories-0.0.2_all/
ultimate-edition-sound-scheme-0.0.1_all/
ultimate-edition-theme-2.0.3_all/
ultimate-edition-theme-2.1.5_all/
ultimate-edition-theme-2.2.5_all/
ultimate-edition-theme-2.3.5_all/
ultimate-edition-theme-2.4.9_all/
ultimate-edition-theme-2.5.4_all/
ultimate-edition-theme-2.6.4_all/
ultimate-edition-theme-2.7.1_all/
ultimate-edition-theme-2.8.2-all/
ultimate-edition-theme-2.9.0-all/
ultimate-edition-theme-3.0-all/
ultimate-edition-xmas-2008-1.0.5/
ultimate-edition-xmas-2009-1.0.1_all/
ultimate-edition-xmas-2009-xsplash/
ultimate-edition-xmas-2010-0.0.2_all/
ultimate-edition-xmas-theme-1.0.5/
ultimate-edition-xmas-usplash-1.0.5_amd64/
unetbootin-494_amd64/
unetbootin-494_i386/
Build the above debs?Y
Begining Build...
Repomaster 1.7.0-1 is entering build mode.
First build or no previous errors.
=================================
Beginning build of azenis-plymouth-0.0.1_all/
=================================
Relaxing permissions of azenis-plymouth-0.0.1_all/
Cleaning up any tmp or backup files.
Setting individual file permissions to 644.
Scanning for executables in azenis-plymouth-0.0.1_all/
No /etc/ so need to build conffiles.
Calculating Installed size & inserting into control file if necessary.
azenis-plymouth-0.0.1_all/ is 1208. Control file reporting: 1208
Size indicated in control is correct.
Calculating MD5SUMS in azenis-plymouth-0.0.1_all/
Setting ownership to root in azenis-plymouth-0.0.1_all/
Setting individual folder permissions to 755.
Setting permissions rights for control etc.
Building of azenis-plymouth-0.0.1_all/
dpkg-deb: building package `azenis-plymouth' in `azenis-plymouth-0.0.1_all.deb'.
Lintian resulting package azenis-plymouth-0.0.1_all.deb.
We have compiled a perfect deb.
Moving azenis-plymouth-0.0.1_all.deb to .debs/
Repomaster 1.7.0-1 is entering build mode.
First build or no previous errors.
=================================
Beginning build of azenis-theme-pack_0.0.4_all/
=================================
Relaxing permissions of azenis-theme-pack_0.0.4_all/
Cleaning up any tmp or backup files.
Setting individual file permissions to 644.
Scanning for executables in azenis-theme-pack_0.0.4_all/
No /etc/ so need to build conffiles.
azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/Quodlibet plugin/LyricsScreenletInformator.py
azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/widget.py
azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/LyricsScreenlet.py
azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/lyricsengine/minilyrics.py
azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/lyricsengine/engine.py
azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/lyricsengine/ALSong.py
azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/lyricsengine/lrcdb.py
azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/ListenPlayer.py
azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/player.py
azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/ExailePlayer03.py
azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/LyricsPanel.py
Calculating Installed size & inserting into control file if necessary.
azenis-theme-pack_0.0.4_all/ is 39180. Control file reporting: 39168
Size Mismatch, replacing.
Calculating MD5SUMS in azenis-theme-pack_0.0.4_all/
Setting ownership to root in azenis-theme-pack_0.0.4_all/
Setting individual folder permissions to 755.
Setting permissions rights for control etc.
Building of azenis-theme-pack_0.0.4_all/
dpkg-deb: building package `azenis-theme-pack' in `azenis-theme-pack_0.0.4_all.deb'.
Lintian resulting package azenis-theme-pack_0.0.4_all.deb.
Error: E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/LyricsPanel.py Logged to all_errors.txt.
Error: E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/LyricsScreenlet.py Logged to all_errors.txt.
Error: E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/Quodlibet plugin/LyricsScreenletInformator.py Logged to all_errors.txt.
Error: E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/lyricsengine/ALSong.py Logged to all_errors.txt.
Error: E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/lyricsengine/engine.py Logged to all_errors.txt.
Error: E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/lyricsengine/lrcdb.py Logged to all_errors.txt.
Error: E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/lyricsengine/minilyrics.py Logged to all_errors.txt.
Error: E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/players/ExailePlayer03.py Logged to all_errors.txt.
Error: E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/players/ListenPlayer.py Logged to all_errors.txt.
Error: E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/players/player.py Logged to all_errors.txt.
Error: E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/widget.py Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/LyricsPanel.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/lyricsengine/ALSong.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/lyricsengine/__init__.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/lyricsengine/engine.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/lyricsengine/lrcdb.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/lyricsengine/minilyrics.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/AmarokDbusPlayer.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/AmarokDcopPlayer.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/AudaciousPlayer.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/BansheePlayer.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/ExaileMprisPlayer.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/ExailePlayer.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/ExailePlayer03.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/ListenPlayer.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/QuodlibetPlayer.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/RhythmboxPlayer.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/XmmsPlayer.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/__init__.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/mpd.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/mpris.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/player.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/utils.pyc Logged to all_errors.txt.
Error: E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/widget.pyc Logged to all_errors.txt.
azenis-theme-pack_0.0.4_all.deb Errors recorded: 0, Warnings recorded: 0
Repomaster 1.7.0-1 is entering build mode.
First build or no previous errors.
=================================
Beginning build of azenis-theme-pack_0.0.6_all/
=================================
Relaxing permissions of azenis-theme-pack_0.0.6_all/
Cleaning up any tmp or backup files.
Setting individual file permissions to 644.
Scanning for executables in azenis-theme-pack_0.0.6_all/
No /etc/ so need to build conffiles.
azenis-theme-pack_0.0.6_all/usr/share/screenlets/Lyrics/Quodlibet plugin/LyricsScreenletInformator.py
azenis-theme-pack_0.0.6_all/usr/share/screenlets/Lyrics/widget.py
azenis-theme-pack_0.0.6_all/usr/share/screenlets/Lyrics/LyricsScreenlet.py
azenis-theme-pack_0.0.6_all/usr/share/screenlets/Lyrics/lyricsengine/minilyrics.py
azenis-theme-pack_0.0.6_all/usr/share/screenlets/Lyrics/lyricsengine/engine.py
azenis-theme-pack_0.0.6_all/usr/share/screenlets/Lyrics/lyricsengine/ALSong.py
azenis-theme-pack_0.0.6_all/usr/share/screenlets/Lyrics/lyricsengine/lrcdb.py
azenis-theme-pack_0.0.6_all/usr/share/screenlets/Lyrics/players/ListenPlayer.py
azenis-theme-pack_0.0.6_all/usr/share/screenlets/Lyrics/players/player.py
azenis-theme-pack_0.0.6_all/usr/share/screenlets/Lyrics/players/ExailePlayer03.py
azenis-theme-pack_0.0.6_all/usr/share/screenlets/Lyrics/LyricsPanel.py
Calculating Installed size & inserting into control file if necessary.
azenis-theme-pack_0.0.6_all/ is 39008. Control file reporting: 38996
Size Mismatch, replacing.
Calculating MD5SUMS in azenis-theme-pack_0.0.6_all/
Setting ownership to root in azenis-theme-pack_0.0.6_all/
Setting individual folder permissions to 755.
Setting permissions rights for control etc.
Building of azenis-theme-pack_0.0.6_all/
dpkg-deb: building package `azenis-theme-pack' in `azenis-theme-pack_0.0.6_all.deb'.
Lintian resulting package azenis-theme-pack_0.0.6_all.deb.
We have compiled a perfect deb.
Moving azenis-theme-pack_0.0.6_all.deb to .debs/
Repomaster 1.7.0-1 is entering build mode.
First build or no previous errors.
=================================
Beginning build of azenis-usplash-0.0.1_amd64/
=================================
Relaxing permissions of azenis-usplash-0.0.1_amd64/
Cleaning up any tmp or backup files.
Setting individual file permissions to 644.
Scanning for executables in azenis-usplash-0.0.1_amd64/
No /etc/ so need to build conffiles.
Calculating Installed size & inserting into control file if necessary.
azenis-usplash-0.0.1_amd64/ is 14344. Control file reporting: 14344
Size indicated in control is correct.
Calculating MD5SUMS in azenis-usplash-0.0.1_amd64/
Setting ownership to root in azenis-usplash-0.0.1_amd64/
Setting individual folder permissions to 755.
Setting permissions rights for control etc.
Building of azenis-usplash-0.0.1_amd64/
dpkg-deb: building package `azenis-usplash' in `azenis-usplash-0.0.1_amd64.deb'.
Lintian resulting package azenis-usplash-0.0.1_amd64.deb.
We have compiled a perfect deb.
Moving azenis-usplash-0.0.1_amd64.deb to .debs/
Repomaster 1.7.0-1 is entering build mode.
First build or no previous errors.
=================================
Beginning build of azenis-xsplash-0.0.1_all/
=================================
Relaxing permissions of azenis-xsplash-0.0.1_all/
Cleaning up any tmp or backup files.
Setting individual file permissions to 644.
Scanning for executables in azenis-xsplash-0.0.1_all/
No /etc/ so need to build conffiles.
Calculating Installed size & inserting into control file if necessary.
azenis-xsplash-0.0.1_all/ is 9140. Control file reporting: 9140
Size indicated in control is correct.
Calculating MD5SUMS in azenis-xsplash-0.0.1_all/
Setting ownership to root in azenis-xsplash-0.0.1_all/
Setting individual folder permissions to 755.
Setting permissions rights for control etc.
Building of azenis-xsplash-0.0.1_all/
dpkg-deb: building package `azenis-xsplash' in `azenis-xsplash-0.0.1_all.deb'.
Lintian resulting package azenis-xsplash-0.0.1_all.deb.
We have compiled a perfect deb.
Moving azenis-xsplash-0.0.1_all.deb to .debs/
Repomaster 1.7.0-1 is entering build mode.
First build or no previous errors.
=================================
Beginning build of blue-deck-theme-pack_0.0.3/
=================================
Relaxing permissions of blue-deck-theme-pack_0.0.3/
Cleaning up any tmp or backup files.
Setting individual file permissions to 644.
Scanning for executables in blue-deck-theme-pack_0.0.3/
No /etc/ so need to build conffiles.
Calculating Installed size & inserting into control file if necessary.
blue-deck-theme-pack_0.0.3/ is 57860. Control file reporting: 57860
Size indicated in control is correct.
Calculating MD5SUMS in blue-deck-theme-pack_0.0.3/
Setting ownership to root in blue-deck-theme-pack_0.0.3/
Setting individual folder permissions to 755.
Setting permissions rights for control etc.
Building of blue-deck-theme-pack_0.0.3/
dpkg-deb: building package `blue-deck-theme-pack' in `blue-deck-theme-pack_0.0.3.deb'.
Lintian resulting package blue-deck-theme-pack_0.0.3.deb.
We have compiled a perfect deb.
Moving blue-deck-theme-pack_0.0.3.deb to .debs/
Repomaster 1.7.0-1 is entering build mode.
First build or no previous errors.
=================================
Beginning build of lava-theme-pack-0.0.6_all/
=================================
Relaxing permissions of lava-theme-pack-0.0.6_all/
Cleaning up any tmp or backup files.
Setting individual file permissions to 644.
Scanning for executables in lava-theme-pack-0.0.6_all/
No /etc/ so need to build conffiles.
Calculating Installed size & inserting into control file if necessary.
lava-theme-pack-0.0.6_all/ is 10856. Control file reporting: 10856
Size indicated in control is correct.
Calculating MD5SUMS in lava-theme-pack-0.0.6_all/
Setting ownership to root in lava-theme-pack-0.0.6_all/
Setting individual folder permissions to 755.
Setting permissions rights for control etc.
Building of lava-theme-pack-0.0.6_all/
dpkg-deb: building package `lava-theme-pack' in `lava-theme-pack-0.0.6_all.deb'.
Lintian resulting package lava-theme-pack-0.0.6_all.deb.
We have compiled a perfect deb.
Moving lava-theme-pack-0.0.6_all.deb to .debs/
Repomaster 1.7.0-1 is entering build mode.
First build or no previous errors.
=================================
Beginning build of lava-theme-xsplash-0.0.1_all/
=================================
Relaxing permissions of lava-theme-xsplash-0.0.1_all/
Cleaning up any tmp or backup files.
Setting individual file permissions to 644.
Scanning for executables in lava-theme-xsplash-0.0.1_all/
No /etc/ so need to build conffiles.
Calculating Installed size & inserting into control file if necessary.
lava-theme-xsplash-0.0.1_all/ is 6444. Control file reporting: 6444
Size indicated in control is correct.
Calculating MD5SUMS in lava-theme-xsplash-0.0.1_all/
Setting ownership to root in lava-theme-xsplash-0.0.1_all/
Setting individual folder permissions to 755.
Setting permissions rights for control etc.
Building of lava-theme-xsplash-0.0.1_all/
dpkg-deb: building package `lava-theme-xsplash' in `lava-theme-xsplash-0.0.1_all.deb'.
Lintian resulting package lava-theme-xsplash-0.0.1_all.deb.
We have compiled a perfect deb.
Moving lava-theme-xsplash-0.0.1_all.deb to .debs/
Repomaster 1.7.0-1 is entering build mode.
First build or no previous errors.
=================================
Beginning build of libgtkhtml2-0_2.11.1-2_amd64/
=================================
Relaxing permissions of libgtkhtml2-0_2.11.1-2_amd64/
Cleaning up any tmp or backup files.
Setting individual file permissions to 644.
Scanning for executables in libgtkhtml2-0_2.11.1-2_amd64/
No /etc/ so need to build conffiles.
Calculating Installed size & inserting into control file if necessary.
libgtkhtml2-0_2.11.1-2_amd64/ is 560. Control file reporting: 560
Size indicated in control is correct.
Calculating MD5SUMS in libgtkhtml2-0_2.11.1-2_amd64/
Setting ownership to root in libgtkhtml2-0_2.11.1-2_amd64/
Setting individual folder permissions to 755.
Setting permissions rights for control etc.
Building of libgtkhtml2-0_2.11.1-2_amd64/
dpkg-deb: building package `libgtkhtml2-0' in `libgtkhtml2-0_2.11.1-2_amd64.deb'.
Lintian resulting package libgtkhtml2-0_2.11.1-2_amd64.deb.
Warning: W: libgtkhtml2-0: package-name-doesnt-match-sonames libgtkhtml-2-0 Logged to all_warnings.txt.
libgtkhtml2-0_2.11.1-2_amd64.deb Errors recorded: 0, Warnings recorded: 0
Repomaster 1.7.0-1 is entering build mode.
First build or no previous errors.
=================================
Beginning build of libgtkhtml2-0_2.11.1-2_i386/
=================================
Relaxing permissions of libgtkhtml2-0_2.11.1-2_i386/
Cleaning up any tmp or backup files.
Setting individual file permissions to 644.
Scanning for executables in libgtkhtml2-0_2.11.1-2_i386/
No /etc/ so need to build conffiles.
Calculating Installed size & inserting into control file if necessary.
libgtkhtml2-0_2.11.1-2_i386/ is 500. Control file reporting: 500
Size indicated in control is correct.
Calculating MD5SUMS in libgtkhtml2-0_2.11.1-2_i386/
Setting ownership to root in libgtkhtml2-0_2.11.1-2_i386/
Setting individual folder permissions to 755.
Setting permissions rights for control etc.
Building of libgtkhtml2-0_2.11.1-2_i386/
dpkg-deb: building package `libgtkhtml2-0:i386' in `libgtkhtml2-0_2.11.1-2_i386.deb'.
Lintian resulting package libgtkhtml2-0_2.11.1-2_i386.deb.
Warning: W: libgtkhtml2-0: package-name-doesnt-match-sonames libgtkhtml-2-0 Logged to all_warnings.txt.
libgtkhtml2-0_2.11.1-2_i386.deb Errors recorded: 0, Warnings recorded: 0
Repomaster 1.7.0-1 is entering build mode.
First build or no previous errors.
=================================
Beginning build of libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64/
=================================
Relaxing permissions of libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64/
Cleaning up any tmp or backup files.
Setting individual file permissions to 644.
Scanning for executables in libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64/
No /etc/ so need to build conffiles.
Calculating Installed size & inserting into control file if necessary.
libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64/ is 4176. Control file reporting: 4176
Size indicated in control is correct.
Calculating MD5SUMS in libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64/
Setting ownership to root in libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64/
Setting individual folder permissions to 755.
Setting permissions rights for control etc.
Building of libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64/
dpkg-deb: building package `libmysqlclient15off' in `libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64.deb'.
Lintian resulting package libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64.deb.
Warning: W: libmysqlclient15off: copyright-without-copyright-notice Logged to all_warnings.txt.
Warning: W: libmysqlclient15off: package-name-doesnt-match-sonames libmysqlclient15 libmysqlclient-r15 Logged to all_warnings.txt.
Error: E: libmysqlclient15off: embedded-library usr/lib/libmysqlclient.so.15.0.0: libmysqlclient Logged to all_errors.txt.
Error: E: libmysqlclient15off: embedded-library usr/lib/libmysqlclient_r.so.15.0.0: libmysqlclient Logged to all_errors.txt.
libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64.deb Errors recorded: 0, Warnings recorded: 0
Repomaster 1.7.0-1 is entering build mode.
First build or no previous errors.
=================================
Beginning build of libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386/
=================================
Relaxing permissions of libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386/
Cleaning up any tmp or backup files.
Setting individual file permissions to 644.
Scanning for executables in libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386/
No /etc/ so need to build conffiles.
Calculating Installed size & inserting into control file if necessary.
libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386/ is 3940. Control file reporting: 3940
Size indicated in control is correct.
Calculating MD5SUMS in libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386/
Setting ownership to root in libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386/
Setting individual folder permissions to 755.
Setting permissions rights for control etc.
Building of libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386/
dpkg-deb: building package `libmysqlclient15off:i386' in `libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386.deb'.
Lintian resulting package libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386.deb.
Warning: W: libmysqlclient15off: package-name-doesnt-match-sonames libmysqlclient15 libmysqlclient-r15 Logged to all_warnings.txt.
Error: E: libmysqlclient15off: embedded-library usr/lib/libmysqlclient.so.15.0.0: libmysqlclient Logged to all_errors.txt.
Error: E: libmysqlclient15off: embedded-library usr/lib/libmysqlclient_r.so.15.0.0: libmysqlclient Logged to all_errors.txt.
libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386.deb Errors recorded: 0, Warnings recorded: 0
Repomaster 1.7.0-1 is entering build mode.
First build or no previous errors.
=================================
Beginning build of onux-theme-0.0.4-all/
=================================
Relaxing permissions of onux-theme-0.0.4-all/
Cleaning up any tmp or backup files.
Setting individual file permissions to 644.
Scanning for executables in onux-theme-0.0.4-all/
No /etc/ so need to build conffiles.
Calculating Installed size & inserting into control file if necessary.
onux-theme-0.0.4-all/ is 8052. Control file reporting: 8052
Size indicated in control is correct.
Calculating MD5SUMS in onux-theme-0.0.4-all/
Setting ownership to root in onux-theme-0.0.4-all/
Setting individual folder permissions to 755.
Setting permissions rights for control etc.
Building of onux-theme-0.0.4-all/
dpkg-deb: building package `onux-theme' in `onux-theme-0.0.4-all.deb'.
Lintian resulting package onux-theme-0.0.4-all.deb.
We have compiled a perfect deb.
Moving onux-theme-0.0.4-all.deb to .debs/
Repomaster 1.7.0-1 is entering build mode.
First build or no previous errors.
=================================
Beginning build of PlayOnLinux_3.8.12/
=================================
Relaxing permissions of PlayOnLinux_3.8.12/
Cleaning up any tmp or backup files.
Setting individual file permissions to 644.
Scanning for executables in PlayOnLinux_3.8.12/
No /etc/ so need to build conffiles.
PlayOnLinux_3.8.12/usr/share/playonlinux/playonlinux-pkg
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/install_wver
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/polconfigurator
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/debug_main
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/system_info
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/uninstall
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/check_maj_
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/polshell
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/killall
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/LiveInstall
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/install
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/check_maj
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/autorun
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/terminals/konsole
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/terminals/xterm
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/expert/Executer
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/expert/kill_wineserver
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/expert/PolShell
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/wineversion
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/panel
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/daemon/autorun
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/daemon/playonlinux-daemon
PlayOnLinux_3.8.12/usr/share/playonlinux/playonlinux-url_handler
PlayOnLinux_3.8.12/usr/share/playonlinux/playonlinux-shell
PlayOnLinux_3.8.12/usr/share/playonlinux/python/wine_versions.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/telecharger.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/readfile.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/file.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/message_one.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/sp.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/question.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/new_guiv3.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/install.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/champ.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/guiv3.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/check.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/lib/lng.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/lib/irc.pyold
PlayOnLinux_3.8.12/usr/share/playonlinux/python/lib/Variables.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/message.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/menu.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/attendre.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/menu_list.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/options.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/mainwindow.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/browser.py
PlayOnLinux_3.8.12/usr/share/playonlinux/playonlinux
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/applications
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/interface
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/interface_v3
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/main
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/plugins
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/variables
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/wine
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/sources
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/pol_debug
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/check_depend
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/pol_cmd
PlayOnLinux_3.8.12/usr/share/playonlinux/playonlinux-daemon
PlayOnLinux_3.8.12/usr/share/playonlinux/playonlinux-cmd
PlayOnLinux_3.8.12/usr/bin/playonlinux-pkg
PlayOnLinux_3.8.12/usr/bin/playonlinux-shell
PlayOnLinux_3.8.12/usr/bin/playonlinux
PlayOnLinux_3.8.12/usr/bin/playonlinux-cmd
Calculating Installed size & inserting into control file if necessary.
PlayOnLinux_3.8.12/ is 5956. Control file reporting: 5956
Size indicated in control is correct.
Calculating MD5SUMS in PlayOnLinux_3.8.12/
Setting ownership to root in PlayOnLinux_3.8.12/
Setting individual folder permissions to 755.
Setting permissions rights for control etc.
Building of PlayOnLinux_3.8.12/
dpkg-deb: building package `playonlinux' in `PlayOnLinux_3.8.12.deb'.
Lintian resulting package PlayOnLinux_3.8.12.deb.
We have compiled a perfect deb.
Moving PlayOnLinux_3.8.12.deb to .debs/
Repomaster 1.7.0-1 is entering build mode.
First build or no previous errors.
=================================
Beginning build of python-gtkhtml2_2.25.3-4.1+b3_amd64/
................................
=================================
Beginning build of unetbootin-494_i386/
=================================
Relaxing permissions of unetbootin-494_i386/
Cleaning up any tmp or backup files.
Setting individual file permissions to 644.
Scanning for executables in unetbootin-494_i386/
No /etc/ so need to build conffiles.
Calculating Installed size & inserting into control file if necessary.
unetbootin-494_i386/ is 4424. Control file reporting: 4424
Size indicated in control is correct.
Calculating MD5SUMS in unetbootin-494_i386/
Setting ownership to root in unetbootin-494_i386/
Setting individual folder permissions to 755.
Setting permissions rights for control etc.
Building of unetbootin-494_i386/
dpkg-deb: building package `unetbootin:i386' in `unetbootin-494_i386.deb'.
Lintian resulting package unetbootin-494_i386.deb.
We have compiled a perfect deb.
Moving unetbootin-494_i386.deb to .debs/
Error: A major issue has occured building one of the deb files.  Please see build.log and *.errors


hmm a error or 2 ;) Let's see if we can iron them out:
theemahn@SledgeHammer:/media/742388cf-6c6e-4afe-bcd5-60c615e4c15f$ repomaster -f
Code: Select all
Relaxing permissions
Relaxing: azenis-plymouth-0.0.1_all/
Relaxing: azenis-theme-pack_0.0.4_all/
Relaxing: azenis-theme-pack_0.0.6_all/
Relaxing: azenis-usplash-0.0.1_amd64/
Relaxing: azenis-xsplash-0.0.1_all/
Relaxing: blue-deck-theme-pack_0.0.3/
Relaxing: lava-theme-pack-0.0.6_all/
Relaxing: lava-theme-xsplash-0.0.1_all/
Relaxing: libgtkhtml2-0_2.11.1-2_amd64/
Relaxing: libgtkhtml2-0_2.11.1-2_i386/
Relaxing: libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64/
Relaxing: libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386/
Relaxing: onux-theme-0.0.4-all/
Relaxing: PlayOnLinux_3.8.12/
Relaxing: python-gtkhtml2_2.25.3-4.1+b3_amd64/
Relaxing: python-gtkhtml2_2.25.3-4.1+b3_i386/
Relaxing: radiotray_0.6.4_all/
Relaxing: splashscreenmanager_1.2_amd64/
Relaxing: splashscreenmanager_1.2_i386/
Relaxing: themelinux-0.0.1_all/
Relaxing: turbojet2_2.0-rc1-1_amd64/
Relaxing: turbojet2_2.0-rc1-1_i386/
Relaxing: ubuntu-tweak_0.5.7-1_all/
Relaxing: ultamatix-1.9.1_all/
Relaxing: ultamatix-1.9.2_all/
Relaxing: ultamatix-1.9.3_all/
Relaxing: ultimate-edition-2.0.0-usplash_amd64/
Relaxing: ultimate-edition-2.0.0-usplash_i386/
Relaxing: ultimate-edition-2.0.0-xsplash_all/
Relaxing: ultimate-edition-2.1.0-plymouth_all/
Relaxing: ultimate-edition-2.1.0-usplash_amd64/
Relaxing: ultimate-edition-2.1.0-usplash_i386/
Relaxing: ultimate-edition-2.1.0-xsplash_all/
Relaxing: ultimate-edition-2.2.0-usplash_amd64/
Relaxing: ultimate-edition-2.2.0-xsplash_all/
Relaxing: ultimate-edition-2.3.0-plymouth_all/
Relaxing: ultimate-edition-2.3.0-usplash_amd64/
Relaxing: ultimate-edition-2.3.0-usplash_i386/
Relaxing: ultimate-edition-2.3.0-xsplash_all/
Relaxing: ultimate-edition-2.4.0-plymouth/
Relaxing: ultimate-edition-2.4.0-usplash_amd64/
Relaxing: ultimate-edition-2.4.0-usplash_i386/
Relaxing: ultimate-edition-2.4.0-xsplash_all/
Relaxing: ultimate-edition-2.5.0-plymouth/
Relaxing: ultimate-edition-2.5.0-usplash_amd64/
Relaxing: ultimate-edition-2.5.0-usplash_i386/
Relaxing: ultimate-edition-2.5.0-xsplash_all/
Relaxing: ultimate-edition-2.6.0-usplash_amd64/
Relaxing: ultimate-edition-2.6.0-usplash_i386/
Relaxing: ultimate-edition-2.6.1-xsplash_all/
Relaxing: ultimate-edition-2.6.3-plymouth_all/
Relaxing: ultimate-edition-2.7.0-plymouth_all/
Relaxing: ultimate-edition-2.7.0-xsplash_all/
Relaxing: ultimate-edition-2.8.0-xsplash_all/
Relaxing: ultimate-edition-2.8.1-plymouth_all/
Relaxing: ultimate-edition-2.9.0-plymouth_all/
Relaxing: ultimate-edition-2.9.0-xsplash_all/
Relaxing: ultimate-edition-3.0/
Relaxing: ultimate-edition-3.0.0-plymouth_all/
Relaxing: ultimate-edition-3.0.0-xsplash_all/
Relaxing: ultimate-edition-cursors-0.0.2_all/
Relaxing: ultimate-edition-customizations-2.6.1_all/
Relaxing: ultimate-edition-customizations-3.0.0_all/
Relaxing: ultimate-edition-halloween-theme-0.0.3/
Relaxing: ultimate-edition-icons-baby-blue-0.0.1_all/
Relaxing: ultimate-edition-icons-dark-glass.0.0.1_all/
Relaxing: ultimate-edition-icons-dark-one-0.0.1_all/
Relaxing: ultimate-edition-icons-gold-0.0.1_all/
Relaxing: ultimate-edition-icons-light-0.0.1_all/
Relaxing: ultimate-edition-icons-red-0.0.1_all/
Relaxing: ultimate-edition-installation-guide-0.0.4/
Relaxing: ultimate-edition-nautilus-scripts-1.6/
Relaxing: ultimate-edition-nautilus-scripts-1.6.1_all/
Relaxing: ultimate-edition-nautilus-scripts-1.7.1-1_all/
Relaxing: ultimate-edition-repositories-0.0.2_all/
Relaxing: ultimate-edition-sound-scheme-0.0.1_all/
Relaxing: ultimate-edition-theme-2.0.3_all/
Relaxing: ultimate-edition-theme-2.1.5_all/
Relaxing: ultimate-edition-theme-2.2.5_all/
Relaxing: ultimate-edition-theme-2.3.5_all/
Relaxing: ultimate-edition-theme-2.4.9_all/
Relaxing: ultimate-edition-theme-2.5.4_all/
Relaxing: ultimate-edition-theme-2.6.4_all/
Relaxing: ultimate-edition-theme-2.7.1_all/
Relaxing: ultimate-edition-theme-2.8.2-all/
Relaxing: ultimate-edition-theme-2.9.0-all/
Relaxing: ultimate-edition-theme-3.0-all/
Relaxing: ultimate-edition-xmas-2008-1.0.5/
Relaxing: ultimate-edition-xmas-2009-1.0.1_all/
Relaxing: ultimate-edition-xmas-2009-xsplash/
Relaxing: ultimate-edition-xmas-2010-0.0.2_all/
Relaxing: ultimate-edition-xmas-theme-1.0.5/
Relaxing: ultimate-edition-xmas-usplash-1.0.5_amd64/
Relaxing: unetbootin-494_amd64/
Relaxing: unetbootin-494_i386/

Process complete.
No errors in azenis-plymouth-0.0.1_all to fix.
Scanning for errors / warnings to fix in azenis-theme-pack_0.0.4_all.
E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/LyricsPanel.py
E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/LyricsScreenlet.py
E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/Quodlibet plugin/LyricsScreenletInformator.py
E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/lyricsengine/ALSong.py
E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/lyricsengine/engine.py
E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/lyricsengine/lrcdb.py
E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/lyricsengine/minilyrics.py
E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/players/ExailePlayer03.py
E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/players/ListenPlayer.py
E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/players/player.py
E: azenis-theme-pack: python-script-but-no-python-dep usr/share/screenlets/Lyrics/widget.py
Fixing Error: Dependancy on python - Adding Python dependancy to the control file.  Please at this stage of development review and change if necessary.
Original Depends section: libc6 (>= 2.5-0ubuntu1), initramfs-tools (>= 0.40ubuntu30), gtk2-engines-aurora
New dependancy list: libc6 (>= 2.5-0ubuntu1), initramfs-tools (>= 0.40ubuntu30), gtk2-engines-aurora, python
Adding dependancy: python to azenis-theme-pack_0.0.4_all/DEBIAN/control
Dependancy on Python package issue(s) fixed.
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/LyricsPanel.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/lyricsengine/ALSong.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/lyricsengine/__init__.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/lyricsengine/engine.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/lyricsengine/lrcdb.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/lyricsengine/minilyrics.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/AmarokDbusPlayer.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/AmarokDcopPlayer.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/AudaciousPlayer.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/BansheePlayer.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/ExaileMprisPlayer.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/ExailePlayer.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/ExailePlayer03.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/ListenPlayer.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/QuodlibetPlayer.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/RhythmboxPlayer.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/XmmsPlayer.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/__init__.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/mpd.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/mpris.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/player.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/players/utils.pyc
E: azenis-theme-pack: package-installs-python-bytecode usr/share/screenlets/Lyrics/widget.pyc
Fixing Error: package-installs-python-bytecode.  Please at this stage of development review and change if necessary.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/LyricsPanel.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/lyricsengine/ALSong.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/lyricsengine/__init__.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/lyricsengine/engine.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/lyricsengine/lrcdb.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/lyricsengine/minilyrics.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/AmarokDbusPlayer.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/AmarokDcopPlayer.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/AudaciousPlayer.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/BansheePlayer.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/ExaileMprisPlayer.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/ExailePlayer.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/ExailePlayer03.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/ListenPlayer.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/QuodlibetPlayer.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/RhythmboxPlayer.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/XmmsPlayer.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/__init__.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/mpd.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/mpris.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/player.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/players/utils.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing azenis-theme-pack_0.0.4_all/usr/share/screenlets/Lyrics/widget.pyc which is a unecessary file.
package-installs-python-bytecode(s) fixed.
Errors / warnings fixed: 2
No errors in azenis-theme-pack_0.0.6_all to fix.
No errors in azenis-usplash-0.0.1_amd64 to fix.
No errors in azenis-xsplash-0.0.1_all to fix.
No errors in blue-deck-theme-pack_0.0.3 to fix.
No errors in lava-theme-pack-0.0.6_all to fix.
No errors in lava-theme-xsplash-0.0.1_all to fix.
Scanning for errors / warnings to fix in libgtkhtml2-0_2.11.1-2_amd64.
Errors / warnings fixed: 2
Scanning for errors / warnings to fix in libgtkhtml2-0_2.11.1-2_i386.
Errors / warnings fixed: 2
Scanning for errors / warnings to fix in libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64.
W: libmysqlclient15off: copyright-without-copyright-notice
Fixing Error: copyright-without-copyright-notice. Writing GPL generic copywrite file. Please review and change if necessary.
Setting homepage as: http://dev.mysql.com/
Copywrite file exists full of errors?
Creating generic copywrite file: libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_amd64/usr/share/doc/libmysqlclient15off/copyright, please review & correct.
Copyright fixed.
Errors / warnings fixed: 3
Scanning for errors / warnings to fix in libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386.
Errors / warnings fixed: 3
No errors in onux-theme-0.0.4-all to fix.
No errors in PlayOnLinux_3.8.12 to fix.
No errors in python-gtkhtml2_2.25.3-4.1+b3_amd64 to fix.
No errors in python-gtkhtml2_2.25.3-4.1+b3_i386 to fix.
No errors in radiotray_0.6.4_all to fix.
Scanning for errors / warnings to fix in splashscreenmanager_1.2_amd64.
Errors / warnings fixed: 3
Scanning for errors / warnings to fix in splashscreenmanager_1.2_i386.
Errors / warnings fixed: 3
No errors in themelinux-0.0.1_all to fix.
Scanning for errors / warnings to fix in turbojet2_2.0-rc1-1_amd64.
Errors / warnings fixed: 3
Scanning for errors / warnings to fix in turbojet2_2.0-rc1-1_i386.
Errors / warnings fixed: 3
Scanning for errors / warnings to fix in ubuntu-tweak_0.5.7-1_all.
W: ubuntu-tweak: binary-without-manpage usr/bin/ubuntu-tweak
Fixing Error: No Manpage - Writing Generic manpage. please review and change if necessary.
Setting homepage as: http://ubuntu-tweak.com
Scanning for manpages errors.
Warning: W: ubuntu-tweak: binary-without-manpage usr/bin/ubuntu-tweak
Processing: ubuntu-tweak
Manpage issue(s) fixed.
/bin/repomaster: line 987: $: command not found
Errors / warnings fixed: 3
Scanning for errors / warnings to fix in ultamatix-1.9.1_all.
E: ultamatix: package-installs-python-bytecode usr/lib/ultamatix/class_script.pyc
E: ultamatix: package-installs-python-bytecode usr/lib/ultamatix/distro_helpers.pyc
E: ultamatix: package-installs-python-bytecode usr/lib/ultamatix/extra_functions.pyc
E: ultamatix: package-installs-python-bytecode usr/lib/ultamatix/main_interface.pyc
E: ultamatix: package-installs-python-bytecode usr/lib/ultamatix/package_handler.pyc
E: ultamatix: package-installs-python-bytecode usr/lib/ultamatix/resin_config.pyc
E: ultamatix: package-installs-python-bytecode usr/lib/ultamatix/resin_controllers.pyc
E: ultamatix: package-installs-python-bytecode usr/lib/ultamatix/resin_ui.pyc
E: ultamatix: package-installs-python-bytecode usr/lib/ultamatix/startup.pyc
E: ultamatix: package-installs-python-bytecode usr/lib/ultamatix/terminal.pyc
E: ultamatix: package-installs-python-bytecode usr/lib/ultamatix/tray.pyc
E: ultamatix: package-installs-python-bytecode usr/lib/ultamatix/xml_functions.pyc
Fixing Error: package-installs-python-bytecode.  Please at this stage of development review and change if necessary.
Fixing error: package-installs-python-bytecode. Removing ultamatix-1.9.1_all/usr/lib/ultamatix/class_script.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing ultamatix-1.9.1_all/usr/lib/ultamatix/distro_helpers.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing ultamatix-1.9.1_all/usr/lib/ultamatix/extra_functions.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing ultamatix-1.9.1_all/usr/lib/ultamatix/main_interface.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing ultamatix-1.9.1_all/usr/lib/ultamatix/package_handler.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing ultamatix-1.9.1_all/usr/lib/ultamatix/resin_config.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing ultamatix-1.9.1_all/usr/lib/ultamatix/resin_controllers.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing ultamatix-1.9.1_all/usr/lib/ultamatix/resin_ui.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing ultamatix-1.9.1_all/usr/lib/ultamatix/startup.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing ultamatix-1.9.1_all/usr/lib/ultamatix/terminal.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing ultamatix-1.9.1_all/usr/lib/ultamatix/tray.pyc which is a unecessary file.
Fixing error: package-installs-python-bytecode. Removing ultamatix-1.9.1_all/usr/lib/ultamatix/xml_functions.pyc which is a unecessary file.
package-installs-python-bytecode(s) fixed.
Errors / warnings fixed: 4
No errors in ultamatix-1.9.2_all to fix.
No errors in ultamatix-1.9.3_all to fix.
No errors in ultimate-edition-2.0.0-usplash_amd64 to fix.
No errors in ultimate-edition-2.0.0-usplash_i386 to fix.
No errors in ultimate-edition-2.0.0-xsplash_all to fix.
No errors in ultimate-edition-2.1.0-plymouth_all to fix.
No errors in ultimate-edition-2.1.0-usplash_amd64 to fix.
No errors in ultimate-edition-2.1.0-usplash_i386 to fix.
No errors in ultimate-edition-2.1.0-xsplash_all to fix.
No errors in ultimate-edition-2.2.0-usplash_amd64 to fix.
No errors in ultimate-edition-2.2.0-xsplash_all to fix.
No errors in ultimate-edition-2.3.0-plymouth_all to fix.
No errors in ultimate-edition-2.3.0-usplash_amd64 to fix.
No errors in ultimate-edition-2.3.0-usplash_i386 to fix.
No errors in ultimate-edition-2.3.0-xsplash_all to fix.
No errors in ultimate-edition-2.4.0-plymouth to fix.
No errors in ultimate-edition-2.4.0-usplash_amd64 to fix.
No errors in ultimate-edition-2.4.0-usplash_i386 to fix.
No errors in ultimate-edition-2.4.0-xsplash_all to fix.
No errors in ultimate-edition-2.5.0-plymouth to fix.
No errors in ultimate-edition-2.5.0-usplash_amd64 to fix.
No errors in ultimate-edition-2.5.0-usplash_i386 to fix.
No errors in ultimate-edition-2.5.0-xsplash_all to fix.
No errors in ultimate-edition-2.6.0-usplash_amd64 to fix.
No errors in ultimate-edition-2.6.0-usplash_i386 to fix.
No errors in ultimate-edition-2.6.1-xsplash_all to fix.
No errors in ultimate-edition-2.6.3-plymouth_all to fix.
No errors in ultimate-edition-2.7.0-plymouth_all to fix.
No errors in ultimate-edition-2.7.0-xsplash_all to fix.
No errors in ultimate-edition-2.8.0-xsplash_all to fix.
No errors in ultimate-edition-2.8.1-plymouth_all to fix.
No errors in ultimate-edition-2.9.0-plymouth_all to fix.
No errors in ultimate-edition-2.9.0-xsplash_all to fix.
No errors in ultimate-edition-3.0 to fix.
No errors in ultimate-edition-3.0.0-plymouth_all to fix.
No errors in ultimate-edition-3.0.0-xsplash_all to fix.
No errors in ultimate-edition-cursors-0.0.2_all to fix.
Scanning for errors / warnings to fix in ultimate-edition-customizations-2.6.1_all.
Errors / warnings fixed: 4
Scanning for errors / warnings to fix in ultimate-edition-customizations-3.0.0_all.
Errors / warnings fixed: 4
No errors in ultimate-edition-halloween-theme-0.0.3 to fix.
No errors in ultimate-edition-icons-baby-blue-0.0.1_all to fix.
No errors in ultimate-edition-icons-dark-glass.0.0.1_all to fix.
No errors in ultimate-edition-icons-dark-one-0.0.1_all to fix.
No errors in ultimate-edition-icons-gold-0.0.1_all to fix.
No errors in ultimate-edition-icons-light-0.0.1_all to fix.
No errors in ultimate-edition-icons-red-0.0.1_all to fix.
Scanning for errors / warnings to fix in ultimate-edition-installation-guide-0.0.4.
Errors / warnings fixed: 4
No errors in ultimate-edition-nautilus-scripts-1.6 to fix.
No errors in ultimate-edition-nautilus-scripts-1.6.1_all to fix.
No errors in ultimate-edition-nautilus-scripts-1.7.1-1_all to fix.
No errors in ultimate-edition-repositories-0.0.2_all to fix.
No errors in ultimate-edition-sound-scheme-0.0.1_all to fix.
No errors in ultimate-edition-theme-2.0.3_all to fix.
No errors in ultimate-edition-theme-2.1.5_all to fix.
No errors in ultimate-edition-theme-2.2.5_all to fix.
No errors in ultimate-edition-theme-2.3.5_all to fix.
No errors in ultimate-edition-theme-2.4.9_all to fix.
No errors in ultimate-edition-theme-2.5.4_all to fix.
No errors in ultimate-edition-theme-2.6.4_all to fix.
No errors in ultimate-edition-theme-2.7.1_all to fix.
No errors in ultimate-edition-theme-2.8.2-all to fix.
No errors in ultimate-edition-theme-2.9.0-all to fix.
No errors in ultimate-edition-theme-3.0-all to fix.
No errors in ultimate-edition-xmas-2008-1.0.5 to fix.
No errors in ultimate-edition-xmas-2009-1.0.1_all to fix.
No errors in ultimate-edition-xmas-2009-xsplash to fix.
No errors in ultimate-edition-xmas-2010-0.0.2_all to fix.
No errors in ultimate-edition-xmas-theme-1.0.5 to fix.
No errors in ultimate-edition-xmas-usplash-1.0.5_amd64 to fix.
No errors in unetbootin-494_amd64 to fix.
No errors in unetbootin-494_i386 to fix.
theemahn@SledgeHammer:/media/742388cf-6c6e-4afe-bcd5-60c615e4c15f$


I am going to work on the -P or publish routine today. When complete will implement version control IE scrap ultamatix_1.9.1_all.deb &.2 since there is a ultamatix_1.9.3_all.deb there index the debs GPG key sign them with my key and rsync them to our server via architecture using rsync ;)

It is about to become a mean little tool. One tool does all, extract, build, fix and publish a repository to perfection. Wait until I run it on Ubuntu's Repository ;) I will post results. I do not even want to talk about the service routine yet. Once there, I am done with the tool and will copywrite it. End users will get the tool free of charge. Distro-writers will be in the land of payme. Worth paying for? Welcome to the world of bulletproof O/S, I think so.
Code: Select all
theemahn@SledgeHammer:/media/742388cf-6c6e-4afe-bcd5-60c615e4c15f$ sudo dpkg -i .debs/ultimate-edition-nautilus-scripts-1.7.1-1_all.deb
(Reading database ... 505914 files and directories currently installed.)
Preparing to replace ultimate-edition-nautilus-scripts 1.7.1-1 (using .../ultimate-edition-nautilus-scripts-1.7.1-1_all.deb) ...
Unpacking replacement ultimate-edition-nautilus-scripts ...
Setting up ultimate-edition-nautilus-scripts (1.7.1-1) ...
Installing Nautilus Scripts
Done.
Processing triggers for man-db ...
theemahn@SledgeHammer:/media/742388cf-6c6e-4afe-bcd5-60c615e4c15f$ repomaster -h


RepoMaster 1.7.0-1
==============

repomaster -[COMMAND] [optional folder/deb]

   possible commands...
   -v   --version      dump version info
   -e   --extract      extract debian archive
   -b   --build         builds deb(s)
   -r   --relax         relax permissions
   -c   --clean         removes folder(s)
   -f   --fixit         Attempts to fix error(s)
   -V   --verbose      Reports all errors verbosly and instructs how to fix them.
   -P   --publish      Scans good debs indexes and publishes them to address.
   -h   --help         this help message

   Useage building deb;
   repomaster -b [FOLDERNAME]

   Specifying no folder name will build all folders in current directory.
   prompting first.  All error free debs are copied to a hidden folder
   called .debs/ in the current folder.  The .debs/ folder will be created
   for you.

   Useage Extraction;
   repomaster -e [DEBIANFILENAME]

   Specifying no deb file name will extract all debs in current directory.
   prompting first. 
   
   Useage Relaxsation;
   repomaster -r [FOLDERNAME]

   Will relax the permissions on a given folder allowing you to edit or
   delete files within the folder.  The proper permissions will automatically
   be reset when you goto build.  Not specifying a folder will reset permissions
   on all subfolders.  Please be careful where you execute this tool. It will
   display the folders to be effected and prompt you.

   Useage Clean;
   repomaster -c [FOLDER]

   Will erase specified folder ignoring permissions. Specifying no folder name will erase all
   subfolders in the curent folder. It will display the folders to be effected and prompt you.
   Please use with care.

   Useage Fix;
   repomaster -f [FOLDER]

   Will attempt to fix all errors in the specified folder to be lintian / debian complient.
   Specifying no folder name will process all folders with a [FOLDER].deb.errors.  This will
   take a long time to be fully implemented.

   Useage Verbose;
   Specifying no folder name will build all folders in current directory.
   prompting first.  Verbosly displaying how to fix errors in given deb.
   All error free debs are copied to a hidden folder called .debs/ in
   the current folder.  The .debs/ folder will be created for you.

   Useage Publish;
   Will scan good debs from .debs/ folder automatically creating structure for repository
   management and rsync the files to address ie repomaster -P USER@http://downloadue.info/repo/
   it will prompt for the password for your server.

   Useage Help;
   repomaster -h

   Displays this message. For futher information please refer to the manpages. 

   man repomaster
   

Example: repomaster -b ultamatix-1.9.1_all
Will build ultamatix-1.9.1_all.deb

GNU repomaster home page: <http://www.ultimateedition.info/>.
E-mail bug reports to: <[email protected]>.
Be sure to include the word repomaster somewhere in the Subject: field.
theemahn@SledgeHammer:/media/742388cf-6c6e-4afe-bcd5-60c615e4c15f$

;)
Home of Ultimate Edition. Got a question? Please review the F.A.Q. Browse the How to section.

Main O/S: Builder of O/S Guess.
Mainboard: ASUS Hero VI (AM4)
CPU: AMD 1700X water cooled (Deepcool Captain Genome Cooling tower)
Ram: 16 GB GSkill Trident RGB Series Dual Channel DDR4 3200
Video: MSI RX470 8GB Gaming card.
Hard Disks: MASSIVE on the network.(10 Gigabit, 48 port, multiple servers)
Monitors: Dual 4K 43" LG, 4K Samsung 28"
750 Watt modular PSU (Rosswell)
1100 Watt Amp & 4 X 600 Watt speakers

Servers in the basement.
User avatar
TheeMahn
Site Admin
 
Posts: 4201
Joined: Fri Oct 12, 2007 10:02 am
Location: U.S.A.
Age: 53
Operating System: Ultimate Edition Developer



Re: A new tool for the masses?

Postby TheeMahn » Wed Jun 01, 2011 9:03 am

Will programmers be interested in this tool? Lets play with Play on linux's deb:

Code: Select all
theemahn@SledgeHammer:~/Downloads$ lintian PlayOnLinux_3.8.12.deb
E: playonlinux: description-starts-with-package-name
W: playonlinux: description-too-long
E: playonlinux: extended-description-is-empty
W: playonlinux: unknown-section base
W: playonlinux: copyright-without-copyright-notice
E: playonlinux: executable-desktop-file usr/share/applications/PlayOnLinux.desktop 0755
W: playonlinux: postinst-has-useless-call-to-update-menus
W: playonlinux: postrm-has-useless-call-to-update-menus
W: playonlinux: changelog-not-compressed-with-max-compression changelog.gz
W: playonlinux: syntax-error-in-debian-changelog line 1 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 2 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 3 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 4 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 5 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 6 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 7 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 8 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 9 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 10 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 11 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 12 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 13 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 14 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 15 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 16 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 17 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 18 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 19 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 20 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 21 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 22 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 23 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 24 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 25 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 26 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 27 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 28 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 29 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 30 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 31 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 32 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 33 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 34 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 35 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 36 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 37 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 38 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 39 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 40 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 41 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 42 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 43 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 44 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 45 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 46 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 47 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 48 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 49 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 50 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 51 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 52 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 53 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 54 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 55 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 56 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 57 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 58 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 59 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 60 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 61 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 62 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 63 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 64 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 65 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 66 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 67 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 68 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 69 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 70 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 71 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 72 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 73 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 74 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 75 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 76 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 77 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 78 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 79 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 80 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 81 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 82 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 83 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 84 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 85 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 86 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 87 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 88 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 89 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 90 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 91 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 92 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 93 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 94 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 95 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 96 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 97 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 98 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 99 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 100 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 101 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 102 "unrecognised line"
W: playonlinux: syntax-error-in-debian-changelog line 103 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 104 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 105 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 106 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 107 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 108 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 109 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 110 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 111 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 112 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 113 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 114 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 115 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 116 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 117 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 118 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 119 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 120 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 121 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 122 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 123 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 124 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 125 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 126 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 127 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 128 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 129 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 130 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 131 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 132 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 133 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 134 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 135 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 136 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 137 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 138 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 139 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 140 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 141 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 142 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 143 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 144 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 145 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 146 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 147 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 148 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 149 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 150 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 151 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 152 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 153 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 154 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 155 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 156 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 157 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 158 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 159 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 160 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 161 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 162 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 163 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 164 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 165 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 166 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 167 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 168 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 169 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 170 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 171 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 172 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 173 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 174 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 175 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 176 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 177 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 178 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 179 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 180 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 181 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 182 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 183 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 184 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 185 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 186 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 187 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 188 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 189 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 190 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 191 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 192 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 193 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 194 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 195 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 196 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 197 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 198 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 199 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 200 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 201 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 202 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 203 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 204 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 205 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 206 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 207 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 208 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 209 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 210 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 211 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 212 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 213 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 214 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 215 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 216 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 217 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 218 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 219 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 220 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 221 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 222 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 223 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 224 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 225 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 226 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 227 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 228 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 229 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 230 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 231 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 232 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 233 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 234 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 235 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 236 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 237 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 238 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 239 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 240 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 241 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 242 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 243 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 244 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 245 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 246 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 247 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 248 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 249 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 250 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 251 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 252 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 253 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 254 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 255 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 256 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 257 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 258 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 259 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 260 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 261 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 262 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 263 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 264 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 265 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 266 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 267 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 268 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 269 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 270 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 271 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 272 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 273 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 274 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 275 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 276 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 277 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 278 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 279 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 280 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 281 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 282 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 283 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 284 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 285 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 286 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 287 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 288 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 289 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 290 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 291 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 292 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 293 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 294 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 295 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 296 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 297 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 298 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 299 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 300 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 301 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 302 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 303 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 304 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 305 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 306 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 307 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 308 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 309 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 310 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 311 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 312 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 313 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 314 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 315 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 316 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 317 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 318 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 319 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 320 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 321 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 322 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 323 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 324 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 325 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 326 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 327 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 328 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 329 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 330 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 331 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 332 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 333 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 334 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 335 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 336 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 337 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 338 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 339 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 340 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 341 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 342 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 343 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 344 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 345 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 346 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 347 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 348 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 349 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 350 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 351 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 352 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 353 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 354 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 355 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 356 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 357 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 358 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 359 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 360 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 361 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 362 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 363 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 364 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 365 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 366 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 367 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 368 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 369 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 370 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 371 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 372 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 373 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 374 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 375 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 376 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 377 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 378 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 379 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 380 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 381 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 382 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 383 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 384 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 385 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 386 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 387 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 388 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 389 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 390 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 391 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 392 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 393 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 394 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 395 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 396 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 397 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 398 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 399 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 400 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 401 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 402 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 403 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 404 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 405 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 406 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 407 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 408 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 409 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 410 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 411 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 412 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 413 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 414 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 415 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 416 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 417 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 418 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 419 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 420 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 421 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 422 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 423 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 424 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 425 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 426 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 427 "found blank line where expected first heading"
W: playonlinux: syntax-error-in-debian-changelog line 428 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 429 "badly formatted heading line"
W: playonlinux: syntax-error-in-debian-changelog line 493 "found eof where expected first heading"
W: playonlinux: binary-without-manpage usr/bin/playonlinux-cmd
W: playonlinux: binary-without-manpage usr/bin/playonlinux-shell
W: playonlinux: script-not-executable usr/share/playonlinux/bash/debug_main
W: playonlinux: script-not-executable usr/share/playonlinux/lib/applications
W: playonlinux: script-not-executable usr/share/playonlinux/lib/check_depend
W: playonlinux: script-not-executable usr/share/playonlinux/lib/interface
W: playonlinux: script-not-executable usr/share/playonlinux/lib/interface_v3
W: playonlinux: script-not-executable usr/share/playonlinux/lib/main
W: playonlinux: script-not-executable usr/share/playonlinux/lib/plugins
W: playonlinux: script-not-executable usr/share/playonlinux/lib/pol_cmd
W: playonlinux: script-not-executable usr/share/playonlinux/lib/pol_debug
W: playonlinux: script-not-executable usr/share/playonlinux/lib/sources
W: playonlinux: script-not-executable usr/share/playonlinux/lib/variables
W: playonlinux: script-not-executable usr/share/playonlinux/lib/wine
W: playonlinux: executable-not-elf-or-script usr/share/desktop-directories/PlayOnLinux.directory
W: playonlinux: executable-not-elf-or-script usr/share/pixmaps/playonlinux16.png
W: playonlinux: executable-not-elf-or-script usr/share/doc/playonlinux/README
W: playonlinux: executable-not-elf-or-script usr/share/playonlinux/python/lib/__init__.py
W: playonlinux: executable-not-elf-or-script usr/share/doc/playonlinux/copyright
W: playonlinux: executable-not-elf-or-script usr/share/pixmaps/playonlinux32.png
W: playonlinux: executable-not-elf-or-script usr/share/applications/PlayOnLinux.desktop
W: playonlinux: executable-not-elf-or-script usr/share/doc/playonlinux/README.Debian
W: playonlinux: executable-not-elf-or-script usr/share/pixmaps/playonlinux.png
W: playonlinux: possible-bashism-in-maintainer-script postrm:4 '        type '
W: playonlinux: possible-bashism-in-maintainer-script postinst:4 '   type '
E: playonlinux: executable-in-usr-share-doc usr/share/doc/playonlinux/README 0755
E: playonlinux: executable-in-usr-share-doc usr/share/doc/playonlinux/README.Debian 0755
E: playonlinux: executable-in-usr-share-doc usr/share/doc/playonlinux/copyright 0755
W: playonlinux: package-contains-vcs-control-file usr/share/playonlinux/.gitignore
W: playonlinux: extra-license-file usr/share/playonlinux/LICENCE
theemahn@SledgeHammer:~/Downloads$

theemahn@SledgeHammer:~/Downloads$ repomaster -e PlayOnLinux_3.8.12.deb
Repomaster 1.7.0-1 extraction routine called.
=================================
Beginning extraction of PlayOnLinux_3.8.12.deb
=================================
to PlayOnLinux_3.8.12/
Extracting Control files from PlayOnLinux_3.8.12.deb
Extracting data files from PlayOnLinux_3.8.12.deb
Extraction of PlayOnLinux_3.8.12.deb complete.
Extraction complete. No errors detected in extraction.
theemahn@SledgeHammer:~/Downloads$

No real magic yet...
theemahn@SledgeHammer:~/Downloads$ repomaster -b PlayOnLinux_3.8.12

Code: Select all
Repomaster 1.7.0-1 is entering build mode.
First build or no previous errors.
=================================
Beginning build of PlayOnLinux_3.8.12
=================================
Relaxing permissions of PlayOnLinux_3.8.12
[sudo] password for theemahn:
Cleaning up any tmp or backup files.
Setting individual file permissions to 644.
Scanning for executables in PlayOnLinux_3.8.12
No /etc/ so need to build conffiles.
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/pol_cmd
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/interface_v3
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/check_depend
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/variables
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/applications
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/pol_debug
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/interface
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/wine
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/sources
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/plugins
PlayOnLinux_3.8.12/usr/share/playonlinux/lib/main
PlayOnLinux_3.8.12/usr/share/playonlinux/playonlinux
PlayOnLinux_3.8.12/usr/share/playonlinux/playonlinux-daemon
PlayOnLinux_3.8.12/usr/share/playonlinux/playonlinux-pkg
PlayOnLinux_3.8.12/usr/share/playonlinux/playonlinux-cmd
PlayOnLinux_3.8.12/usr/share/playonlinux/playonlinux-shell
PlayOnLinux_3.8.12/usr/share/playonlinux/playonlinux-url_handler
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/install
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/polconfigurator
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/wineversion
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/install_wver
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/debug_main
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/terminals/konsole
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/terminals/xterm
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/panel
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/uninstall
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/daemon/playonlinux-daemon
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/daemon/autorun
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/check_maj_
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/check_maj
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/killall
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/autorun
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/system_info
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/expert/PolShell
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/expert/kill_wineserver
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/expert/Executer
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/polshell
PlayOnLinux_3.8.12/usr/share/playonlinux/bash/LiveInstall
PlayOnLinux_3.8.12/usr/share/playonlinux/python/guiv3.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/readfile.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/lib/irc.pyold
PlayOnLinux_3.8.12/usr/share/playonlinux/python/lib/lng.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/lib/Variables.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/file.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/menu.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/options.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/attendre.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/question.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/champ.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/sp.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/telecharger.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/message.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/wine_versions.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/menu_list.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/browser.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/install.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/mainwindow.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/message_one.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/new_guiv3.py
PlayOnLinux_3.8.12/usr/share/playonlinux/python/check.py
PlayOnLinux_3.8.12/usr/bin/playonlinux
PlayOnLinux_3.8.12/usr/bin/playonlinux-pkg
PlayOnLinux_3.8.12/usr/bin/playonlinux-cmd
PlayOnLinux_3.8.12/usr/bin/playonlinux-shell
Calculating Installed size & inserting into control file if necessary.
PlayOnLinux_3.8.12 is 5952. Control file reporting:
No installed size in the control file inserting:5952
Calculating MD5SUMS in PlayOnLinux_3.8.12
Setting ownership to root in PlayOnLinux_3.8.12
Setting individual folder permissions to 755.
Setting permissions rights for control etc.
Building of PlayOnLinux_3.8.12
dpkg-deb: building package `playonlinux' in `PlayOnLinux_3.8.12.deb'.
Lintian resulting package PlayOnLinux_3.8.12.deb.
Error: E: playonlinux: description-starts-with-package-name Logged to all_errors.txt.
Warning: W: playonlinux: description-too-long Logged to all_warnings.txt.
Error: E: playonlinux: extended-description-is-empty Logged to all_errors.txt.
Warning: W: playonlinux: unknown-section base Logged to all_warnings.txt.
Warning: W: playonlinux: copyright-without-copyright-notice Logged to all_warnings.txt.
Warning: W: playonlinux: postinst-has-useless-call-to-update-menus Logged to all_warnings.txt.
Warning: W: playonlinux: postrm-has-useless-call-to-update-menus Logged to all_warnings.txt.
Warning: W: playonlinux: changelog-not-compressed-with-max-compression changelog.gz Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 1 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 2 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 3 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 4 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 5 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 6 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 7 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 8 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 9 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 10 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 11 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 12 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 13 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 14 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 15 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 16 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 17 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 18 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 19 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 20 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 21 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 22 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 23 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 24 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 25 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 26 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 27 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 28 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 29 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 30 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 31 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 32 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 33 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 34 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 35 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 36 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 37 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 38 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 39 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 40 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 41 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 42 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 43 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 44 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 45 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 46 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 47 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 48 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 49 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 50 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 51 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 52 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 53 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 54 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 55 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 56 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 57 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 58 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 59 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 60 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 61 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 62 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 63 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 64 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 65 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 66 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 67 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 68 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 69 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 70 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 71 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 72 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 73 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 74 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 75 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 76 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 77 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 78 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 79 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 80 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 81 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 82 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 83 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 84 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 85 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 86 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 87 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 88 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 89 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 90 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 91 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 92 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 93 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 94 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 95 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 96 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 97 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 98 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 99 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 100 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 101 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 102 "unrecognised line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 103 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 104 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 105 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 106 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 107 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 108 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 109 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 110 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 111 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 112 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 113 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 114 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 115 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 116 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 117 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 118 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 119 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 120 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 121 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 122 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 123 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 124 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 125 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 126 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 127 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 128 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 129 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 130 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 131 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 132 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 133 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 134 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 135 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 136 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 137 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 138 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 139 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 140 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 141 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 142 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 143 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 144 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 145 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 146 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 147 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 148 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 149 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 150 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 151 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 152 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 153 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 154 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 155 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 156 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 157 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 158 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 159 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 160 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 161 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 162 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 163 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 164 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 165 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 166 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 167 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 168 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 169 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 170 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 171 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 172 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 173 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 174 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 175 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 176 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 177 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 178 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 179 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 180 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 181 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 182 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 183 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 184 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 185 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 186 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 187 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 188 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 189 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 190 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 191 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 192 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 193 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 194 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 195 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 196 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 197 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 198 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 199 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 200 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 201 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 202 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 203 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 204 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 205 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 206 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 207 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 208 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 209 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 210 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 211 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 212 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 213 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 214 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 215 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 216 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 217 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 218 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 219 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 220 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 221 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 222 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 223 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 224 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 225 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 226 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 227 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 228 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 229 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 230 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 231 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 232 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 233 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 234 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 235 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 236 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 237 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 238 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 239 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 240 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 241 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 242 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 243 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 244 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 245 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 246 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 247 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 248 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 249 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 250 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 251 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 252 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 253 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 254 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 255 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 256 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 257 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 258 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 259 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 260 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 261 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 262 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 263 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 264 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 265 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 266 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 267 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 268 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 269 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 270 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 271 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 272 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 273 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 274 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 275 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 276 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 277 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 278 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 279 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 280 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 281 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 282 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 283 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 284 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 285 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 286 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 287 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 288 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 289 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 290 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 291 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 292 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 293 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 294 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 295 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 296 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 297 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 298 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 299 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 300 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 301 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 302 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 303 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 304 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 305 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 306 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 307 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 308 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 309 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 310 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 311 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 312 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 313 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 314 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 315 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 316 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 317 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 318 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 319 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 320 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 321 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 322 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 323 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 324 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 325 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 326 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 327 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 328 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 329 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 330 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 331 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 332 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 333 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 334 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 335 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 336 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 337 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 338 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 339 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 340 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 341 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 342 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 343 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 344 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 345 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 346 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 347 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 348 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 349 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 350 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 351 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 352 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 353 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 354 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 355 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 356 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 357 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 358 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 359 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 360 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 361 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 362 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 363 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 364 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 365 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 366 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 367 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 368 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 369 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 370 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 371 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 372 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 373 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 374 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 375 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 376 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 377 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 378 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 379 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 380 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 381 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 382 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 383 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 384 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 385 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 386 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 387 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 388 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 389 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 390 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 391 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 392 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 393 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 394 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 395 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 396 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 397 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 398 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 399 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 400 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 401 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 402 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 403 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 404 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 405 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 406 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 407 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 408 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 409 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 410 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 411 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 412 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 413 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 414 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 415 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 416 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 417 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 418 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 419 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 420 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 421 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 422 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 423 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 424 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 425 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 426 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 427 "found blank line where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 428 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 429 "badly formatted heading line" Logged to all_warnings.txt.
Warning: W: playonlinux: syntax-error-in-debian-changelog line 493 "found eof where expected first heading" Logged to all_warnings.txt.
Warning: W: playonlinux: binary-without-manpage usr/bin/playonlinux-cmd Logged to all_warnings.txt.
Warning: W: playonlinux: binary-without-manpage usr/bin/playonlinux-shell Logged to all_warnings.txt.
Warning: W: playonlinux: possible-bashism-in-maintainer-script postrm:4 ' type ' Logged to all_warnings.txt.
Warning: W: playonlinux: possible-bashism-in-maintainer-script postinst:4 ' type ' Logged to all_warnings.txt.
Warning: W: playonlinux: package-contains-vcs-control-file usr/share/playonlinux/.gitignore Logged to all_warnings.txt.
Warning: W: playonlinux: extra-license-file usr/share/playonlinux/LICENCE Logged to all_warnings.txt.
PlayOnLinux_3.8.12.deb Errors recorded: 0, Warnings recorded: 0
Warnings may have been issued, but we have a totally successful build.
theemahn@SledgeHammer:~/Downloads$


Still a ton of errors, I am not impressed.
theemahn@SledgeHammer:~/Downloads$ repomaster -f PlayOnLinux_3.8.12

Relaxing permissions
Relaxing: PlayOnLinux_3.8.12

Process complete.
Scanning for errors / warnings to fix in PlayOnLinux_3.8.12.
W: playonlinux: copyright-without-copyright-notice
Fixing Error: copyright-without-copyright-notice. Writing GPL generic copywrite file. Please review and change if necessary.
Setting generic homepage please edit this file: PlayOnLinux_3.8.12/usr/share/doc/playonlinux/copyright
Copywrite file exists full of errors?
Creating generic copywrite file: PlayOnLinux_3.8.12/usr/share/doc/playonlinux/copyright, please review & correct.
Copyright fixed.
W: playonlinux: binary-without-manpage usr/bin/playonlinux-cmd
W: playonlinux: binary-without-manpage usr/bin/playonlinux-shell
Fixing Error: No Manpage - Writing Generic manpage. please review and change if necessary.
Scanning for manpages errors.
Warning: W: playonlinux: binary-without-manpage usr/bin/playonlinux-cmd
Processing: playonlinux-cmd
Warning: W: playonlinux: binary-without-manpage usr/bin/playonlinux-shell
Processing: playonlinux-shell
Manpage issue(s) fixed.
W: playonlinux: extra-license-file usr/share/playonlinux/LICENCE
Fixing Error: extra-license-file. Please at this stage of development review and change if necessary.

Warning: W: playonlinux: extra-license-file usr/share/playonlinux/LICENCE
Deleting... PlayOnLinux_3.8.12/usr/share/playonlinux/LICENCE
extra-license-file warning(s) fixed.
Warning: W: playonlinux: package-contains-vcs-control-file usr/share/playonlinux/.gitignore
Deleting... PlayOnLinux_3.8.12usr/share/playonlinux/.gitignore
package-contains-vcs-control-file(s) warning fixed.
extra-license-file issue(s) fixed.
W: playonlinux: changelog-not-compressed-with-max-compression changelog.gz
Fixing Error: changelog-not-compressed-with-max-compression. Please at this stage of development review and change if necessary.
Extracting changelog to implement maximum compression.
rm: cannot remove `changelog.gz': No such file or directory
Recompressing.
Changelog compression error fixed.
changelog-not-compressed-with-max-compression(s) fixed.
W: playonlinux: package-contains-vcs-control-file usr/share/playonlinux/.gitignore
Fixing Error: package-contains-vcs-control-file. Please at this stage of development review and change if necessary.

Warning: W: playonlinux: extra-license-file usr/share/playonlinux/LICENCE
Deleting... PlayOnLinux_3.8.12/usr/share/playonlinux/LICENCE
rm: cannot remove `PlayOnLinux_3.8.12/usr/share/playonlinux/LICENCE': No such file or directory
extra-license-file warning(s) fixed.
Warning: W: playonlinux: package-contains-vcs-control-file usr/share/playonlinux/.gitignore
Deleting... PlayOnLinux_3.8.12usr/share/playonlinux/.gitignore
rm: cannot remove `PlayOnLinux_3.8.12/usr/share/playonlinux/.gitignore': No such file or directory
package-contains-vcs-control-file(s) warning fixed.
package-contains-vcs-control-file(s) fixed.
Errors / warnings fixed: 5
theemahn@SledgeHammer:~/Downloads$


Perfection? Not yet.
Building of PlayOnLinux_3.8.12
dpkg-deb: building package `playonlinux' in `PlayOnLinux_3.8.12.deb'.
Lintian resulting package PlayOnLinux_3.8.12.deb.
Error: E: playonlinux: description-starts-with-package-name Logged to all_errors.txt.
Warning: W: playonlinux: description-too-long Logged to all_warnings.txt.
Error: E: playonlinux: extended-description-is-empty Logged to all_errors.txt.
Warning: W: playonlinux: unknown-section base Logged to all_warnings.txt.
Warning: W: playonlinux: postinst-has-useless-call-to-update-menus Logged to all_warnings.txt.
Warning: W: playonlinux: postrm-has-useless-call-to-update-menus Logged to all_warnings.txt.
Warning: W: playonlinux: possible-bashism-in-maintainer-script postrm:4 ' type ' Logged to all_warnings.txt.
Warning: W: playonlinux: possible-bashism-in-maintainer-script postinst:4 ' type ' Logged to all_warnings.txt.


I stand corrected, I have told my admin errors are a thing of the past. I have been working on correcting warnings. I see I must have missed a few errors to auto-correct. Compare this to the original output, I still say repomaster rockz ;)

Those are tiny errors, non-showstoppers nothing in comparison to the things it will automatically fix. With so many programming languages, do you know how complicated it can be to just find an executable in a deb, not to mention a library?

A small section of the repomaster, note the # comments do not get executed.
Code: Select all
#Test for executables & make naming conventions apply spaces etc.
#/usr/share/screenlets/Lyrics/Quodlibet plugin/LyricsScreenletInformator.py becomes /usr/share/screenlets/Lyrics/Quodlibet\ plugin/LyricsScreenletInformator.py to set the executable bit.
#Sed is hardcore, also handles many other nonstandard characters all in one line.  Why?  Because I sed so ;)
#first find executables and set executable.
find $FILE -name "DEBIAN" -prune -o -type f -exec sh -c 'test "$(head -c 2 "$1")" = "#!"' sh {} \; -print -exec chmod 755 {} \;
#No header, no problem
#find $FILE -name "*.sh" -exec chmod 755 {} \;
#find $FILE -name "*.py" -exec chmod 755 {} \;
#Nonstandard? spaces ( " etc.  sed 's/\([ "(){}$#\&~'"'"']\)/\\\1/g'
find -type f -executable -exec sh -c "file -i '{}' | grep -q 'x-executable; charset=binary'" \; -exec chmod 755 {} \;

#To Come...
#cd $FILE/
#find . -name "DEBIAN" -prune -o -type f -exec sh -c 'test "$(head -c 2 "$1")" = "#!"' sh {} \; -print | sed 's/\([ "(){}$#\&~'"'"']\)/\\\1/g' > executables
#if test -s executables
#then
#echo "Non conforming executables found:"
#cat executables | while read EXE
#do
#   echo "Setting Executable bit for: "$EXE
#   chmod 755 $EXE
#done
#fi
#if test -f executables
#then
#rm executables
#fi
#cd ..


The output you see of all the above is actually "Scanning for executables in PlayOnLinux_3.8.12". All that crap above, only 2 lines are actually used ;) Libraries a whole new issue, I am currently working through. Lintian tells me a easy fix, yeah O.K.:
Code: Select all
#Build shlibs
function BuildShlibs {
echo "Scanning for libs and building shlibs control file."
#Library=objdump -p find -name $FILE/usr/lib/*so* | sed -n -e's/^[[:space:]]*SONAME[[:space:]]*//p' | sed -e's/\([0-9]\)\.so\./\1-/; s/\.so\.//'
}

#Strip Binaries
function StripBin {
cat $FILE.deb.errors | while read ERRORS
do
BINARY=$(echo $ERRORS | grep "unstripped-binary-or-object" | cut -d: -f3 | cut -d" " -f3)
if [[ $BINARY != "" ]]; then
echo "Fixing error: unstripped-binary-or-object. Striping $FILE/$BINARY."
strip $FILE/$BINARY
fi
done
}


There are 32 bit and 64 bit debs right? If the end user that built the deb says arch: all, hmmm let's open a can of worms. Yes, I intend to autofix that as well. Never trust the programmer, unless he has being doing so for 30 years ;) Actually, I look for people not to trust me at first, funny I show you code of what I play with & unleashed.

Cannocial hated that I picked up automatix replaced via ultamatix, hated me at first. Sorry for the thorn in thier side, this is no thorn. This is not a pickup and continue project & point out errors I have, wow what were they thinking - I did not make them. This is solid domination ;) This is what I find funny. When I write you will understand, not re-write someone else's software. They will pay me. Watch and see. Hire me? I think not.

Pay me to use it? Certainly. Or be no-more. I mind you one guy. I hope it is O.K. for me to be Cocky once in a while.

What I dominate will be *nix, a broadband succumbing. Visit me on my island. I do know what I am doing.
Home of Ultimate Edition. Got a question? Please review the F.A.Q. Browse the How to section.

Main O/S: Builder of O/S Guess.
Mainboard: ASUS Hero VI (AM4)
CPU: AMD 1700X water cooled (Deepcool Captain Genome Cooling tower)
Ram: 16 GB GSkill Trident RGB Series Dual Channel DDR4 3200
Video: MSI RX470 8GB Gaming card.
Hard Disks: MASSIVE on the network.(10 Gigabit, 48 port, multiple servers)
Monitors: Dual 4K 43" LG, 4K Samsung 28"
750 Watt modular PSU (Rosswell)
1100 Watt Amp & 4 X 600 Watt speakers

Servers in the basement.
User avatar
TheeMahn
Site Admin
 
Posts: 4201
Joined: Fri Oct 12, 2007 10:02 am
Location: U.S.A.
Age: 53
Operating System: Ultimate Edition Developer



Re: A new tool for the masses?

Postby TheeMahn » Wed Jun 01, 2011 9:52 am

emaNresU wrote:While I can't begin to understand the code you have written, however, if I am understanding the destination you are headed for, this is huge! Outside of being able to repair repository packages, are you saying that it will be possible to run your 'magic' as a service to clean up any package that is being installed, and on the fly, make the necessary repairs before installation?
Color me "Ultimately" impressed! :D
Although I've used your OS daily for the past few years, I have just enough knowledge to get me into/out of trouble. I do however have pretty good reading comprehension so I mostly manage on my own.
I passed the 40 year milestone quite some time ago and am almost to the next one
( I said "almost" as well <BREW> ) and like I tell my kids, I may get old but I will never grow up!
Many big thanks from this satisfied recipient of your efforts! Keep doing what you do and being who you are. Everything else is just a sideshow!
I'll be around, lurking and searching because I just can't help breaking stuff. :geek:
Rock on!
Ricky


That is exactly where I am going with it and a few other things. One program to take jobs from me ;) Repository management is another job it will do beyond the initial post. Please see the -P or --publish switch above. The service switch is not done, it will be in postinst to prompt the end user whether or not they want it as a service. To do exactly as you said. If a package has errors / warning prompt the end user & tell them what they are. If the end user says yes fix them it will fix them prior to entering your system.
Home of Ultimate Edition. Got a question? Please review the F.A.Q. Browse the How to section.

Main O/S: Builder of O/S Guess.
Mainboard: ASUS Hero VI (AM4)
CPU: AMD 1700X water cooled (Deepcool Captain Genome Cooling tower)
Ram: 16 GB GSkill Trident RGB Series Dual Channel DDR4 3200
Video: MSI RX470 8GB Gaming card.
Hard Disks: MASSIVE on the network.(10 Gigabit, 48 port, multiple servers)
Monitors: Dual 4K 43" LG, 4K Samsung 28"
750 Watt modular PSU (Rosswell)
1100 Watt Amp & 4 X 600 Watt speakers

Servers in the basement.
User avatar
TheeMahn
Site Admin
 
Posts: 4201
Joined: Fri Oct 12, 2007 10:02 am
Location: U.S.A.
Age: 53
Operating System: Ultimate Edition Developer



Re: A new tool for the masses?

Postby TheeMahn » Wed Jun 01, 2011 10:32 am

dougal wrote:I echo everything emaNesrU has said although I am a little older still. I still have a kids' mischievousness as my wife will attest.
I unfortunately can't quite comprehend everything you have said but, by the way you say things it certainly sounds like a wake up call.
I personally can't wait for the big day when all OSes are free with everyone lending a hand to make things as perfect as can be.
It's great to see you putting in so much personal effort and I truly hope you are rewarded in the way you want. God knows you deserve it.
One question - does this mean that one day users of that other OS will find it easy to come to ultimate Edition and use it straight off because the system will have no errors?

Rock on TheeMann...



I am thinking initially we will be the first O/S on the planet to have a error free environment, this is why I have devoted such great effort & time to this tool. Sure I could have had Ultimate Edition 3.0 done by now. I want to utilize the tool to make the "perfect O/S", I am thinking the first of it's kind.

I had Ultimate Edition 3.0 built and installed the same day as Ubuntu dropped Natty. My efforts in building are just a small part of a big picture.
Home of Ultimate Edition. Got a question? Please review the F.A.Q. Browse the How to section.

Main O/S: Builder of O/S Guess.
Mainboard: ASUS Hero VI (AM4)
CPU: AMD 1700X water cooled (Deepcool Captain Genome Cooling tower)
Ram: 16 GB GSkill Trident RGB Series Dual Channel DDR4 3200
Video: MSI RX470 8GB Gaming card.
Hard Disks: MASSIVE on the network.(10 Gigabit, 48 port, multiple servers)
Monitors: Dual 4K 43" LG, 4K Samsung 28"
750 Watt modular PSU (Rosswell)
1100 Watt Amp & 4 X 600 Watt speakers

Servers in the basement.
User avatar
TheeMahn
Site Admin
 
Posts: 4201
Joined: Fri Oct 12, 2007 10:02 am
Location: U.S.A.
Age: 53
Operating System: Ultimate Edition Developer



Re: A new tool for the masses?

Postby pclinuxguru » Wed Jun 01, 2011 10:55 am

In turn making ultimate edition hands down the great of the best.
Cant wait, this OS will rule. <BREW>

You are ya the best of the best theemahn.
pclinuxguru is deceased.R.I.P
pclinuxguru
U.E. God
U.E. God
 
Posts: 1712
Joined: Sun Oct 17, 2010 2:28 am
Age: 50
Operating System: Ubuntu Gusty Gibson



Re: A new tool for the masses?

Postby TheeMahn » Wed Jun 01, 2011 2:23 pm

Gúrú Linux ríomhaire wrote:In turn making ultimate edition hands down the great of the best.
Cant wait, this OS will rule. <BREW>

You are ya the best of the best theemahn.



Thanks brother, I really wish I could share it with you, but if I did would step on a few toes & they are not my toes to step on even though I am writing it ;) Please be patient with me.
Home of Ultimate Edition. Got a question? Please review the F.A.Q. Browse the How to section.

Main O/S: Builder of O/S Guess.
Mainboard: ASUS Hero VI (AM4)
CPU: AMD 1700X water cooled (Deepcool Captain Genome Cooling tower)
Ram: 16 GB GSkill Trident RGB Series Dual Channel DDR4 3200
Video: MSI RX470 8GB Gaming card.
Hard Disks: MASSIVE on the network.(10 Gigabit, 48 port, multiple servers)
Monitors: Dual 4K 43" LG, 4K Samsung 28"
750 Watt modular PSU (Rosswell)
1100 Watt Amp & 4 X 600 Watt speakers

Servers in the basement.
User avatar
TheeMahn
Site Admin
 
Posts: 4201
Joined: Fri Oct 12, 2007 10:02 am
Location: U.S.A.
Age: 53
Operating System: Ultimate Edition Developer



Re: A new tool for the masses?

Postby TheeMahn » Thu Jun 02, 2011 2:59 pm

1 small step away from publishing:
Code: Select all
theemahn@SledgeHammer:~/Music$ repomaster -p
Please provide repository name for example: repomaster -p themes
theemahn@SledgeHammer:~/Music$ repomaster -p themes
Repomaster 1.7.0-1 is entering prepare mode for later publishing.
Scaning good packages in ./debs.
Entering Version control function.
Please wait.
Themes folder already exists.
Setting permissions and chowning files to theemahn.
GPG Key signing phase initiating.
+ GPGHome=/home/theemahn/.gnupg/
+ MainDir=themes
+ for Arch in i386 amd64
+ Dir=themes/all/binary-i386
+ echo 'Generating index for i386.'
Generating index for i386.
+ apt-ftparchive packages themes/all/binary-i386
+ cat themes/all/binary-i386/Packages
+ gzip -9c
+ cat themes/all/binary-i386/Packages
+ bzip2
+ for Arch in i386 amd64
+ Dir=themes/all/binary-amd64
+ echo 'Generating index for amd64.'
Generating index for amd64.
+ apt-ftparchive packages themes/all/binary-amd64
+ cat themes/all/binary-amd64/Packages
+ gzip -9c
+ cat themes/all/binary-amd64/Packages
+ bzip2
+ echo 'Generating Release file.'
Generating Release file.
+ rm -f themes/Release themes/Release.gpg
++ date
+ Date='Thu Jun  2 14:56:22 EDT 2011'
+ echo 'Origin: Ultimate Edition'
+ echo 'Label: Theme Linux'
+ echo 'Suite: themes'
+ echo 'Version: 1.0'
+ echo 'Codename: themes'
+ echo 'Date: Thu Jun  2 14:56:22 EDT 2011'
+ echo 'Architectures: amd64 i386'
+ echo 'Components: all'
+ echo 'Description: Themelinux Themes'
+ apt-ftparchive release themes
+ echo 'Signing release file.'
Signing release file.
+ gpg --sign --homedir=/home/theemahn/.gnupg/ -ba -o themes/Release.gpg themes/Release

You need a passphrase to unlock the secret key for
user: "Glenn Cady (Theme linux repository) <[email protected]>"
2048-bit RSA key, ID A744DB59, created 2010-12-10

gpg: gpg-agent is not available in this session
+ echo 'Repository is ready for publishing.'
Repository is ready for publishing.
+ echo 'Please initiate Publish mode when you are ready to publish: repomaster -P USERNAME@ADDRESS_TO_RSYNC_TO'
Please initiate Publish mode when you are ready to publish: repomaster -P USERNAME@ADDRESS_TO_RSYNC_TO
+ exit 0
theemahn@SledgeHammer:~/Music$


Once the above is honed to perfection, publish routine will be written. I am also thinking to allow the end user to optionally generate a deb that will inject the gpg key add sources.list as themelinux-0.0.1_all.deb does easily automatically generated at this point.

Sorry, been getting very busy lately. I have 4 websites to construct for business's here in town. Got to love extra $ ;)

Domain purchased, hosting for a year and set a template for a pizza place, told him I would not construct the html etc until after the 13th I am supposed to move at that point. I have alot going on please bare with me on my work as far as the O/S and tools in development.

Yes I know Hospitol is Hospital ;) Like I said template. Who registered that domain? Since I no longer accept donations at least for now, I need to make a means to an end, hosting is due this month I pay for 4 months at a time and 4 domains expiring. I will pay for them tomorrow out of my pocket.

I will not explain why I no longer accept donations. A large chunk of change I assure you, I will fix the donation issue at first opportunity

Let me write the service routine. I will call apon it at postinst, it is all over then. Please learn from me, I am afraid it is too late. The publish routine is squashed. Different then the -p v/s -P switch. I did have to come to terms.

I will have to come to terms -s. It is all over but the crying.
Home of Ultimate Edition. Got a question? Please review the F.A.Q. Browse the How to section.

Main O/S: Builder of O/S Guess.
Mainboard: ASUS Hero VI (AM4)
CPU: AMD 1700X water cooled (Deepcool Captain Genome Cooling tower)
Ram: 16 GB GSkill Trident RGB Series Dual Channel DDR4 3200
Video: MSI RX470 8GB Gaming card.
Hard Disks: MASSIVE on the network.(10 Gigabit, 48 port, multiple servers)
Monitors: Dual 4K 43" LG, 4K Samsung 28"
750 Watt modular PSU (Rosswell)
1100 Watt Amp & 4 X 600 Watt speakers

Servers in the basement.
User avatar
TheeMahn
Site Admin
 
Posts: 4201
Joined: Fri Oct 12, 2007 10:02 am
Location: U.S.A.
Age: 53
Operating System: Ultimate Edition Developer

Next

Return to Programming

Who is online

Users browsing this forum: No registered users and 10 guests