--- exiv2-0.17.1.orig/debian/watch +++ exiv2-0.17.1/debian/watch @@ -0,0 +1,6 @@ +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +http://www.exiv2.org/download.html exiv2-(.*[\d])\.tar\.gz debian svn-upgrade --- exiv2-0.17.1.orig/debian/rules +++ exiv2-0.17.1/debian/rules @@ -0,0 +1,40 @@ +#!/usr/bin/make -f + +FILENAME = $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz +UPFILENAME = $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).tar.gz +URL = http://www.exiv2.org/$(UPFILENAME) + +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk + +DEB_INSTALL_CHANGELOGS_ALL := doc/ChangeLog +DEB_COMPRESS_EXCLUDE := .xls .js .idx .xml .php +DEB_INSTALL_DOCS_ALL := -Xcmd.txt -XMakefile -Xtemplates -XChangeLog +DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath +DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--no-undefined -Wl,--as-needed" + +build/libexiv2-doc:: + [ ! -f Makefile ] || $(MAKE) doc + +install/exiv2:: + /usr/bin/chrpath -d $(CURDIR)/debian/tmp/usr/bin/exiv2 + +clean:: + rm -rf doc/html + +get-orig-source: + @@dh_testdir + @@[ -d ../tarballs/. ]||mkdir -p ../tarballs + @@echo Downloading $(UPFILENAME) from $(URL) ... + @@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL) + +print-version: + @@echo DEB_SOURCE_PACKAGE: $(DEB_SOURCE_PACKAGE) + @@echo DEB_VERSION: $(DEB_VERSION) + @@echo DEB_NO_EPOCH_VERSION: $(DEB_NOEPOCH_VERSION) + @@echo DEB_UPSTREAM_VERSION: $(DEB_UPSTREAM_VERSION) + @@echo FILENAME: $(FILENAME) + @@echo URL: $(URL) + --- exiv2-0.17.1.orig/debian/compat +++ exiv2-0.17.1/debian/compat @@ -0,0 +1 @@ +6 --- exiv2-0.17.1.orig/debian/presubj +++ exiv2-0.17.1/debian/presubj @@ -0,0 +1,9 @@ +If you know that the bug you want to report is in the "upstream" +code then please file a bug report in the exiv2 bug tracking system +(on the web at http://dev.robotbattle.com/bugs/main_page.php). + +If you feel that the bug is one that other Debian users should +know about then you are welcome to file a report in the Debian BTS +as well. Please keep in mind, however, that managing bug reports +is part of the maintainers' workload. + --- exiv2-0.17.1.orig/debian/libexiv2-4.install +++ exiv2-0.17.1/debian/libexiv2-4.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* --- exiv2-0.17.1.orig/debian/docs +++ exiv2-0.17.1/debian/docs @@ -0,0 +1 @@ +README --- exiv2-0.17.1.orig/debian/control +++ exiv2-0.17.1/debian/control @@ -0,0 +1,67 @@ +Source: exiv2 +Section: graphics +Priority: optional +Maintainer: Debian KDE Extras Team +Uploaders: KELEMEN Peter , Mark Purcell , Fathi Boudra +Build-Depends: cdbs, debhelper (>= 6), chrpath, + autotools-dev, libexpat1-dev, zlib1g-dev, + libexpat1-dev, + doxygen, graphviz, python, xsltproc +Standards-Version: 3.7.3 +Homepage: http://www.exiv2.org +Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/exiv2/trunk +Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/exiv2/trunk + +Package: exiv2 +Section: graphics +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: EXIF/IPTC metadata manipulation tool + Exiv2 can: + . + * print the Exif metadata of JPEG, TIFF and several RAW image formats as + summary info, interpreted values, or the plain data for each tag + * print the IPTC metadata of JPEG images + * print, set and delete the JPEG comment of JPEG images + * set, add and delete Exif and IPTC metadata of JPEG images + * adjust the Exif timestamp (that's how it all started...) + * rename Exif image files according to the Exif timestamp + * extract, insert and delete Exif metadata, IPTC metadata and JPEG comments + * extract, insert and delete the thumbnail image embedded in the Exif metadata + * fix the Exif ISO setting of picture taken with Nikon cameras + +Package: libexiv2-4 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: exiv2 +Description: EXIF/IPTC metadata manipulation library + Exiv2 library supports: + * full read and write access to the EXIF and IPTC metadata of an image + through Exiv2 keys and standard C++ iterators + * a smart IPTC implementation that does not affect data that programs like + Photoshop store in the same image segment + * EXIF MakerNote support: + o MakerNote tags can be accessed just like any other EXIF metadata + o a sophisticated write algorithm avoids corrupting the MakerNote: + * extract and delete methods for EXIF thumbnails (both, JPEG and TIFF + thumbnails) + * set methods for EXIF thumbnails (JPEG only, TIFF thumbnails can be set from + individual tags) + * complete API documentation (by Doxygen) + * generic lower-level classes to access IFD (Image File Directory) data + structures + +Package: libexiv2-dev +Section: libdevel +Architecture: any +Depends: libexiv2-4 (= ${binary:Version}), pkg-config +Suggests: libexiv2-doc +Description: EXIF/IPTC metadata manipulation library - development files + Exiv2 C++ header files. + +Package: libexiv2-doc +Section: doc +Architecture: all +Description: EXIF/IPTC metadata manipulation library - HTML documentation + Exiv2 HTML documentation. --- exiv2-0.17.1.orig/debian/libexiv2-doc.docs +++ exiv2-0.17.1/debian/libexiv2-doc.docs @@ -0,0 +1,3 @@ +doc/html +doc/include +doc/index.html --- exiv2-0.17.1.orig/debian/exiv2.examples +++ exiv2-0.17.1/debian/exiv2.examples @@ -0,0 +1 @@ +doc/cmd.txt --- exiv2-0.17.1.orig/debian/copyright +++ exiv2-0.17.1/debian/copyright @@ -0,0 +1,102 @@ +This package was debianized by KELEMEN Peter on +Wed, 8 Jun 2005 14:39:56 +0200. + +It was downloaded from http://www.exiv2.org + +Upstream Author: + + Andreas HUGGEL + +Copyright: + + (C) 2004-2008 Andreas Huggel + +Copyright for XMP sdk: + + (C) 2005-2007 Adobe Systems Incorporated + +Copyright for MD5 algorithm tcode: + + (C) 1991-2, RSA Data Security, Inc. + +exiv2 license: + + Exiv2 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. + + Alternatively, Exiv2 is also available with a commercial license, + which allows it to be used in closed-source projects. Contact me for + more information. + + Exiv2 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, 5th 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'. + +XMP sdk license: + + NOTICE: Adobe permits you to use, modify, and distribute this file in + accordance with the terms of the Adobe license agreement accompanying it. + +Copyright (c) 1999 - 2007, Adobe Systems Incorporated + +The BSD License + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +* Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +* Neither the name of Adobe Systems Incorporated, nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +MD5 algorithm license: + +Copyright (C) 1991-2, RSA Data Security, Inc. + +License to copy and use this software is granted provided that it is +identified as the "RSA Data Security, Inc. MD5 Message-Digest +Algorithm" in all material mentioning or referencing this software or +this function. + +License is also granted to make and use derivative works provided that +such works are identified as "derived from the RSA Data Security, +Inc. MD5 Message-Digest Algorithm" in all material mentioning or +referencing the derived work. + +RSA Data Security, Inc. makes no representations concerning either the +merchantability of this software or the suitability of this software +for any particular purpose. It is provided "as is" without express or +implied warranty of any kind. + +These notices must be retained in any copies of any part of this +documentation and/or software. + --- exiv2-0.17.1.orig/debian/exiv2.manpages +++ exiv2-0.17.1/debian/exiv2.manpages @@ -0,0 +1 @@ +debian/tmp/usr/share/man/man1/exiv2.1 --- exiv2-0.17.1.orig/debian/changelog +++ exiv2-0.17.1/debian/changelog @@ -0,0 +1,292 @@ +exiv2 (0.17.1-1) unstable; urgency=medium + + * New upstream release + - Library transition cleared on debian-release/ d-d-a + * Version 0.17 also fixes: + - CVE-2008-2696: DoS via metadata in images (Closes: #486328) + - crashes when fed with wrong file (Closes: #485670) + * Urgency medium for CVE fix + * debian/patches/gcc4.3.diff unecessary for gcc-4.3 + * Add /usr/share/bug/exiv2/presubj message for reportbug(1) + + -- Mark Purcell Sat, 21 Jun 2008 08:23:53 +1000 + +exiv2 (0.17-1) experimental; urgency=low + + * New upstream release + * Switch to simple-patchsys.mk + * Refresh & merge gcc4.3 patches + * New Package: libexiv2-4 - soname bump + * Add Build-Depends: libexpat1-dev + * Upload to experimental to clear NEW processing + + -- Mark Purcell Tue, 10 Jun 2008 23:05:33 +1000 + +exiv2 (0.16-4) unstable; urgency=low + + [Ana Beatriz Guerrero Lopez] + + * Team upload to address FTBFS with GCC 4.3. + * Apply patch by Cyril Brulebois to fix FTBFS with GCC 4.3. + (Closes: #466901) + + -- Debian KDE Extras Team Sun, 23 Mar 2008 15:42:16 +0100 + +exiv2 (0.16-3) unstable; urgency=low + + * Remove Conflicts/Replaces libexiv2-0 for libexiv2-2. (Closes: #463852) + + -- Fathi Boudra Tue, 05 Feb 2008 00:52:35 +0100 + +exiv2 (0.16-2) unstable; urgency=low + + * Remove Conflicts/Replaces libexiv2-0 for libexiv2-2. (Closes: #463852) + + -- Fathi Boudra Mon, 04 Feb 2008 15:39:20 +0100 + +exiv2 (0.16-1) unstable; urgency=low + + * New upstream release (Closes: #441524, #455633, #461009) + * Remove patches, merged upstream: + * CVE-2007-6353 + * Rev 1124 pull + * Add 01_gcc4.3.diff patch. Missing std:: removal not merged upstream yet + * Bump compat to 6 + * Update copyright file + * Add myself in Uploaders field + * Clean up build dependencies: + * Remove g++ and dpkg-dev + * Add quilt and libexpat1-dev + * Bump debhelper to 6 + * Bump Standard-Version to 3.7.3 + * Use Homepage field + * Add Conflicts/Replaces libexiv2-0 for libexiv2-2 + * Clean up rules + * Add clean target (Closes: 442560) + * Build with --no-undefined and --as-needed linker flags + + -- Fathi Boudra Wed, 16 Jan 2008 09:17:08 +0100 + +exiv2 (0.15-2) unstable; urgency=high + + [Ana Beatriz Guerrero Lopez] + * Team upload to fix security bug. + * Add patch to fix integer overflow in EXIF parsing. + CVE-2007-6353 (Closes: #456760) + + -- Debian KDE Extras Team Mon, 17 Dec 2007 19:13:11 +0100 + +exiv2 (0.15-1) unstable; urgency=low + + * New upstream release + - maintenance release, support for Minolta G500 RAW files + + -- Mark Purcell Sun, 22 Jul 2007 12:20:57 +0100 + +exiv2 (0.14-2) unstable; urgency=medium + + * DebConf7 release :-) + * Urgency medium as this fixes a number of crashes in digikam et al + * Pull in upstream fixes for jpeg/tiff MSC makernote crashes + (rev 1106/1124) + + -- Mark Purcell Tue, 19 Jun 2007 12:55:55 +0100 + +exiv2 (0.14-1) unstable; urgency=low + + * new upstream release (Closes: #414372) + + [ Achim Bohnet ] + * 0.14 changed API: rename libexiv2-0.12 to libexiv2-0 accordingly. + * libexiv2-dev: exiv2 has no exiv2-config script anymore. + * debian/control: + + Etch does not have a libexiv2 package. So remove Replaces/Conflict. + + libexiv2-dev: No need to depend on ${shlibs:Depends}, ${misc:Depends} + * debian/exiv2.1 removed: included upstream. + * debian/libexiv2-0: install message catalogs + + [ Mark Purcell ] + * FTBFS with GCC 4.3: missing #includes (Closes: #417176) + * Build-Depends: doxygen, graphviz, python, xsltproc + * Reinstate libexiv2-doc, better to build with doxygen than other tarball + * Add build/libexiv2-doc:: to debian/rules + * Rework debian/libexiv2-dev.install + * Rework debian/libexiv2-doc.docs + * Rework debian/libexiv2-0.install + + -- Mark Purcell Wed, 09 May 2007 22:28:37 +0100 + +exiv2 (0.12-1) unstable; urgency=low + + * Maintainer: Debian KDE Extras Team + * Switch to cdbs + * Add debian/watch + * Ack NMU fix: + - library package needs to be renamed (libstdc++ allocator change) + (Closes: #339163) + + -- Mark Purcell Wed, 14 Mar 2007 08:12:49 +0000 + +exiv2 (0.10-1.4) unstable; urgency=high + + * Non-Maintainer upload. Again :-( + * High-urgency upload for RC bugfix + * Apply Steve Langasek patch to overcome crashes on invalid input + - Image with corrupted metadata crashes Exiv2 (Closes: #401660) + * Move usr/lib/*.la libtool linkage information file to -dev package + - file conflict with libexiv2-0.10 (Closes: #405805) + * Move usr/lib/*.so development linkage file to -dev package + * Include upstream exiv2.pc in -dev package + - exiv2.pc is missing (Closes: #396060) + * Add libexiv2-dev Depends: pkg-config + + -- Mark Purcell Sun, 21 Jan 2007 21:06:27 +0000 + +exiv2 (0.12-0.2) experimental; urgency=low + + * Non-maintainer upload. (NMU) + * Add Build-Depends: zlib1g-dev, thanks Kurt + - FTBFS: checking zlib in /usr... failed (Closes: #405916) + + -- Mark Purcell Sun, 7 Jan 2007 12:22:39 +0000 + +exiv2 (0.12-0.1) experimental; urgency=medium + + * Non-mantainer upload. (NMU) + * Urgency medium as this fixes RC bugs + * New upstream bugfix release + - Image with corrupted metadata crashes Exiv2 (Closes: #401660) + - new upstream release 0.12 (Closes: #389711) + * Include upstream exiv2.pc in debian package + - exiv2.pc is missing (Closes: #396060) + * Bump soname + - file conflict with libexiv2 (Closes: #386934) + + -- Mark Purcell Sat, 23 Dec 2006 18:42:30 +1100 + +exiv2 (0.10-1.3) unstable; urgency=low + + * NMU. + * debian/rules dh_makeshlibs -V (Closes: #386899) + + -- Mark Purcell Thu, 21 Sep 2006 06:37:22 +0100 + +exiv2 (0.10-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix overly strict shlibs line. Closes: #386899 + * Also adding conflict,replaces from libexiv2-0.10 to libexiv2. + + -- Andreas Barth Mon, 11 Sep 2006 20:04:40 +0200 + +exiv2 (0.10-1.1) unstable; urgency=medium + + [ David Schmitt ] + * Non-maintainer upload. + * Medium-urgency upload for RC bugfix. + * Change package name from libexiv2 to libexiv2-0.10 to encode the full + SONAME as well as for the C++ mt allocator ABI change, and conflict/replace + libexiv2 accordingly. Closes: #339163, #382867. + * Remove unnecessary libexiv2.{postinst,postrm} scripts, as they don't do + anything that debhelper doesn't already do for us. + * replace shlibs.local by dh_makeshlibs -V + * make package bin-NMU-able by using ${binary:Version} and B-D on dpkg-dev + (>= 1.13.19) + + [ Andreas Barth ] + * Uploading NMU. + + -- Andreas Barth Sun, 10 Sep 2006 09:09:55 +0200 + +exiv2 (0.10-1) unstable; urgency=low + + * New Upstream Release. (Fixes: #370151) + + -- KELEMEN Peter Tue, 14 Jun 2006 00:02:57 +0200 + +exiv2 (0.9.1-1) unstable; urgency=low + + * New Upstream Release. + * debian/control: -dev Suggests: -doc. + + -- KELEMEN Peter Sat, 4 Feb 2006 07:45:00 +0100 + +exiv2 (0.9-1) unstable; urgency=low + + * New Upstream Release. + * debian/rules: Ship with upstream documentation by default. + * debian/control: relax build dependencies. + + -- KELEMEN Peter Fri, 27 Jan 2006 20:41:35 +0100 + +exiv2 (0.7-10) unstable; urgency=low + + * C++ allocator change. (Closes: #339163) + + -- KELEMEN Peter Fri, 18 Nov 2005 00:08:45 +0100 + +exiv2 (0.7-9) unstable; urgency=low + + * Added missing Build-Depends: sharutils (Closes: #328376) + * Standards-Version: 3.6.2 (no changes) + + -- KELEMEN Peter Thu, 15 Sep 2005 14:54:32 +0200 + +exiv2 (0.7-8) unstable; urgency=low + + * Upload to unstable. + + -- KELEMEN Peter Wed, 14 Sep 2005 15:11:33 +0200 + +exiv2 (0.7-7) experimental; urgency=low + + * Upload to Debian archive. + + -- KELEMEN Peter Mon, 18 Jul 2005 00:18:51 +0200 + +exiv2 (0.7-6) experimental; urgency=low + + * g++-4.0 rebuild. + + -- KELEMEN Peter Mon, 11 Jul 2005 03:36:38 +0200 + +exiv2 (0.7-5) experimental; urgency=low + + * fix multiple copyrights + * strengthen lib deps + + -- KELEMEN Peter Sun, 19 Jun 2005 16:24:51 +0200 + +exiv2 (0.7-4) experimental; urgency=low + + * doc fixes + + -- KELEMEN Peter Sun, 19 Jun 2005 14:43:46 +0200 + +exiv2 (0.7-3) experimental; urgency=low + + * Make the package non-native. + * Build with g++-4.0. + + -- KELEMEN Peter Sat, 18 Jun 2005 19:34:44 +0200 + +exiv2 (0.7-2) experimental; urgency=low + + * static libray to -dev + * clean up -doc + * cmd.txt as example in exiv2 + + -- KELEMEN Peter Thu, 16 Jun 2005 20:48:55 +0200 + +exiv2 (0.7-1) experimental; urgency=low + + * New upstream release. + + -- KELEMEN Peter Thu, 16 Jun 2005 10:46:37 +0200 + +exiv2 (0.6.2-1) experimental; urgency=low + + * Initial release. (Closes: #312490) + + -- KELEMEN Peter Wed, 8 Jun 2005 14:39:56 +0200 + --- exiv2-0.17.1.orig/debian/exiv2.install +++ exiv2-0.17.1/debian/exiv2.install @@ -0,0 +1,2 @@ +debian/tmp/usr/bin/exiv2 +debian/presubj /usr/share/bug/exiv2/ --- exiv2-0.17.1.orig/debian/libexiv2-dev.install +++ exiv2-0.17.1/debian/libexiv2-dev.install @@ -0,0 +1,6 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/pkgconfig/* +debian/tmp/usr/lib/*.la +debian/tmp/usr/share/locale/* +debian/tmp/usr/lib/lib*.a +debian/tmp/usr/lib/lib*.so --- exiv2-0.17.1.orig/debian/README.Debian +++ exiv2-0.17.1/debian/README.Debian @@ -0,0 +1,146 @@ +Debian kde-extras Team +---------------------- + +1. Contacts +----------- + +General help requests + mailing list + #debian-kde on irc + +Packaging queries + mailing list + #debian-qt-kde on irc + +Maintainers + mailing list + + +2. Subversion repository +------------------------ + +You can browse it only at: + +http://svn.debian.org/wsvn/pkg-kde/kde-extras/ + +To "checkout" the repository use these commands: + + $ svn co svn+ssh://${ALIOTH_USERNAME}@svn.debian.org/svn/pkg-kde/kde-extras + +Authorized SSH keys are controlled at https://alioth.debian.org/account/ + +The repository layout is: + +- packagename/ +    - trunk/ +    - branches/ +    - tags/ +        - 0.7.2-1/ +        - 0.7.2-2/ +        - 0.7.2-2ubuntu1/ +        - 0.7.2-2ubuntu2/ +        - 0.7.2-2ubuntu3/ +        - 0.8.0/ +        ... + +If only one version of the package is available at the time, development must +be made at trunk/ dir, copying the dir to tags/'pkg-version' each time a new +release is made. + +When, at some point, the need to have two different versions at the same time +arises (for example, if we need a version to be in unstable and a different one +to be in experimental), experimental development will be made in trunk/ and +if a new unstable package needs to be cooked, copying +tag/'latest_version_in_sid' to tag/'latest_version_in_sid'+1 will make the +trick. + +3. Using svn-buildpackage +-------------------------- + +Packages with an upstream tarball will require you to set the mergeWithUpstream +property first (from the package root) so that svn-buildpackage will look for +the .orig.tar.gz in the ../tarballs directory. + + % svn propset mergeWithUpstream 1 debian + +Please note that this only works for packages which have only the debian/ +directory committed. Consequently, you must use CDBS's simple-patchsys.mk or +dpatch to modify the upstream sources. + +After you have finished and committed your Debian patches via + + % svn commit [PACKAGE] + +as well as copying the orig.tar.gz to ../tarballs/ if necessary, you may build +your package with the following commands: + + % svn-buildpackage --svn-ignore-new -rfakeroot + +Please, don't commit tarballs/ or build-area/ directories to SVN. + +4. Tarballs and Build-area directories +------------------------------------ + +During pkg development before uploaded to debian the tarballs can be found at: + + http://pkg-kde.alioth.debian.org/kde-extra/orig.tar.gz/ + +You need to place those dirs in the parent directory of the one from which you're +running svn-buildpackage. Usually this means placing tarballs/ and build-area/ dirs +in 'pkgname'/ dir, at the same level as trunk/ + +If you want to compile inside one version in tags/ dir, you'll need to place those +dirs inside that dir. Of course the easiest and cleanest way of doing it is +by making a symlink of those dirs inside tags/ dir. + +5. Using svn-inject +------------------- + +To inject a new package into the Debian KDE Extras svn archive you should use svn-inject(1) +as follows: + + svn-inject -o .dsc svn+ssh://${ALIOTH_USERNAME}@svn.debian.org/svn/pkg-kde/kde-extras + +Type in your alioth password a few hundred times :-) and your package should be +uploaded to the archive. Note you will also need to manually copy the +package.orig.tar.gz to your tarballs directory. The -o option is important as +this ensures that we 'Only keep modified files under SVN control' + +6. Versioning +------------- + +As the autobuilder and fellow developers will need to differentiate between +versions that are uploaded into debian already and those which will be at a +later point, do use the UNRELEASED distribution until the time you actually do +upload to incoming. Whoever is not a DD himself should let the sponsor do that +final step if that sponsor has SVN commit rights to the kde-extras archive. + +The autobuilder packs can be found at http://kde-extras.buildserver.net/. +The logs can be found at http://status.buildserver.net/. + +As the archive runs britney, it may well be that a built and installed package +is not appearing to the archive until its reverse depends are (re)built too. In +case of questions, feel free to mail kilian@debian.org. + +7. Automatic Backport hooks +--------------------------- + +The checkout script for putting together the sources can run a backports hook +for certain dists (like Debian sarge) which need certain adjustments to the +source like altered Build-Depends. This hook is a plain shell script (or +makefile like debian/rules) which needs to be put in the debian/backports +directory and made executable by means of the svn properties set. The codenames +for the current dists are: sid, etch, sarge, edgy and dapper. For an example +see asterisk-addons/trunk/debian/backports/sarge which may be more illustrating +what to do. + +8. Autotools, libtool, am_maintainer, buildprep and configure updates +--------------------------------------------------------------------- + +Achim, Please add some text in here to document when it is necessary and +how we update the build enviroment for a package. + +-(snip)- + +In case any of the above is unclear to you or seems outdated, please drop us a +note to the maintainers list.