parent
94c9bd0805
commit
1057c1a3e7
@ -0,0 +1,37 @@
|
||||
kcontrol-autostart (0.5-0ubuntu2) gutsy; urgency=low
|
||||
|
||||
* Add kubuntu_03_autostartdesktop.patch to remove duplicate lines in the
|
||||
desktop file. (LP: #49859)
|
||||
|
||||
-- Breuil Cyril <cyrilbport@gmail.com> Sun, 20 May 2007 21:10:53 +0200
|
||||
|
||||
kcontrol-autostart (0.5-0ubuntu1) gutsy; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Patch kubuntu_02_poMakefile.patch modifies po/Makefile.am to build pot file.
|
||||
* Add automake1.9 as build-deps and change standard version to 3.7.2
|
||||
* Updated Maintainer field
|
||||
|
||||
-- Breuil Cyril <cyrilbport@gmail.com> Sun, 20 May 2007 13:52:30 +0200
|
||||
|
||||
kcontrol-autostart (0.1-0ubuntu3) edgy; urgency=low
|
||||
|
||||
* Removed dh_iconcache (no longer needed for this package)
|
||||
* Rebuild so it doesnt depend on libgamin0
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Wed, 19 Jul 2006 11:58:50 +1000
|
||||
|
||||
kcontrol-autostart (0.1-0ubuntu2) dapper; urgency=low
|
||||
|
||||
* Add dh_iconcache
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Fri, 28 Apr 2006 15:43:58 +1000
|
||||
|
||||
kcontrol-autostart (0.1-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* Initial release.
|
||||
* Patch kubuntu_01_kdepot.patch modifies admin/cvs.sh to build pot file.
|
||||
* Removed svn-commit.tmp.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Fri, 16 Dec 2005 19:52:51 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,16 @@
|
||||
Source: kcontrol-autostart-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
XSBC-Original-Maintainer: Raphaël Pinson <raphink@raphink.net>
|
||||
Build-Depends: debhelper (>= 5), cdbs, kdelibs4-trinity-dev, automake, autoconf, libtool, libltdl-dev
|
||||
Standards-Version: 3.8.4
|
||||
|
||||
Package: kcontrol-autostart-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: autostart module for the TDE control center
|
||||
Autostart is a TDE control center module to configure which applications
|
||||
start up when you login into a TDE session.
|
||||
.
|
||||
Homepage: http://www.kde-apps.org/content/download.php?content=45975
|
@ -0,0 +1,32 @@
|
||||
This package was debianized by Raphaël Pinson <raphink@raphink.net> on
|
||||
Fri, 16 Dec 2005 19:52:51 +0100.
|
||||
|
||||
It was downloaded from http://www.kde-apps.org/content/download.php?content=45975&id=1
|
||||
|
||||
Upstream Author: Stephen Leaf <smileaf@smileaf.org>
|
||||
|
||||
Copyright (C) 1997 Janos Farkas (chexum@shadow.banki.hu)
|
||||
copyright (C) 2006 Stephen Leaf <smileaf@smileaf.org>
|
||||
|
||||
License:
|
||||
|
||||
This package 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 package 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 package; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL'.
|
||||
|
||||
The Debian packaging is (C) 2007, Raphaël Pinson <raphink@raphink.net>
|
||||
is licensed under the GPL, see above.
|
||||
|
@ -0,0 +1,24 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
include /usr/share/cdbs/1/class/autotools.mk
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
|
||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
|
||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
||||
|
||||
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
|
||||
|
||||
post-patches:: debian/stamp-bootstrap
|
||||
|
||||
debian/stamp-bootstrap:
|
||||
! [ -f /usr/share/libtool/ltmain.sh ] || \
|
||||
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
|
||||
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
|
||||
cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
|
||||
make -f admin/Makefile.common cvs
|
||||
touch debian/stamp-bootstrap
|
@ -0,0 +1,37 @@
|
||||
kcontrol-autostart (0.5-0ubuntu2) gutsy; urgency=low
|
||||
|
||||
* Add kubuntu_03_autostartdesktop.patch to remove duplicate lines in the
|
||||
desktop file. (LP: #49859)
|
||||
|
||||
-- Breuil Cyril <cyrilbport@gmail.com> Sun, 20 May 2007 21:10:53 +0200
|
||||
|
||||
kcontrol-autostart (0.5-0ubuntu1) gutsy; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Patch kubuntu_02_poMakefile.patch modifies po/Makefile.am to build pot file.
|
||||
* Add automake1.9 as build-deps and change standard version to 3.7.2
|
||||
* Updated Maintainer field
|
||||
|
||||
-- Breuil Cyril <cyrilbport@gmail.com> Sun, 20 May 2007 13:52:30 +0200
|
||||
|
||||
kcontrol-autostart (0.1-0ubuntu3) edgy; urgency=low
|
||||
|
||||
* Removed dh_iconcache (no longer needed for this package)
|
||||
* Rebuild so it doesnt depend on libgamin0
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Wed, 19 Jul 2006 11:58:50 +1000
|
||||
|
||||
kcontrol-autostart (0.1-0ubuntu2) dapper; urgency=low
|
||||
|
||||
* Add dh_iconcache
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Fri, 28 Apr 2006 15:43:58 +1000
|
||||
|
||||
kcontrol-autostart (0.1-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* Initial release.
|
||||
* Patch kubuntu_01_kdepot.patch modifies admin/cvs.sh to build pot file.
|
||||
* Removed svn-commit.tmp.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Fri, 16 Dec 2005 19:52:51 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,16 @@
|
||||
Source: kcontrol-autostart-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
XSBC-Original-Maintainer: Raphaël Pinson <raphink@raphink.net>
|
||||
Build-Depends: debhelper (>= 5), cdbs, kdelibs4-trinity-dev, automake, autoconf, libtool, libltdl-dev
|
||||
Standards-Version: 3.8.4
|
||||
|
||||
Package: kcontrol-autostart-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: autostart module for the TDE control center
|
||||
Autostart is a TDE control center module to configure which applications
|
||||
start up when you login into a TDE session.
|
||||
.
|
||||
Homepage: http://www.kde-apps.org/content/download.php?content=45975
|
@ -0,0 +1,32 @@
|
||||
This package was debianized by Raphaël Pinson <raphink@raphink.net> on
|
||||
Fri, 16 Dec 2005 19:52:51 +0100.
|
||||
|
||||
It was downloaded from http://www.kde-apps.org/content/download.php?content=45975&id=1
|
||||
|
||||
Upstream Author: Stephen Leaf <smileaf@smileaf.org>
|
||||
|
||||
Copyright (C) 1997 Janos Farkas (chexum@shadow.banki.hu)
|
||||
copyright (C) 2006 Stephen Leaf <smileaf@smileaf.org>
|
||||
|
||||
License:
|
||||
|
||||
This package 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 package 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 package; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL'.
|
||||
|
||||
The Debian packaging is (C) 2007, Raphaël Pinson <raphink@raphink.net>
|
||||
is licensed under the GPL, see above.
|
||||
|
@ -0,0 +1,24 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
include /usr/share/cdbs/1/class/autotools.mk
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
|
||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
|
||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
||||
|
||||
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
|
||||
|
||||
post-patches:: debian/stamp-bootstrap
|
||||
|
||||
debian/stamp-bootstrap:
|
||||
! [ -f /usr/share/libtool/ltmain.sh ] || \
|
||||
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
|
||||
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
|
||||
cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
|
||||
make -f admin/Makefile.common cvs
|
||||
touch debian/stamp-bootstrap
|
@ -0,0 +1,37 @@
|
||||
kcontrol-autostart (0.5-0ubuntu2) gutsy; urgency=low
|
||||
|
||||
* Add kubuntu_03_autostartdesktop.patch to remove duplicate lines in the
|
||||
desktop file. (LP: #49859)
|
||||
|
||||
-- Breuil Cyril <cyrilbport@gmail.com> Sun, 20 May 2007 21:10:53 +0200
|
||||
|
||||
kcontrol-autostart (0.5-0ubuntu1) gutsy; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Patch kubuntu_02_poMakefile.patch modifies po/Makefile.am to build pot file.
|
||||
* Add automake1.9 as build-deps and change standard version to 3.7.2
|
||||
* Updated Maintainer field
|
||||
|
||||
-- Breuil Cyril <cyrilbport@gmail.com> Sun, 20 May 2007 13:52:30 +0200
|
||||
|
||||
kcontrol-autostart (0.1-0ubuntu3) edgy; urgency=low
|
||||
|
||||
* Removed dh_iconcache (no longer needed for this package)
|
||||
* Rebuild so it doesnt depend on libgamin0
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Wed, 19 Jul 2006 11:58:50 +1000
|
||||
|
||||
kcontrol-autostart (0.1-0ubuntu2) dapper; urgency=low
|
||||
|
||||
* Add dh_iconcache
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Fri, 28 Apr 2006 15:43:58 +1000
|
||||
|
||||
kcontrol-autostart (0.1-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* Initial release.
|
||||
* Patch kubuntu_01_kdepot.patch modifies admin/cvs.sh to build pot file.
|
||||
* Removed svn-commit.tmp.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Fri, 16 Dec 2005 19:52:51 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,16 @@
|
||||
Source: kcontrol-autostart-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
XSBC-Original-Maintainer: Raphaël Pinson <raphink@raphink.net>
|
||||
Build-Depends: debhelper (>= 5), cdbs, kdelibs4-trinity-dev, automake, autoconf, libtool, libltdl-dev
|
||||
Standards-Version: 3.8.4
|
||||
|
||||
Package: kcontrol-autostart-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: autostart module for the TDE control center
|
||||
Autostart is a TDE control center module to configure which applications
|
||||
start up when you login into a TDE session.
|
||||
.
|
||||
Homepage: http://www.kde-apps.org/content/download.php?content=45975
|
@ -0,0 +1,32 @@
|
||||
This package was debianized by Raphaël Pinson <raphink@raphink.net> on
|
||||
Fri, 16 Dec 2005 19:52:51 +0100.
|
||||
|
||||
It was downloaded from http://www.kde-apps.org/content/download.php?content=45975&id=1
|
||||
|
||||
Upstream Author: Stephen Leaf <smileaf@smileaf.org>
|
||||
|
||||
Copyright (C) 1997 Janos Farkas (chexum@shadow.banki.hu)
|
||||
copyright (C) 2006 Stephen Leaf <smileaf@smileaf.org>
|
||||
|
||||
License:
|
||||
|
||||
This package 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 package 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 package; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL'.
|
||||
|
||||
The Debian packaging is (C) 2007, Raphaël Pinson <raphink@raphink.net>
|
||||
is licensed under the GPL, see above.
|
||||
|
@ -0,0 +1,24 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
include /usr/share/cdbs/1/class/autotools.mk
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
|
||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
|
||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
||||
|
||||
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
|
||||
|
||||
post-patches:: debian/stamp-bootstrap
|
||||
|
||||
debian/stamp-bootstrap:
|
||||
! [ -f /usr/share/libtool/ltmain.sh ] || \
|
||||
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
|
||||
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
|
||||
cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
|
||||
make -f admin/Makefile.common cvs
|
||||
touch debian/stamp-bootstrap
|
Loading…
Reference in new issue