From c3477e3284a1be80eb36069151ddee3dde371981 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 11 Jan 2014 15:55:46 -0600 Subject: Fix kubuntu-meta FTBFS on Debian and Ubuntu --- ubuntu/precise/metapackages/kubuntu-meta/COPYING | 339 --------------------- ubuntu/precise/metapackages/kubuntu-meta/README | 8 - .../kubuntu-meta/debian/distrospecific/COPYING | 339 +++++++++++++++++++++ .../kubuntu-meta/debian/distrospecific/README | 8 + .../debian/distrospecific/debootstrap-version | 1 + .../kubuntu-meta/debian/distrospecific/desktop | 326 ++++++++++++++++++++ .../debian/distrospecific/desktop-amd64 | 82 +++++ .../debian/distrospecific/desktop-hppa | 79 +++++ .../debian/distrospecific/desktop-i386 | 83 +++++ .../debian/distrospecific/desktop-ia64 | 83 +++++ .../debian/distrospecific/desktop-lpia | 81 +++++ .../debian/distrospecific/desktop-powerpc | 81 +++++ .../debian/distrospecific/desktop-recommends-amd64 | 112 +++++++ .../debian/distrospecific/desktop-recommends-hppa | 109 +++++++ .../debian/distrospecific/desktop-recommends-i386 | 113 +++++++ .../debian/distrospecific/desktop-recommends-ia64 | 109 +++++++ .../debian/distrospecific/desktop-recommends-lpia | 108 +++++++ .../distrospecific/desktop-recommends-powerpc | 109 +++++++ .../debian/distrospecific/desktop-recommends-sparc | 108 +++++++ .../debian/distrospecific/desktop-sparc | 79 +++++ .../kubuntu-meta/debian/distrospecific/update | 13 + .../kubuntu-meta/debian/distrospecific/update.cfg | 20 ++ .../precise/metapackages/kubuntu-meta/debian/rules | 3 + .../metapackages/kubuntu-meta/debootstrap-version | 1 - ubuntu/precise/metapackages/kubuntu-meta/desktop | 326 -------------------- .../metapackages/kubuntu-meta/desktop-amd64 | 82 ----- .../precise/metapackages/kubuntu-meta/desktop-hppa | 79 ----- .../precise/metapackages/kubuntu-meta/desktop-i386 | 83 ----- .../precise/metapackages/kubuntu-meta/desktop-ia64 | 83 ----- .../precise/metapackages/kubuntu-meta/desktop-lpia | 81 ----- .../metapackages/kubuntu-meta/desktop-powerpc | 81 ----- .../kubuntu-meta/desktop-recommends-amd64 | 112 ------- .../kubuntu-meta/desktop-recommends-hppa | 109 ------- .../kubuntu-meta/desktop-recommends-i386 | 113 ------- .../kubuntu-meta/desktop-recommends-ia64 | 109 ------- .../kubuntu-meta/desktop-recommends-lpia | 108 ------- .../kubuntu-meta/desktop-recommends-powerpc | 109 ------- .../kubuntu-meta/desktop-recommends-sparc | 108 ------- .../metapackages/kubuntu-meta/desktop-sparc | 79 ----- ubuntu/precise/metapackages/kubuntu-meta/update | 13 - .../precise/metapackages/kubuntu-meta/update.cfg | 20 -- 41 files changed, 2046 insertions(+), 2043 deletions(-) delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/COPYING delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/README create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/COPYING create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/README create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/debootstrap-version create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-amd64 create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-hppa create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-i386 create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-ia64 create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-lpia create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-powerpc create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-amd64 create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-hppa create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-i386 create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-ia64 create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-lpia create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-powerpc create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-sparc create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-sparc create mode 100755 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/update create mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/update.cfg delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/debootstrap-version delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/desktop delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/desktop-amd64 delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/desktop-hppa delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/desktop-i386 delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/desktop-ia64 delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/desktop-lpia delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/desktop-powerpc delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-amd64 delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-hppa delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-i386 delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-ia64 delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-lpia delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-powerpc delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-sparc delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/desktop-sparc delete mode 100755 ubuntu/precise/metapackages/kubuntu-meta/update delete mode 100644 ubuntu/precise/metapackages/kubuntu-meta/update.cfg (limited to 'ubuntu/precise/metapackages/kubuntu-meta') diff --git a/ubuntu/precise/metapackages/kubuntu-meta/COPYING b/ubuntu/precise/metapackages/kubuntu-meta/COPYING deleted file mode 100644 index d511905c1..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/COPYING +++ /dev/null @@ -1,339 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Lesser General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. diff --git a/ubuntu/precise/metapackages/kubuntu-meta/README b/ubuntu/precise/metapackages/kubuntu-meta/README deleted file mode 100644 index 357d51105..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/README +++ /dev/null @@ -1,8 +0,0 @@ -Run the "update" script to automatically generate new dependency -lists. The result will be based on the published seed lists, filtered -by: - -- The Packages files (nonexistent packages will be skipped) - -- debootstrap (packages not yet added to debootstrap will not be added - to ubuntu-base) diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/COPYING b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/COPYING new file mode 100644 index 000000000..d511905c1 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/COPYING @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/README b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/README new file mode 100644 index 000000000..357d51105 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/README @@ -0,0 +1,8 @@ +Run the "update" script to automatically generate new dependency +lists. The result will be based on the published seed lists, filtered +by: + +- The Packages files (nonexistent packages will be skipped) + +- debootstrap (packages not yet added to debootstrap will not be added + to ubuntu-base) diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/debootstrap-version b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/debootstrap-version new file mode 100644 index 000000000..b0f3d96f8 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/debootstrap-version @@ -0,0 +1 @@ +1.0.8 diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop new file mode 100644 index 000000000..b1016a157 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop @@ -0,0 +1,326 @@ +Task-Per-Derivative: 1 +Task-Section: user +Task-Description: Kubuntu desktop +Task-Extended-Description: This task provides the Kubuntu desktop environment. +Task-Key: kubuntu-desktop + += Hardware and Architecture Support = + +== Architecture-independent == + + * hotkey-setup + +Power management: + + * acpi-support + * (powernowd) + * powermanagement-interface [i386 amd64 powerpc ia64] + +Bluetooth: + + * (bluez-utils) # base for bluetooth support + * (bluez-cups) # allow connecting to bluetooth printers from CUPS + +== i386, i686, amd64 == + + * acpi + * acpid + * apmd [i386] + +== ppc32, ppc64 == + + * pbbuttonsd [powerpc] + += Console-Based Tools = + +These tools are very commonly used by people who drop into a console shell to do some work. + + * bc + * dc + * genisoimage + * (wodim) + * (cdparanoia) + * (dvd+rw-tools) + * screen + * lftp + * slocate # tool to index user files + * zip + * unzip # also used for .zip support in file-roller + += Network Services = + +Basic network services and Windows integration. + + * libnss-mdns # IPv4 link-local DNS support + * avahi-autoipd # IPv4 link-local interface configuration support + * smbclient # to access files on other SAMBA and Windows servers + * wvdial # for automatic dialup configuration via g-s-t + +These packages help with system integration + + * libsasl2-modules # allows integration with MTA and login system + * avahi-daemon + += Printing = + +Printing and printer configuration is a real weak spot in Debian, and in Linux in general. We will need to stay at the front of the curve here. + + * cupsys # our preferred printer management infrastructure + * cupsys-bsd # gives us lpc, lpq, lpr, lprm + * cupsys-client # gives us cancel, cupstestppd, lp, lpoptions, lppasswd, lpstat, cupsaddsmb, accept, lpadmin, lpinfo, lpmove + * foomatic-db-engine # integrate the foomatic printer driver engine + * foomatic-db # the foomatic printer driver database + * foomatic-filters # converter from postscript to printer-specific formats + * foomatic-db-hpijs # printer drivers from the hp inkjet project + * cupsys-driver-gutenprint # a ton of cupsys ppds, for real comprehensive printer support + * openprinting-ppds # Most common drivers we want in desktop; less common are in o-p-extra + * pnm2ppa # several ppds require this + * ghostscript-x + * (hplip) # support for HP all-in-one printers + * min12xxw # support for KonicaMinolta PagePro 1200W, 1300W printers + * foo2zjs # Support for printing to ZjStream-based printers + += GUI infrastructure = + +Packages used for X preconfiguration are just Recommends; removing them after initial installation should be relatively safe. + + * (xresprobe) + * (laptop-detect) + * (discover1) + + * xorg # this includes xserver-xorg->xserver-xorg-{input|video}-* (no need to add specific drivers manually) + * xterm # Provide a backup terminal and complete X env. + * xkb-data # XKB data now lives here + +Fonts: + + * ttf-bitstream-vera + * ttf-dejavu # includes characters missing in Vera + * ttf-freefont + * (ttf-kochi-gothic) + * (ttf-kochi-mincho) + * (ttf-arphic-uming) + * (ttf-arphic-ukai) + * (ttf-arabeyes) + * (ttf-baekmuk) + * (ttf-indic-fonts) + * (ttf-malayalam-fonts) + * (ttf-mgopen) + * (ttf-thai-tlwg) + * (ttf-lao) + * (ttf-gentium) + +Input methods: + + * (skim) + * (scim-qtimm) +# * (scim-tables-additional) [i386] # input support for language packs that we ship + += Desktop KDE Apps = + +We've chosen KDE as our desktop user interface of choice + + * arts-trinity + +== kdebase-trinity == + + * (kate-trinity) + * kcontrol-trinity + * kdepasswd-trinity + * kdeprint-trinity + * kdesktop-trinity + * (kfind-trinity) + * khelpcenter-trinity + * kicker-trinity + * (klipper-trinity) + * kmenuedit-trinity + * (konqueror-trinity) + * (konqueror-nsplugins-trinity) + * konsole-trinity + * ksmserver-trinity + * ksplash-trinity + * (ksysguard-trinity) + * kwin-trinity + * kdm-trinity # we want trinity as loginmanager + +== kdeadmin-trinity == + + * kcron-trinity + * kdeadmin-kfile-plugins-trinity + * knetworkconf-trinity + +== kdegraphics-trinity == + + * (gwenview-trinity) + * (kipi-plugins-trinity) [i386 amd64] # set of plugins for digikam and gwenview + * (kamera-trinity) + * kdegraphics-kfile-plugins-trinity + * (kooka-trinity) + * kpdf-trinity + * ksnapshot-trinity + * ksvg-trinity + * kghostview-trinity # For print preview + +== kdemultimedia-trinity == + + * libarts1-akode-trinity + * kdemultimedia-kfile-plugins-trinity + * kdemultimedia-kio-plugins-trinity + * kmix-trinity + +== kdenetwork-trinity == + + * kdenetwork-filesharing-trinity + * tdednssd-trinity + * (kopete-trinity) + * (kpf-trinity) + * (kppp-trinity) + * (krdc-trinity) + * (krfb-trinity) + * kdenetwork-kfile-plugins-trinity + +== kdepim-trinity == + + * (kontact-trinity) + * (kmail-trinity) + * (akregator-trinity) + * (korganizer-trinity) + * (kaddressbook-trinity) + * (knotes-trinity) + * (karm-trinity) + * (kdepim-wizards-trinity) + +== kdeutils-trinity == + + * ark-trinity + * (speedcrunch-trinity) + * (kmilo-trinity) + * (tdewalletmanager-trinity) + +== koffice-trinity == + +# * (krita-trinity) +# * (kexi-trinity) # instead of openoffice-base + +== everything else KDE == + + * (k3b-trinity) # kde CD burning + * (konversation-trinity) # kde irc-client + * vorbis-tools # for kaudiocreator + * (amarok-trinity) # audio multimediaplayer + * (kaffeine-xine-trinity) # video multimediaplayer + * (keep-trinity) # kde backuptool + * (adept-trinity) # better package manager + * konq-plugins-trinity + * kde-systemsettings-trinity # kcontrol replacement + * dbus # for session dbus, #895. Previously dbus-1-utils which brought in gtk, dbus-launch moved to dbus + * (kubuntu-default-settings-trinity) + * tdeio-locate-trinity # file searching + * (katapult-trinity) # program launcher + * (kubuntu-konqueror-shortcuts-trinity) + * qca-tls # used by Kopete Jabber plugin + * (kdebluetooth-trinity) + * ksystemlog-trinity + * (kdepim-kio-plugins-trinity) # Make sure we have both of these for KMail + * kdebase-kio-plugins-trinity + * (gtk-qt-engine-trinity) + * kde-guidance-trinity # configuration tools + * (kde-guidance-powermanager-trinity) + * tdeio-apt-trinity + * ksplash-engine-moodin-trinity + * (ktorrent-trinity) + * (cdrdao) + * language-selector-qt + * (kmailcvt-trinity) + * (bogofilter) # spam filter for KMail + * hwdb-client-kde + * libqt-perl # for debconf + * (digikam-trinity) [i386 amd64] + * kde-style-polyester + * (networkstatus-trinity) + * software-properties-kde + * (apport-qt) + * (strigi-trinity) + * (strigi-applet-trinity) + * (pinentry-qt) # for SMIME e-mail support + * (gpg-agent) # for SMIME e-mail support + * (gdebi-kde-trinity) + +Don't use gstreamer for dapper, 0.8 is unsupported upstream and amarok/kaffeine are not yet ported to 0.10 +#The gstreamer0.10 packages we want to install: + +# * gstreamer0.10-alsa +# * gstreamer0.10-esd +# * gstreamer0.10-plugins-base-apps + +Accessibility tools: + + * (kmag-trinity-trinity) + * (kde-icons-mono-trinity) + * (kbstate-trinity) + * (kmousetool-trinity) + * (xcursor-themes-trinity) + * (brltty-trinity) + += Other Desktop GUI Apps = + + * (openoffice.org-kde) [i386 powerpc amd64] # before OOo to avoid openoffice.org-style-default + * (openoffice.org-writer) [i386 powerpc amd64] + * (openoffice.org-calc) [i386 powerpc amd64] + * (openoffice.org-impress) [i386 powerpc amd64] + * (openoffice.org-draw) [i386 powerpc amd64] + * (openoffice.org-math) [i386 powerpc amd64] + * (openoffice.org-java-common) [i386 powerpc amd64] + * (tdescreensaver-trinity) + += Games = + + * (fortune-mod) # Needed by some screensavers + += Python = + +Python is a significant commitment, we will present Python wherever we can. + +Python Integrated Applications: + +Documentation: + +# * (diveintopython) + * (kubuntu-trinity-docs) + += Development = + +Here we provide a minimal development environment sufficient to build kernel +drivers, so that this is possible on the live CD and in scenarios where +it is problematic to get these packages onto the installed system in order +to compile a driver. -mdz + + * (gcc) + * (make) + * (linux-headers-generic) [i386] + * (linux-headers-powerpc) [powerpc] + * (linux-headers-powerpc64-smp) [powerpc] + * (linux-headers-generic) [amd64] + * (linux-headers-itanium) [ia64] + * (linux-headers-mckinley) [ia64] + * (linux-headers-sparc64) [sparc] + * (linux-headers-hppa32) [hppa] + * (linux-headers-hppa64) [hppa] + += Other = + + * kubuntu-desktop-trinity # the metapackage itself + * anacron # generally appropriate for desktops + * (bogofilter) + * usplash + * libxp6 # required for some third party apps. See #15739 + * kubuntu-artwork-usplash + * libpam-foreground +# * (example-content) # dholbach: dapper feature goal (wiki.ubuntu.com/ExampleContent) + * (landscape-client) + * readahead + += Germinate workarounds = + + * libglut3 # depended upon by freeglut3 + * libgl1-mesa-glx # depended upon by freeglut3 diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-amd64 b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-amd64 new file mode 100644 index 000000000..3e5fba0d9 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-amd64 @@ -0,0 +1,82 @@ +acpi +acpi-support +acpid +alsa-base +alsa-utils +anacron +ark +arts-trinity +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hotkey-setup +kcontrol-trinity +kcron-trinity +tde-guidance-trinity +tde-style-qtcurve-trinity +tdeadmin-tdefile-plugins-trinity +tdebase-tdeio-plugins-trinity +tdegraphics-tdefile-plugins-trinity +tdemultimedia-tdefile-plugins-trinity +tdemultimedia-tdeio-plugins-trinity +tdenetwork-filesharing-trinity +tdenetwork-tdefile-plugins-trinity +kdepasswd-trinity +tdeprint-trinity +kdesktop-trinity +tdm-trinity +tdednssd-trinity +kghostview-trinity +khelpcenter-trinity +kicker-trinity +tdeio-locate-trinity +kmenuedit-trinity +kmix-trinity +knetworkconf-trinity +konq-plugins-trinity +konsole-trinity +kpdf-trinity +ksmserver-trinity +ksnapshot-trinity +ksvg-trinity +ksystemlog-trinity +kubuntu-artwork-usplash +twin-trinity +twin-style-crystal-trinity +language-selector-qt +lftp +libarts1-akode-trinity +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +powermanagement-interface +qca-tls +readahead +screen +smbclient +software-properties-tde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-hppa b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-hppa new file mode 100644 index 000000000..030d93618 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-hppa @@ -0,0 +1,79 @@ +alsa-base +alsa-utils +anacron +ark +arts +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +kcontrol +kcron +kde-guidance +kde-style-qtcurve +kde-systemsettings +kdeadmin-kfile-plugins +kdebase-kio-plugins +kdegraphics-kfile-plugins +kdemultimedia-kfile-plugins +kdemultimedia-kio-plugins +kdenetwork-filesharing +kdenetwork-kfile-plugins +kdepasswd +kdeprint +kdesktop +kdm +tdednssd +kghostview +khelpcenter +kicker +kio-apt +kio-locate +kmenuedit +kmix +knetworkconf +konq-plugins +konsole +kpdf +ksmserver +ksnapshot +ksvg +ksystemlog +kubuntu-artwork-usplash +kwin +kwin-style-crystal +language-selector-qt +lftp +libarts1-akode +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-i386 b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-i386 new file mode 100644 index 000000000..52cd6a70e --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-i386 @@ -0,0 +1,83 @@ +acpi +acpi-support +acpid +alsa-base +alsa-utils +anacron +apmd +ark +arts-trinity +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hotkey-setup +kcontrol-trinity +kcron-trinity +tde-guidance-trinity +tde-style-qtcurve-trinity +tdeadmin-tdefile-plugins-trinity +tdebase-tdeio-plugins-trinity +tdegraphics-tdefile-plugins-trinity +tdemultimedia-tdefile-plugins-trinity +tdemultimedia-tdeio-plugins-trinity +tdenetwork-filesharing-trinity +tdenetwork-tdefile-plugins-trinity +kdepasswd-trinity +tdeprint-trinity +kdesktop-trinity +tdm-trinity +tdednssd-trinity +kghostview-trinity +khelpcenter-trinity +kicker-trinity +tdeio-locate-trinity +kmenuedit-trinity +kmix-trinity +knetworkconf-trinity +konq-plugins-trinity +konsole-trinity +kpdf-trinity +ksmserver-trinity +ksnapshot-trinity +ksvg-trinity +ksystemlog-trinity +kubuntu-artwork-usplash +twin-trinity +twin-style-crystal-trinity +language-selector-qt +lftp +libarts1-akode-trinity +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +powermanagement-interface +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-ia64 b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-ia64 new file mode 100644 index 000000000..f24d7e4cf --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-ia64 @@ -0,0 +1,83 @@ +acpi +acpi-support +acpid +alsa-base +alsa-utils +anacron +ark +arts +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +kcontrol +kcron +kde-guidance +kde-style-qtcurve +kde-systemsettings +kdeadmin-kfile-plugins +kdebase-kio-plugins +kdegraphics-kfile-plugins +kdemultimedia-kfile-plugins +kdemultimedia-kio-plugins +kdenetwork-filesharing +kdenetwork-kfile-plugins +kdepasswd +kdeprint +kdesktop +kdm +tdednssd +kghostview +khelpcenter +kicker +kio-apt +kio-locate +kmenuedit +kmix +knetworkconf +konq-plugins +konsole +kpdf +ksmserver +ksnapshot +ksvg +ksystemlog +kubuntu-artwork-usplash +kwin +kwin-style-crystal +language-selector-qt +lftp +libarts1-akode +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +powermanagement-interface +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-lpia b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-lpia new file mode 100644 index 000000000..7c8954570 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-lpia @@ -0,0 +1,81 @@ +acpi +acpi-support +acpid +alsa-base +alsa-utils +anacron +ark +arts-trinity +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hotkey-setup +kcontrol-trinity +kcron-trinity +tde-guidance-trinity +tde-style-qtcurve-trinity +tdeadmin-tdefile-plugins-trinity +tdebase-tdeio-plugins-trinity +tdegraphics-tdefile-plugins-trinity +tdemultimedia-tdefile-plugins-trinity +tdemultimedia-tdeio-plugins-trinity +tdenetwork-filesharing-trinity +tdenetwork-tdefile-plugins-trinity +kdepasswd-trinity +tdeprint-trinity +kdesktop-trinity +tdm-trinity +tdednssd-trinity +kghostview-trinity +khelpcenter-trinity +kicker-trinity +tdeio-locate-trinity +kmenuedit-trinity +kmix-trinity +knetworkconf-trinity +konq-plugins-trinity +konsole-trinity +kpdf-trinity +ksmserver-trinity +ksnapshot-trinity +ksvg-trinity +ksystemlog-trinity +kubuntu-artwork-usplash +twin-trinity +twin-style-crystal-trinity +language-selector-qt +lftp +libarts1-akode-trinity +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +qca-tls +readahead +screen +smbclient +software-properties-tde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-powerpc b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-powerpc new file mode 100644 index 000000000..1314826f1 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-powerpc @@ -0,0 +1,81 @@ +alsa-base +alsa-utils +anacron +ark +arts +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +kcontrol +kcron +kde-guidance +kde-style-qtcurve +kde-systemsettings +kdeadmin-kfile-plugins +kdebase-kio-plugins +kdegraphics-kfile-plugins +kdemultimedia-kfile-plugins +kdemultimedia-kio-plugins +kdenetwork-filesharing +kdenetwork-kfile-plugins +kdepasswd +kdeprint +kdesktop +kdm +tdednssd +kghostview +khelpcenter +kicker +kio-apt +kio-locate +kmenuedit +kmix +knetworkconf +konq-plugins +konsole +kpdf +ksmserver +ksnapshot +ksvg +ksystemlog +kubuntu-artwork-usplash +kwin +kwin-style-crystal +language-selector-qt +lftp +libarts1-akode +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pbbuttonsd +pnm2ppa +powermanagement-interface +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-amd64 b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-amd64 new file mode 100644 index 000000000..f3a5065e6 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-amd64 @@ -0,0 +1,112 @@ +adept-trinity +akregator-trinity +amarok-trinity +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-tde-trinity +digikam-trinity +dmz-cursor-theme +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-tde-trinity +gtk-qt-engine-trinity +gwenview-trinity +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-gtk +k3b-trinity +kaddressbook-trinity +kaffeine-trinity +kamera-trinity +karm-trinity +katapult-trinity +kate-trinity +kbstate-trinity +tde-guidance-powermanager-trinity +tdebluetooth-trinity +tdepim-tdeio-plugins-trinity +tdepim-wizards-trinity +tdesudo-trinity +keep-trinity +kfind-trinity +tdeio-umountwrapper-trinity +kipi-plugins-trinity +klipper-trinity +kmag-trinity +kmail-trinity +kmailcvt-trinity +kmilo-trinity +kmousetool-trinity +kmplayer-konq-plugins-trinity +knotes-trinity +konqueror-trinity +konqueror-nsplugins-trinity +kontact-trinity +konversation-trinity +kooka-trinity +kopete-trinity +korganizer-trinity +kpf-trinity +kppp-trinity +krdc-trinity +krfb-trinity +tdescreensaver-trinity +ksysguard-trinity +ktorrent-trinity +kubuntu-default-settings-trinity +kubuntu-trinity-docs +kubuntu-konqueror-shortcuts-trinity +kvkbd-trinity +tdewalletmanager-trinity +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-generic +make +min12xxw +networkstatus +openoffice.org-calc +openoffice.org-impress +openoffice.org-tde +openoffice.org-writer +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-tde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-hppa b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-hppa new file mode 100644 index 000000000..a3e27e409 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-hppa @@ -0,0 +1,109 @@ +adept +akregator +amarok +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-kde +dmz-cursor-theme +dolphin +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-kde +gtk-qt-engine +gwenview +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-kde +k3b +kaddressbook +kaffeine +kamera +karm +katapult +kate +kbstate +kde-guidance-powermanager +kdebluetooth +kdepim-kio-plugins +kdepim-wizards +kdesudo +keep +kfind +kio-umountwrapper +klipper +kmag +kmail +kmailcvt +kmilo +kmousetool +kmplayer-konq-plugins +knotes +konqueror +konqueror-nsplugins +kontact +konversation +kooka +kopete +korganizer +kpf +kppp +krdc +krfb +tdescreensaver +ksysguard +ktorrent +kubuntu-default-settings +kubuntu-docs +kubuntu-konqueror-shortcuts +kvkbd +tdewalletmanager +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-hppa32 +linux-headers-hppa64 +make +min12xxw +network-manager-kde +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-kde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-i386 b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-i386 new file mode 100644 index 000000000..781eda9cc --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-i386 @@ -0,0 +1,113 @@ +adept-trinity +akregator-trinity +amarok-trinity +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-tde-trinity +digikam-trinity +dmz-cursor-theme +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-tde-trinity +gtk-qt-engine-trinity +gwenview-trinity +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-gtk +k3b-trinity +kaddressbook-trinity +kaffeine-trinity +kamera-trinity +karm-trinity +katapult-trinity +kate-trinity +kbstate-trinity +tde-guidance-powermanager-trinity +tde-icons-mono-trinity +tdebluetooth-trinity +tdepim-tdeio-plugins-trinity +tdepim-wizards-trinity +tdesudo-trinity +keep-trinity +kfind-trinity +tdeio-umountwrapper-trinity +kipi-plugins-trinity +klipper-trinity +kmag-trinity +kmail-trinity +kmailcvt-trinity +kmilo-trinity +kmousetool-trinity +kmplayer-konq-plugins-trinity +knotes-trinity +konqueror-trinity +konqueror-nsplugins-trinity +kontact-trinity +konversation-trinity +kooka-trinity +kopete-trinity +korganizer-trinity +kpf-trinity +kppp-trinity +krdc-trinity +krfb-trinity +tdescreensaver-trinity +ksysguard-trinity +ktorrent-trinity +kubuntu-default-settings-trinity +kubuntu-trinity-docs +kubuntu-konqueror-shortcuts-trinity +kvkbd-trinity +tdewalletmanager-trinity +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-generic +make +min12xxw +networkstatus +openoffice.org-calc +openoffice.org-impress +openoffice.org-tde +openoffice.org-writer +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-tde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-ia64 b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-ia64 new file mode 100644 index 000000000..7d6e29a60 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-ia64 @@ -0,0 +1,109 @@ +adept +akregator +amarok +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-kde +dmz-cursor-theme +dolphin +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-kde +gtk-qt-engine +gwenview +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-kde +k3b +kaddressbook +kaffeine +kamera +karm +katapult +kate +kbstate +kde-guidance-powermanager +kdebluetooth +kdepim-kio-plugins +kdepim-wizards +kdesudo +keep +kfind +kio-umountwrapper +klipper +kmag +kmail +kmailcvt +kmilo +kmousetool +kmplayer-konq-plugins +knotes +konqueror +konqueror-nsplugins +kontact +konversation +kooka +kopete +korganizer +kpf +kppp +krdc +krfb +tdescreensaver +ksysguard +ktorrent +kubuntu-default-settings +kubuntu-docs +kubuntu-konqueror-shortcuts +kvkbd +tdewalletmanager +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-itanium +linux-headers-mckinley +make +min12xxw +network-manager-kde +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-kde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-lpia b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-lpia new file mode 100644 index 000000000..f6eec30d2 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-lpia @@ -0,0 +1,108 @@ +adept-trinity +akregator-trinity +amarok-trinity +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-tde-trinity +digikam-trinity +dmz-cursor-theme +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-tde-trinity +gtk-qt-engine-trinity +gwenview-trinity +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-gtk +k3b-trinity +kaddressbook-trinity +kaffeine-trinity +kamera-trinity +karm-trinity +katapult-trinity +kate-trinity +kbstate-trinity +tde-guidance-powermanager-trinity +tde-icons-mono-trinity +tdebluetooth-trinity +tdepim-tdeio-plugins-trinity +tdepim-wizards-trinity +tdesudo-trinity +keep-trinity +kfind-trinity +tdeio-umountwrapper-trinity +kipi-plugins-trinity +klipper-trinity +kmag-trinity +kmail-trinity +kmailcvt-trinity +kmilo-trinity +kmousetool-trinity +kmplayer-konq-plugins-trinity +knotes-trinity +konqueror-trinity +konqueror-nsplugins-trinity +kontact-trinity +konversation-trinity +kooka-trinity +kopete-trinity +korganizer-trinity +kpf-trinity +kppp-trinity +krdc-trinity +krfb-trinity +tdescreensaver-trinity +ksysguard-trinity +ktorrent-trinity +kubuntu-default-settings-trinity +kubuntu-trinity-docs +kubuntu-konqueror-shortcuts-trinity +kvkbd-trinity +tdewalletmanager-trinity +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +make +min12xxw +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-tde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-powerpc b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-powerpc new file mode 100644 index 000000000..14de9515e --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-powerpc @@ -0,0 +1,109 @@ +adept +akregator +amarok +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-kde +dmz-cursor-theme +dolphin +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-kde +gtk-qt-engine +gwenview +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-kde +k3b +kaddressbook +kaffeine +kamera +karm +katapult +kate +kbstate +kde-guidance-powermanager +kdebluetooth +kdepim-kio-plugins +kdepim-wizards +kdesudo +keep +kfind +kio-umountwrapper +klipper +kmag +kmail +kmailcvt +kmilo +kmousetool +kmplayer-konq-plugins +knotes +konqueror +konqueror-nsplugins +kontact +konversation +kooka +kopete +korganizer +kpf +kppp +krdc +krfb +tdescreensaver +ksysguard +ktorrent +kubuntu-default-settings +kubuntu-docs +kubuntu-konqueror-shortcuts +kvkbd +tdewalletmanager +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-powerpc +linux-headers-powerpc64-smp +make +min12xxw +network-manager-kde +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-kde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-sparc b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-sparc new file mode 100644 index 000000000..6d67f9eac --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-recommends-sparc @@ -0,0 +1,108 @@ +adept +akregator +amarok +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-kde +dmz-cursor-theme +dolphin +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-kde +gtk-qt-engine +gwenview +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-kde +k3b +kaddressbook +kaffeine +kamera +karm +katapult +kate +kbstate +kde-guidance-powermanager +kdebluetooth +kdepim-kio-plugins +kdepim-wizards +kdesudo +keep +kfind +kio-umountwrapper +klipper +kmag +kmail +kmailcvt +kmilo +kmousetool +kmplayer-konq-plugins +knotes +konqueror +konqueror-nsplugins +kontact +konversation +kooka +kopete +korganizer +kpf +kppp +krdc +krfb +tdescreensaver +ksysguard +ktorrent +kubuntu-default-settings +kubuntu-docs +kubuntu-konqueror-shortcuts +kvkbd +tdewalletmanager +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-sparc64 +make +min12xxw +network-manager-kde +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-kde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-sparc b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-sparc new file mode 100644 index 000000000..030d93618 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/desktop-sparc @@ -0,0 +1,79 @@ +alsa-base +alsa-utils +anacron +ark +arts +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +kcontrol +kcron +kde-guidance +kde-style-qtcurve +kde-systemsettings +kdeadmin-kfile-plugins +kdebase-kio-plugins +kdegraphics-kfile-plugins +kdemultimedia-kfile-plugins +kdemultimedia-kio-plugins +kdenetwork-filesharing +kdenetwork-kfile-plugins +kdepasswd +kdeprint +kdesktop +kdm +tdednssd +kghostview +khelpcenter +kicker +kio-apt +kio-locate +kmenuedit +kmix +knetworkconf +konq-plugins +konsole +kpdf +ksmserver +ksnapshot +ksvg +ksystemlog +kubuntu-artwork-usplash +kwin +kwin-style-crystal +language-selector-qt +lftp +libarts1-akode +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/update b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/update new file mode 100755 index 000000000..01998e1bc --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/update @@ -0,0 +1,13 @@ +#! /bin/sh + +if ! which dch >/dev/null; then + echo >&2 "please install devscripts" + exit 1 +fi + +if ! which debootstrap >/dev/null; then + echo >&2 "please install debootstrap" + exit 1 +fi + +exec germinate-update-metapackage --bzr diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/update.cfg b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/update.cfg new file mode 100644 index 000000000..ee2975a4f --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/distrospecific/update.cfg @@ -0,0 +1,20 @@ +[DEFAULT] +dist: hardy + +[hardy] +seeds: desktop +seed_map/desktop: desktop-common desktop-kubuntu-common desktop +architectures: i386 amd64 powerpc ia64 sparc hppa lpia +seed_base: http://people.ubuntu.com/~ubuntu-archive/seeds/ +seed_dist: kubuntu.%(dist)s +archive_base/default: http://archive.ubuntu.com/ubuntu/ +archive_base/ports: http://ports.ubuntu.com/ubuntu-ports/ +archive_base/hppa: %(archive_base/ports)s +archive_base/ia64: %(archive_base/ports)s +archive_base/powerpc: %(archive_base/ports)s +archive_base/lpia: %(archive_base/ports)s +components: main restricted + +[hardy/bzr] +seed_base: bzr+ssh://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/ +seed_dist: kubuntu.%(dist)s diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/rules b/ubuntu/precise/metapackages/kubuntu-meta/debian/rules index 2b69924b8..ceee2fb18 100755 --- a/ubuntu/precise/metapackages/kubuntu-meta/debian/rules +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/rules @@ -5,6 +5,9 @@ DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ && echo xz || echo bzip2) +pre-build:: + mv debian/distrospecific/* . || true + clean: dh_testdir dh_clean diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debootstrap-version b/ubuntu/precise/metapackages/kubuntu-meta/debootstrap-version deleted file mode 100644 index b0f3d96f8..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/debootstrap-version +++ /dev/null @@ -1 +0,0 @@ -1.0.8 diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop b/ubuntu/precise/metapackages/kubuntu-meta/desktop deleted file mode 100644 index b1016a157..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/desktop +++ /dev/null @@ -1,326 +0,0 @@ -Task-Per-Derivative: 1 -Task-Section: user -Task-Description: Kubuntu desktop -Task-Extended-Description: This task provides the Kubuntu desktop environment. -Task-Key: kubuntu-desktop - -= Hardware and Architecture Support = - -== Architecture-independent == - - * hotkey-setup - -Power management: - - * acpi-support - * (powernowd) - * powermanagement-interface [i386 amd64 powerpc ia64] - -Bluetooth: - - * (bluez-utils) # base for bluetooth support - * (bluez-cups) # allow connecting to bluetooth printers from CUPS - -== i386, i686, amd64 == - - * acpi - * acpid - * apmd [i386] - -== ppc32, ppc64 == - - * pbbuttonsd [powerpc] - -= Console-Based Tools = - -These tools are very commonly used by people who drop into a console shell to do some work. - - * bc - * dc - * genisoimage - * (wodim) - * (cdparanoia) - * (dvd+rw-tools) - * screen - * lftp - * slocate # tool to index user files - * zip - * unzip # also used for .zip support in file-roller - -= Network Services = - -Basic network services and Windows integration. - - * libnss-mdns # IPv4 link-local DNS support - * avahi-autoipd # IPv4 link-local interface configuration support - * smbclient # to access files on other SAMBA and Windows servers - * wvdial # for automatic dialup configuration via g-s-t - -These packages help with system integration - - * libsasl2-modules # allows integration with MTA and login system - * avahi-daemon - -= Printing = - -Printing and printer configuration is a real weak spot in Debian, and in Linux in general. We will need to stay at the front of the curve here. - - * cupsys # our preferred printer management infrastructure - * cupsys-bsd # gives us lpc, lpq, lpr, lprm - * cupsys-client # gives us cancel, cupstestppd, lp, lpoptions, lppasswd, lpstat, cupsaddsmb, accept, lpadmin, lpinfo, lpmove - * foomatic-db-engine # integrate the foomatic printer driver engine - * foomatic-db # the foomatic printer driver database - * foomatic-filters # converter from postscript to printer-specific formats - * foomatic-db-hpijs # printer drivers from the hp inkjet project - * cupsys-driver-gutenprint # a ton of cupsys ppds, for real comprehensive printer support - * openprinting-ppds # Most common drivers we want in desktop; less common are in o-p-extra - * pnm2ppa # several ppds require this - * ghostscript-x - * (hplip) # support for HP all-in-one printers - * min12xxw # support for KonicaMinolta PagePro 1200W, 1300W printers - * foo2zjs # Support for printing to ZjStream-based printers - -= GUI infrastructure = - -Packages used for X preconfiguration are just Recommends; removing them after initial installation should be relatively safe. - - * (xresprobe) - * (laptop-detect) - * (discover1) - - * xorg # this includes xserver-xorg->xserver-xorg-{input|video}-* (no need to add specific drivers manually) - * xterm # Provide a backup terminal and complete X env. - * xkb-data # XKB data now lives here - -Fonts: - - * ttf-bitstream-vera - * ttf-dejavu # includes characters missing in Vera - * ttf-freefont - * (ttf-kochi-gothic) - * (ttf-kochi-mincho) - * (ttf-arphic-uming) - * (ttf-arphic-ukai) - * (ttf-arabeyes) - * (ttf-baekmuk) - * (ttf-indic-fonts) - * (ttf-malayalam-fonts) - * (ttf-mgopen) - * (ttf-thai-tlwg) - * (ttf-lao) - * (ttf-gentium) - -Input methods: - - * (skim) - * (scim-qtimm) -# * (scim-tables-additional) [i386] # input support for language packs that we ship - -= Desktop KDE Apps = - -We've chosen KDE as our desktop user interface of choice - - * arts-trinity - -== kdebase-trinity == - - * (kate-trinity) - * kcontrol-trinity - * kdepasswd-trinity - * kdeprint-trinity - * kdesktop-trinity - * (kfind-trinity) - * khelpcenter-trinity - * kicker-trinity - * (klipper-trinity) - * kmenuedit-trinity - * (konqueror-trinity) - * (konqueror-nsplugins-trinity) - * konsole-trinity - * ksmserver-trinity - * ksplash-trinity - * (ksysguard-trinity) - * kwin-trinity - * kdm-trinity # we want trinity as loginmanager - -== kdeadmin-trinity == - - * kcron-trinity - * kdeadmin-kfile-plugins-trinity - * knetworkconf-trinity - -== kdegraphics-trinity == - - * (gwenview-trinity) - * (kipi-plugins-trinity) [i386 amd64] # set of plugins for digikam and gwenview - * (kamera-trinity) - * kdegraphics-kfile-plugins-trinity - * (kooka-trinity) - * kpdf-trinity - * ksnapshot-trinity - * ksvg-trinity - * kghostview-trinity # For print preview - -== kdemultimedia-trinity == - - * libarts1-akode-trinity - * kdemultimedia-kfile-plugins-trinity - * kdemultimedia-kio-plugins-trinity - * kmix-trinity - -== kdenetwork-trinity == - - * kdenetwork-filesharing-trinity - * tdednssd-trinity - * (kopete-trinity) - * (kpf-trinity) - * (kppp-trinity) - * (krdc-trinity) - * (krfb-trinity) - * kdenetwork-kfile-plugins-trinity - -== kdepim-trinity == - - * (kontact-trinity) - * (kmail-trinity) - * (akregator-trinity) - * (korganizer-trinity) - * (kaddressbook-trinity) - * (knotes-trinity) - * (karm-trinity) - * (kdepim-wizards-trinity) - -== kdeutils-trinity == - - * ark-trinity - * (speedcrunch-trinity) - * (kmilo-trinity) - * (tdewalletmanager-trinity) - -== koffice-trinity == - -# * (krita-trinity) -# * (kexi-trinity) # instead of openoffice-base - -== everything else KDE == - - * (k3b-trinity) # kde CD burning - * (konversation-trinity) # kde irc-client - * vorbis-tools # for kaudiocreator - * (amarok-trinity) # audio multimediaplayer - * (kaffeine-xine-trinity) # video multimediaplayer - * (keep-trinity) # kde backuptool - * (adept-trinity) # better package manager - * konq-plugins-trinity - * kde-systemsettings-trinity # kcontrol replacement - * dbus # for session dbus, #895. Previously dbus-1-utils which brought in gtk, dbus-launch moved to dbus - * (kubuntu-default-settings-trinity) - * tdeio-locate-trinity # file searching - * (katapult-trinity) # program launcher - * (kubuntu-konqueror-shortcuts-trinity) - * qca-tls # used by Kopete Jabber plugin - * (kdebluetooth-trinity) - * ksystemlog-trinity - * (kdepim-kio-plugins-trinity) # Make sure we have both of these for KMail - * kdebase-kio-plugins-trinity - * (gtk-qt-engine-trinity) - * kde-guidance-trinity # configuration tools - * (kde-guidance-powermanager-trinity) - * tdeio-apt-trinity - * ksplash-engine-moodin-trinity - * (ktorrent-trinity) - * (cdrdao) - * language-selector-qt - * (kmailcvt-trinity) - * (bogofilter) # spam filter for KMail - * hwdb-client-kde - * libqt-perl # for debconf - * (digikam-trinity) [i386 amd64] - * kde-style-polyester - * (networkstatus-trinity) - * software-properties-kde - * (apport-qt) - * (strigi-trinity) - * (strigi-applet-trinity) - * (pinentry-qt) # for SMIME e-mail support - * (gpg-agent) # for SMIME e-mail support - * (gdebi-kde-trinity) - -Don't use gstreamer for dapper, 0.8 is unsupported upstream and amarok/kaffeine are not yet ported to 0.10 -#The gstreamer0.10 packages we want to install: - -# * gstreamer0.10-alsa -# * gstreamer0.10-esd -# * gstreamer0.10-plugins-base-apps - -Accessibility tools: - - * (kmag-trinity-trinity) - * (kde-icons-mono-trinity) - * (kbstate-trinity) - * (kmousetool-trinity) - * (xcursor-themes-trinity) - * (brltty-trinity) - -= Other Desktop GUI Apps = - - * (openoffice.org-kde) [i386 powerpc amd64] # before OOo to avoid openoffice.org-style-default - * (openoffice.org-writer) [i386 powerpc amd64] - * (openoffice.org-calc) [i386 powerpc amd64] - * (openoffice.org-impress) [i386 powerpc amd64] - * (openoffice.org-draw) [i386 powerpc amd64] - * (openoffice.org-math) [i386 powerpc amd64] - * (openoffice.org-java-common) [i386 powerpc amd64] - * (tdescreensaver-trinity) - -= Games = - - * (fortune-mod) # Needed by some screensavers - -= Python = - -Python is a significant commitment, we will present Python wherever we can. - -Python Integrated Applications: - -Documentation: - -# * (diveintopython) - * (kubuntu-trinity-docs) - -= Development = - -Here we provide a minimal development environment sufficient to build kernel -drivers, so that this is possible on the live CD and in scenarios where -it is problematic to get these packages onto the installed system in order -to compile a driver. -mdz - - * (gcc) - * (make) - * (linux-headers-generic) [i386] - * (linux-headers-powerpc) [powerpc] - * (linux-headers-powerpc64-smp) [powerpc] - * (linux-headers-generic) [amd64] - * (linux-headers-itanium) [ia64] - * (linux-headers-mckinley) [ia64] - * (linux-headers-sparc64) [sparc] - * (linux-headers-hppa32) [hppa] - * (linux-headers-hppa64) [hppa] - -= Other = - - * kubuntu-desktop-trinity # the metapackage itself - * anacron # generally appropriate for desktops - * (bogofilter) - * usplash - * libxp6 # required for some third party apps. See #15739 - * kubuntu-artwork-usplash - * libpam-foreground -# * (example-content) # dholbach: dapper feature goal (wiki.ubuntu.com/ExampleContent) - * (landscape-client) - * readahead - -= Germinate workarounds = - - * libglut3 # depended upon by freeglut3 - * libgl1-mesa-glx # depended upon by freeglut3 diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-amd64 b/ubuntu/precise/metapackages/kubuntu-meta/desktop-amd64 deleted file mode 100644 index 3e5fba0d9..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/desktop-amd64 +++ /dev/null @@ -1,82 +0,0 @@ -acpi -acpi-support -acpid -alsa-base -alsa-utils -anacron -ark -arts-trinity -avahi-daemon -bc -ca-certificates -cupsys -cupsys-bsd -cupsys-client -cupsys-driver-gutenprint -dbus -dc -foomatic-db -foomatic-db-engine -foomatic-filters -genisoimage -ghostscript-x -hotkey-setup -kcontrol-trinity -kcron-trinity -tde-guidance-trinity -tde-style-qtcurve-trinity -tdeadmin-tdefile-plugins-trinity -tdebase-tdeio-plugins-trinity -tdegraphics-tdefile-plugins-trinity -tdemultimedia-tdefile-plugins-trinity -tdemultimedia-tdeio-plugins-trinity -tdenetwork-filesharing-trinity -tdenetwork-tdefile-plugins-trinity -kdepasswd-trinity -tdeprint-trinity -kdesktop-trinity -tdm-trinity -tdednssd-trinity -kghostview-trinity -khelpcenter-trinity -kicker-trinity -tdeio-locate-trinity -kmenuedit-trinity -kmix-trinity -knetworkconf-trinity -konq-plugins-trinity -konsole-trinity -kpdf-trinity -ksmserver-trinity -ksnapshot-trinity -ksvg-trinity -ksystemlog-trinity -kubuntu-artwork-usplash -twin-trinity -twin-style-crystal-trinity -language-selector-qt -lftp -libarts1-akode-trinity -libgl1-mesa-glx -libglut3 -libqt-perl -libsasl2-modules -libxp6 -openprinting-ppds -pnm2ppa -powermanagement-interface -qca-tls -readahead -screen -smbclient -software-properties-tde -ttf-bitstream-vera -ttf-dejavu-core -ttf-freefont -unzip -usplash -vorbis-tools -xdg-user-dirs -xkb-data -xorg -zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-hppa b/ubuntu/precise/metapackages/kubuntu-meta/desktop-hppa deleted file mode 100644 index 030d93618..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/desktop-hppa +++ /dev/null @@ -1,79 +0,0 @@ -alsa-base -alsa-utils -anacron -ark -arts -avahi-daemon -bc -ca-certificates -cupsys -cupsys-bsd -cupsys-client -cupsys-driver-gutenprint -dbus -dc -foomatic-db -foomatic-db-engine -foomatic-filters -genisoimage -ghostscript-x -kcontrol -kcron -kde-guidance -kde-style-qtcurve -kde-systemsettings -kdeadmin-kfile-plugins -kdebase-kio-plugins -kdegraphics-kfile-plugins -kdemultimedia-kfile-plugins -kdemultimedia-kio-plugins -kdenetwork-filesharing -kdenetwork-kfile-plugins -kdepasswd -kdeprint -kdesktop -kdm -tdednssd -kghostview -khelpcenter -kicker -kio-apt -kio-locate -kmenuedit -kmix -knetworkconf -konq-plugins -konsole -kpdf -ksmserver -ksnapshot -ksvg -ksystemlog -kubuntu-artwork-usplash -kwin -kwin-style-crystal -language-selector-qt -lftp -libarts1-akode -libgl1-mesa-glx -libglut3 -libqt-perl -libsasl2-modules -libxp6 -openprinting-ppds -pnm2ppa -qca-tls -readahead -screen -smbclient -software-properties-kde -ttf-bitstream-vera -ttf-dejavu-core -ttf-freefont -unzip -usplash -vorbis-tools -xdg-user-dirs -xkb-data -xorg -zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-i386 b/ubuntu/precise/metapackages/kubuntu-meta/desktop-i386 deleted file mode 100644 index 52cd6a70e..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/desktop-i386 +++ /dev/null @@ -1,83 +0,0 @@ -acpi -acpi-support -acpid -alsa-base -alsa-utils -anacron -apmd -ark -arts-trinity -avahi-daemon -bc -ca-certificates -cupsys -cupsys-bsd -cupsys-client -cupsys-driver-gutenprint -dbus -dc -foomatic-db -foomatic-db-engine -foomatic-filters -genisoimage -ghostscript-x -hotkey-setup -kcontrol-trinity -kcron-trinity -tde-guidance-trinity -tde-style-qtcurve-trinity -tdeadmin-tdefile-plugins-trinity -tdebase-tdeio-plugins-trinity -tdegraphics-tdefile-plugins-trinity -tdemultimedia-tdefile-plugins-trinity -tdemultimedia-tdeio-plugins-trinity -tdenetwork-filesharing-trinity -tdenetwork-tdefile-plugins-trinity -kdepasswd-trinity -tdeprint-trinity -kdesktop-trinity -tdm-trinity -tdednssd-trinity -kghostview-trinity -khelpcenter-trinity -kicker-trinity -tdeio-locate-trinity -kmenuedit-trinity -kmix-trinity -knetworkconf-trinity -konq-plugins-trinity -konsole-trinity -kpdf-trinity -ksmserver-trinity -ksnapshot-trinity -ksvg-trinity -ksystemlog-trinity -kubuntu-artwork-usplash -twin-trinity -twin-style-crystal-trinity -language-selector-qt -lftp -libarts1-akode-trinity -libgl1-mesa-glx -libglut3 -libqt-perl -libsasl2-modules -libxp6 -openprinting-ppds -pnm2ppa -powermanagement-interface -qca-tls -readahead -screen -smbclient -software-properties-kde -ttf-bitstream-vera -ttf-dejavu-core -ttf-freefont -unzip -usplash -vorbis-tools -xdg-user-dirs -xkb-data -xorg -zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-ia64 b/ubuntu/precise/metapackages/kubuntu-meta/desktop-ia64 deleted file mode 100644 index f24d7e4cf..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/desktop-ia64 +++ /dev/null @@ -1,83 +0,0 @@ -acpi -acpi-support -acpid -alsa-base -alsa-utils -anacron -ark -arts -avahi-daemon -bc -ca-certificates -cupsys -cupsys-bsd -cupsys-client -cupsys-driver-gutenprint -dbus -dc -foomatic-db -foomatic-db-engine -foomatic-filters -genisoimage -ghostscript-x -kcontrol -kcron -kde-guidance -kde-style-qtcurve -kde-systemsettings -kdeadmin-kfile-plugins -kdebase-kio-plugins -kdegraphics-kfile-plugins -kdemultimedia-kfile-plugins -kdemultimedia-kio-plugins -kdenetwork-filesharing -kdenetwork-kfile-plugins -kdepasswd -kdeprint -kdesktop -kdm -tdednssd -kghostview -khelpcenter -kicker -kio-apt -kio-locate -kmenuedit -kmix -knetworkconf -konq-plugins -konsole -kpdf -ksmserver -ksnapshot -ksvg -ksystemlog -kubuntu-artwork-usplash -kwin -kwin-style-crystal -language-selector-qt -lftp -libarts1-akode -libgl1-mesa-glx -libglut3 -libqt-perl -libsasl2-modules -libxp6 -openprinting-ppds -pnm2ppa -powermanagement-interface -qca-tls -readahead -screen -smbclient -software-properties-kde -ttf-bitstream-vera -ttf-dejavu-core -ttf-freefont -unzip -usplash -vorbis-tools -xdg-user-dirs -xkb-data -xorg -zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-lpia b/ubuntu/precise/metapackages/kubuntu-meta/desktop-lpia deleted file mode 100644 index 7c8954570..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/desktop-lpia +++ /dev/null @@ -1,81 +0,0 @@ -acpi -acpi-support -acpid -alsa-base -alsa-utils -anacron -ark -arts-trinity -avahi-daemon -bc -ca-certificates -cupsys -cupsys-bsd -cupsys-client -cupsys-driver-gutenprint -dbus -dc -foomatic-db -foomatic-db-engine -foomatic-filters -genisoimage -ghostscript-x -hotkey-setup -kcontrol-trinity -kcron-trinity -tde-guidance-trinity -tde-style-qtcurve-trinity -tdeadmin-tdefile-plugins-trinity -tdebase-tdeio-plugins-trinity -tdegraphics-tdefile-plugins-trinity -tdemultimedia-tdefile-plugins-trinity -tdemultimedia-tdeio-plugins-trinity -tdenetwork-filesharing-trinity -tdenetwork-tdefile-plugins-trinity -kdepasswd-trinity -tdeprint-trinity -kdesktop-trinity -tdm-trinity -tdednssd-trinity -kghostview-trinity -khelpcenter-trinity -kicker-trinity -tdeio-locate-trinity -kmenuedit-trinity -kmix-trinity -knetworkconf-trinity -konq-plugins-trinity -konsole-trinity -kpdf-trinity -ksmserver-trinity -ksnapshot-trinity -ksvg-trinity -ksystemlog-trinity -kubuntu-artwork-usplash -twin-trinity -twin-style-crystal-trinity -language-selector-qt -lftp -libarts1-akode-trinity -libgl1-mesa-glx -libglut3 -libqt-perl -libsasl2-modules -libxp6 -openprinting-ppds -pnm2ppa -qca-tls -readahead -screen -smbclient -software-properties-tde -ttf-bitstream-vera -ttf-dejavu-core -ttf-freefont -unzip -usplash -vorbis-tools -xdg-user-dirs -xkb-data -xorg -zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-powerpc b/ubuntu/precise/metapackages/kubuntu-meta/desktop-powerpc deleted file mode 100644 index 1314826f1..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/desktop-powerpc +++ /dev/null @@ -1,81 +0,0 @@ -alsa-base -alsa-utils -anacron -ark -arts -avahi-daemon -bc -ca-certificates -cupsys -cupsys-bsd -cupsys-client -cupsys-driver-gutenprint -dbus -dc -foomatic-db -foomatic-db-engine -foomatic-filters -genisoimage -ghostscript-x -kcontrol -kcron -kde-guidance -kde-style-qtcurve -kde-systemsettings -kdeadmin-kfile-plugins -kdebase-kio-plugins -kdegraphics-kfile-plugins -kdemultimedia-kfile-plugins -kdemultimedia-kio-plugins -kdenetwork-filesharing -kdenetwork-kfile-plugins -kdepasswd -kdeprint -kdesktop -kdm -tdednssd -kghostview -khelpcenter -kicker -kio-apt -kio-locate -kmenuedit -kmix -knetworkconf -konq-plugins -konsole -kpdf -ksmserver -ksnapshot -ksvg -ksystemlog -kubuntu-artwork-usplash -kwin -kwin-style-crystal -language-selector-qt -lftp -libarts1-akode -libgl1-mesa-glx -libglut3 -libqt-perl -libsasl2-modules -libxp6 -openprinting-ppds -pbbuttonsd -pnm2ppa -powermanagement-interface -qca-tls -readahead -screen -smbclient -software-properties-kde -ttf-bitstream-vera -ttf-dejavu-core -ttf-freefont -unzip -usplash -vorbis-tools -xdg-user-dirs -xkb-data -xorg -zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-amd64 b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-amd64 deleted file mode 100644 index f3a5065e6..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-amd64 +++ /dev/null @@ -1,112 +0,0 @@ -adept-trinity -akregator-trinity -amarok-trinity -apport-qt -avahi-autoipd -bluez-cups -bluez-utils -bogofilter -brltty -cdparanoia -cdrdao -cups-pdf -desktop-effects-tde-trinity -digikam-trinity -dmz-cursor-theme -dvd+rw-tools -foo2zjs -foomatic-db-gutenprint -foomatic-db-hpijs -fortune-mod -gcc -gdebi-tde-trinity -gtk-qt-engine-trinity -gwenview-trinity -hpijs-ppds -hplip -hplip-gui -ijsgutenprint -jockey-gtk -k3b-trinity -kaddressbook-trinity -kaffeine-trinity -kamera-trinity -karm-trinity -katapult-trinity -kate-trinity -kbstate-trinity -tde-guidance-powermanager-trinity -tdebluetooth-trinity -tdepim-tdeio-plugins-trinity -tdepim-wizards-trinity -tdesudo-trinity -keep-trinity -kfind-trinity -tdeio-umountwrapper-trinity -kipi-plugins-trinity -klipper-trinity -kmag-trinity -kmail-trinity -kmailcvt-trinity -kmilo-trinity -kmousetool-trinity -kmplayer-konq-plugins-trinity -knotes-trinity -konqueror-trinity -konqueror-nsplugins-trinity -kontact-trinity -konversation-trinity -kooka-trinity -kopete-trinity -korganizer-trinity -kpf-trinity -kppp-trinity -krdc-trinity -krfb-trinity -tdescreensaver-trinity -ksysguard-trinity -ktorrent-trinity -kubuntu-default-settings-trinity -kubuntu-trinity-docs -kubuntu-konqueror-shortcuts-trinity -kvkbd-trinity -tdewalletmanager-trinity -landscape-client -laptop-detect -libgl1-mesa-dri -libnss-mdns -linux-headers-generic -make -min12xxw -networkstatus -openoffice.org-calc -openoffice.org-impress -openoffice.org-tde -openoffice.org-writer -pinentry-qt -powernowd -pxljr -rdesktop -scim-bridge-agent -scim-bridge-client-qt -scim-qtimm -skim -speedcrunch -splix -strigi-applet -strigi-daemon -system-config-printer-tde -ttf-arabeyes -ttf-arphic-ukai -ttf-arphic-uming -ttf-indic-fonts-core -ttf-kochi-gothic -ttf-kochi-mincho -ttf-lao -ttf-malayalam-fonts -ttf-thai-tlwg -ttf-unfonts-core -wodim -wvdial -xcursor-themes -xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-hppa b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-hppa deleted file mode 100644 index a3e27e409..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-hppa +++ /dev/null @@ -1,109 +0,0 @@ -adept -akregator -amarok -apport-qt -avahi-autoipd -bluez-cups -bluez-utils -bogofilter -brltty -cdparanoia -cdrdao -cups-pdf -desktop-effects-kde -dmz-cursor-theme -dolphin -dvd+rw-tools -foo2zjs -foomatic-db-gutenprint -foomatic-db-hpijs -fortune-mod -gcc -gdebi-kde -gtk-qt-engine -gwenview -hpijs-ppds -hplip -hplip-gui -ijsgutenprint -jockey-kde -k3b -kaddressbook -kaffeine -kamera -karm -katapult -kate -kbstate -kde-guidance-powermanager -kdebluetooth -kdepim-kio-plugins -kdepim-wizards -kdesudo -keep -kfind -kio-umountwrapper -klipper -kmag -kmail -kmailcvt -kmilo -kmousetool -kmplayer-konq-plugins -knotes -konqueror -konqueror-nsplugins -kontact -konversation -kooka -kopete -korganizer -kpf -kppp -krdc -krfb -tdescreensaver -ksysguard -ktorrent -kubuntu-default-settings -kubuntu-docs -kubuntu-konqueror-shortcuts -kvkbd -tdewalletmanager -landscape-client -laptop-detect -libgl1-mesa-dri -libnss-mdns -linux-headers-hppa32 -linux-headers-hppa64 -make -min12xxw -network-manager-kde -networkstatus -pinentry-qt -powernowd -pxljr -rdesktop -scim-bridge-agent -scim-bridge-client-qt -scim-qtimm -skim -speedcrunch -splix -strigi-applet -strigi-daemon -system-config-printer-kde -ttf-arabeyes -ttf-arphic-ukai -ttf-arphic-uming -ttf-indic-fonts-core -ttf-kochi-gothic -ttf-kochi-mincho -ttf-lao -ttf-malayalam-fonts -ttf-thai-tlwg -ttf-unfonts-core -wodim -wvdial -xcursor-themes -xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-i386 b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-i386 deleted file mode 100644 index 781eda9cc..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-i386 +++ /dev/null @@ -1,113 +0,0 @@ -adept-trinity -akregator-trinity -amarok-trinity -apport-qt -avahi-autoipd -bluez-cups -bluez-utils -bogofilter -brltty -cdparanoia -cdrdao -cups-pdf -desktop-effects-tde-trinity -digikam-trinity -dmz-cursor-theme -dvd+rw-tools -foo2zjs -foomatic-db-gutenprint -foomatic-db-hpijs -fortune-mod -gcc -gdebi-tde-trinity -gtk-qt-engine-trinity -gwenview-trinity -hpijs-ppds -hplip -hplip-gui -ijsgutenprint -jockey-gtk -k3b-trinity -kaddressbook-trinity -kaffeine-trinity -kamera-trinity -karm-trinity -katapult-trinity -kate-trinity -kbstate-trinity -tde-guidance-powermanager-trinity -tde-icons-mono-trinity -tdebluetooth-trinity -tdepim-tdeio-plugins-trinity -tdepim-wizards-trinity -tdesudo-trinity -keep-trinity -kfind-trinity -tdeio-umountwrapper-trinity -kipi-plugins-trinity -klipper-trinity -kmag-trinity -kmail-trinity -kmailcvt-trinity -kmilo-trinity -kmousetool-trinity -kmplayer-konq-plugins-trinity -knotes-trinity -konqueror-trinity -konqueror-nsplugins-trinity -kontact-trinity -konversation-trinity -kooka-trinity -kopete-trinity -korganizer-trinity -kpf-trinity -kppp-trinity -krdc-trinity -krfb-trinity -tdescreensaver-trinity -ksysguard-trinity -ktorrent-trinity -kubuntu-default-settings-trinity -kubuntu-trinity-docs -kubuntu-konqueror-shortcuts-trinity -kvkbd-trinity -tdewalletmanager-trinity -landscape-client -laptop-detect -libgl1-mesa-dri -libnss-mdns -linux-headers-generic -make -min12xxw -networkstatus -openoffice.org-calc -openoffice.org-impress -openoffice.org-tde -openoffice.org-writer -pinentry-qt -powernowd -pxljr -rdesktop -scim-bridge-agent -scim-bridge-client-qt -scim-qtimm -skim -speedcrunch -splix -strigi-applet -strigi-daemon -system-config-printer-tde -ttf-arabeyes -ttf-arphic-ukai -ttf-arphic-uming -ttf-indic-fonts-core -ttf-kochi-gothic -ttf-kochi-mincho -ttf-lao -ttf-malayalam-fonts -ttf-thai-tlwg -ttf-unfonts-core -wodim -wvdial -xcursor-themes -xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-ia64 b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-ia64 deleted file mode 100644 index 7d6e29a60..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-ia64 +++ /dev/null @@ -1,109 +0,0 @@ -adept -akregator -amarok -apport-qt -avahi-autoipd -bluez-cups -bluez-utils -bogofilter -brltty -cdparanoia -cdrdao -cups-pdf -desktop-effects-kde -dmz-cursor-theme -dolphin -dvd+rw-tools -foo2zjs -foomatic-db-gutenprint -foomatic-db-hpijs -fortune-mod -gcc -gdebi-kde -gtk-qt-engine -gwenview -hpijs-ppds -hplip -hplip-gui -ijsgutenprint -jockey-kde -k3b -kaddressbook -kaffeine -kamera -karm -katapult -kate -kbstate -kde-guidance-powermanager -kdebluetooth -kdepim-kio-plugins -kdepim-wizards -kdesudo -keep -kfind -kio-umountwrapper -klipper -kmag -kmail -kmailcvt -kmilo -kmousetool -kmplayer-konq-plugins -knotes -konqueror -konqueror-nsplugins -kontact -konversation -kooka -kopete -korganizer -kpf -kppp -krdc -krfb -tdescreensaver -ksysguard -ktorrent -kubuntu-default-settings -kubuntu-docs -kubuntu-konqueror-shortcuts -kvkbd -tdewalletmanager -landscape-client -laptop-detect -libgl1-mesa-dri -libnss-mdns -linux-headers-itanium -linux-headers-mckinley -make -min12xxw -network-manager-kde -networkstatus -pinentry-qt -powernowd -pxljr -rdesktop -scim-bridge-agent -scim-bridge-client-qt -scim-qtimm -skim -speedcrunch -splix -strigi-applet -strigi-daemon -system-config-printer-kde -ttf-arabeyes -ttf-arphic-ukai -ttf-arphic-uming -ttf-indic-fonts-core -ttf-kochi-gothic -ttf-kochi-mincho -ttf-lao -ttf-malayalam-fonts -ttf-thai-tlwg -ttf-unfonts-core -wodim -wvdial -xcursor-themes -xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-lpia b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-lpia deleted file mode 100644 index f6eec30d2..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-lpia +++ /dev/null @@ -1,108 +0,0 @@ -adept-trinity -akregator-trinity -amarok-trinity -apport-qt -avahi-autoipd -bluez-cups -bluez-utils -bogofilter -brltty -cdparanoia -cdrdao -cups-pdf -desktop-effects-tde-trinity -digikam-trinity -dmz-cursor-theme -dvd+rw-tools -foo2zjs -foomatic-db-gutenprint -foomatic-db-hpijs -fortune-mod -gcc -gdebi-tde-trinity -gtk-qt-engine-trinity -gwenview-trinity -hpijs-ppds -hplip -hplip-gui -ijsgutenprint -jockey-gtk -k3b-trinity -kaddressbook-trinity -kaffeine-trinity -kamera-trinity -karm-trinity -katapult-trinity -kate-trinity -kbstate-trinity -tde-guidance-powermanager-trinity -tde-icons-mono-trinity -tdebluetooth-trinity -tdepim-tdeio-plugins-trinity -tdepim-wizards-trinity -tdesudo-trinity -keep-trinity -kfind-trinity -tdeio-umountwrapper-trinity -kipi-plugins-trinity -klipper-trinity -kmag-trinity -kmail-trinity -kmailcvt-trinity -kmilo-trinity -kmousetool-trinity -kmplayer-konq-plugins-trinity -knotes-trinity -konqueror-trinity -konqueror-nsplugins-trinity -kontact-trinity -konversation-trinity -kooka-trinity -kopete-trinity -korganizer-trinity -kpf-trinity -kppp-trinity -krdc-trinity -krfb-trinity -tdescreensaver-trinity -ksysguard-trinity -ktorrent-trinity -kubuntu-default-settings-trinity -kubuntu-trinity-docs -kubuntu-konqueror-shortcuts-trinity -kvkbd-trinity -tdewalletmanager-trinity -landscape-client -laptop-detect -libgl1-mesa-dri -libnss-mdns -make -min12xxw -networkstatus -pinentry-qt -powernowd -pxljr -rdesktop -scim-bridge-agent -scim-bridge-client-qt -scim-qtimm -skim -speedcrunch -splix -strigi-applet -strigi-daemon -system-config-printer-tde -ttf-arabeyes -ttf-arphic-ukai -ttf-arphic-uming -ttf-indic-fonts-core -ttf-kochi-gothic -ttf-kochi-mincho -ttf-lao -ttf-malayalam-fonts -ttf-thai-tlwg -ttf-unfonts-core -wodim -wvdial -xcursor-themes -xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-powerpc b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-powerpc deleted file mode 100644 index 14de9515e..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-powerpc +++ /dev/null @@ -1,109 +0,0 @@ -adept -akregator -amarok -apport-qt -avahi-autoipd -bluez-cups -bluez-utils -bogofilter -brltty -cdparanoia -cdrdao -cups-pdf -desktop-effects-kde -dmz-cursor-theme -dolphin -dvd+rw-tools -foo2zjs -foomatic-db-gutenprint -foomatic-db-hpijs -fortune-mod -gcc -gdebi-kde -gtk-qt-engine -gwenview -hpijs-ppds -hplip -hplip-gui -ijsgutenprint -jockey-kde -k3b -kaddressbook -kaffeine -kamera -karm -katapult -kate -kbstate -kde-guidance-powermanager -kdebluetooth -kdepim-kio-plugins -kdepim-wizards -kdesudo -keep -kfind -kio-umountwrapper -klipper -kmag -kmail -kmailcvt -kmilo -kmousetool -kmplayer-konq-plugins -knotes -konqueror -konqueror-nsplugins -kontact -konversation -kooka -kopete -korganizer -kpf -kppp -krdc -krfb -tdescreensaver -ksysguard -ktorrent -kubuntu-default-settings -kubuntu-docs -kubuntu-konqueror-shortcuts -kvkbd -tdewalletmanager -landscape-client -laptop-detect -libgl1-mesa-dri -libnss-mdns -linux-headers-powerpc -linux-headers-powerpc64-smp -make -min12xxw -network-manager-kde -networkstatus -pinentry-qt -powernowd -pxljr -rdesktop -scim-bridge-agent -scim-bridge-client-qt -scim-qtimm -skim -speedcrunch -splix -strigi-applet -strigi-daemon -system-config-printer-kde -ttf-arabeyes -ttf-arphic-ukai -ttf-arphic-uming -ttf-indic-fonts-core -ttf-kochi-gothic -ttf-kochi-mincho -ttf-lao -ttf-malayalam-fonts -ttf-thai-tlwg -ttf-unfonts-core -wodim -wvdial -xcursor-themes -xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-sparc b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-sparc deleted file mode 100644 index 6d67f9eac..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-sparc +++ /dev/null @@ -1,108 +0,0 @@ -adept -akregator -amarok -apport-qt -avahi-autoipd -bluez-cups -bluez-utils -bogofilter -brltty -cdparanoia -cdrdao -cups-pdf -desktop-effects-kde -dmz-cursor-theme -dolphin -dvd+rw-tools -foo2zjs -foomatic-db-gutenprint -foomatic-db-hpijs -fortune-mod -gcc -gdebi-kde -gtk-qt-engine -gwenview -hpijs-ppds -hplip -hplip-gui -ijsgutenprint -jockey-kde -k3b -kaddressbook -kaffeine -kamera -karm -katapult -kate -kbstate -kde-guidance-powermanager -kdebluetooth -kdepim-kio-plugins -kdepim-wizards -kdesudo -keep -kfind -kio-umountwrapper -klipper -kmag -kmail -kmailcvt -kmilo -kmousetool -kmplayer-konq-plugins -knotes -konqueror -konqueror-nsplugins -kontact -konversation -kooka -kopete -korganizer -kpf -kppp -krdc -krfb -tdescreensaver -ksysguard -ktorrent -kubuntu-default-settings -kubuntu-docs -kubuntu-konqueror-shortcuts -kvkbd -tdewalletmanager -landscape-client -laptop-detect -libgl1-mesa-dri -libnss-mdns -linux-headers-sparc64 -make -min12xxw -network-manager-kde -networkstatus -pinentry-qt -powernowd -pxljr -rdesktop -scim-bridge-agent -scim-bridge-client-qt -scim-qtimm -skim -speedcrunch -splix -strigi-applet -strigi-daemon -system-config-printer-kde -ttf-arabeyes -ttf-arphic-ukai -ttf-arphic-uming -ttf-indic-fonts-core -ttf-kochi-gothic -ttf-kochi-mincho -ttf-lao -ttf-malayalam-fonts -ttf-thai-tlwg -ttf-unfonts-core -wodim -wvdial -xcursor-themes -xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-sparc b/ubuntu/precise/metapackages/kubuntu-meta/desktop-sparc deleted file mode 100644 index 030d93618..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/desktop-sparc +++ /dev/null @@ -1,79 +0,0 @@ -alsa-base -alsa-utils -anacron -ark -arts -avahi-daemon -bc -ca-certificates -cupsys -cupsys-bsd -cupsys-client -cupsys-driver-gutenprint -dbus -dc -foomatic-db -foomatic-db-engine -foomatic-filters -genisoimage -ghostscript-x -kcontrol -kcron -kde-guidance -kde-style-qtcurve -kde-systemsettings -kdeadmin-kfile-plugins -kdebase-kio-plugins -kdegraphics-kfile-plugins -kdemultimedia-kfile-plugins -kdemultimedia-kio-plugins -kdenetwork-filesharing -kdenetwork-kfile-plugins -kdepasswd -kdeprint -kdesktop -kdm -tdednssd -kghostview -khelpcenter -kicker -kio-apt -kio-locate -kmenuedit -kmix -knetworkconf -konq-plugins -konsole -kpdf -ksmserver -ksnapshot -ksvg -ksystemlog -kubuntu-artwork-usplash -kwin -kwin-style-crystal -language-selector-qt -lftp -libarts1-akode -libgl1-mesa-glx -libglut3 -libqt-perl -libsasl2-modules -libxp6 -openprinting-ppds -pnm2ppa -qca-tls -readahead -screen -smbclient -software-properties-kde -ttf-bitstream-vera -ttf-dejavu-core -ttf-freefont -unzip -usplash -vorbis-tools -xdg-user-dirs -xkb-data -xorg -zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/update b/ubuntu/precise/metapackages/kubuntu-meta/update deleted file mode 100755 index 01998e1bc..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/update +++ /dev/null @@ -1,13 +0,0 @@ -#! /bin/sh - -if ! which dch >/dev/null; then - echo >&2 "please install devscripts" - exit 1 -fi - -if ! which debootstrap >/dev/null; then - echo >&2 "please install debootstrap" - exit 1 -fi - -exec germinate-update-metapackage --bzr diff --git a/ubuntu/precise/metapackages/kubuntu-meta/update.cfg b/ubuntu/precise/metapackages/kubuntu-meta/update.cfg deleted file mode 100644 index ee2975a4f..000000000 --- a/ubuntu/precise/metapackages/kubuntu-meta/update.cfg +++ /dev/null @@ -1,20 +0,0 @@ -[DEFAULT] -dist: hardy - -[hardy] -seeds: desktop -seed_map/desktop: desktop-common desktop-kubuntu-common desktop -architectures: i386 amd64 powerpc ia64 sparc hppa lpia -seed_base: http://people.ubuntu.com/~ubuntu-archive/seeds/ -seed_dist: kubuntu.%(dist)s -archive_base/default: http://archive.ubuntu.com/ubuntu/ -archive_base/ports: http://ports.ubuntu.com/ubuntu-ports/ -archive_base/hppa: %(archive_base/ports)s -archive_base/ia64: %(archive_base/ports)s -archive_base/powerpc: %(archive_base/ports)s -archive_base/lpia: %(archive_base/ports)s -components: main restricted - -[hardy/bzr] -seed_base: bzr+ssh://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/ -seed_dist: kubuntu.%(dist)s -- cgit v1.2.3