Projects
Kolab:3.4:Updates
xsd
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 6
View file
debian.tar.gz/changelog
Deleted
@@ -1,104 +0,0 @@ -xsd (3.3.0.1-1.3) unstable; urgency=low - - * Non maintainer upload - * Fix build failure with GCC 4.7. - - -- Matthias Klose <doko@debian.org> Tue, 22 May 2012 16:38:15 +0000 - -xsd (3.3.0.1-1.2) unstable; urgency=medium - - * Non-maintainer upload. - - [ Konstantinos Margaritis ] - * debian/patches/boost1.46.patch: - - Fix FTBFS against boost1.46 (Closes: #624942). - - -- Luca Falavigna <dktrkranz@debian.org> Tue, 23 Aug 2011 22:06:28 +0200 - -xsd (3.3.0.1-1.1) unstable; urgency=low - - * Non-maintainer upload. - * Fix build fail on Renesas sh4 (Closes: #606057). - Update debian/rules. - When architecture of host is sh4, CXXFLAGS was added -mieee option. - - -- Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Fri, 11 Mar 2011 09:45:12 +0900 - -xsd (3.3.0.1-1) unstable; urgency=low - - * Use ASCII encoding instead of UCS-4LE to work around Xerces-C++ bug. - Closes: #604256 - - -- Raphael Bossek <bossekr@debian.org> Mon, 22 Nov 2010 21:57:58 +0100 - -xsd (3.3.0-2) unstable; urgency=low - - * Added autotools-dev build dependency. Closes: #604086 - - -- Raphael Bossek <bossekr@debian.org> Sat, 20 Nov 2010 22:28:47 +0100 - -xsd (3.3.0-1) unstable; urgency=low - - * New upstream release. Closes: #556724 - * Update Automake files at build time. Closes: #536423 - - -- Raphael Bossek <bossekr@debian.org> Thu, 18 Nov 2010 21:27:00 +0100 - -xsd (3.2.0.1-1.1) unstable; urgency=medium - - * Non-maintainer upload. - * Fix FTBFS with new boost (>= 1.37.0) by using the “-mt” suffix for - boost libraries since starting with this version, only this variant - is available (Closes: #530484): - + debian/patches: Add xsd_fix-boost-ftbfs.patch - + debian/rules: Apply that patch. - * Set urgency to “medium” since this bug affects testing too. - - -- Cyril Brulebois <kibi@debian.org> Sat, 18 Jul 2009 10:51:36 +0200 - -xsd (3.2.0.1-1) unstable; urgency=low - - * New upstream version. This version depends on Xerces-C 3.0.0 which - is in experimental right now. (Closes: #505837) - - -- Raphael Bossek <bossekr@debian.org> Sat, 06 Dec 2008 13:44:38 +0100 - -xsd (3.1.0.1-2) unstable; urgency=low - - * Added build dependency on libboost-date-time-dev. - - -- Raphael Bossek <bossekr@debian.org> Wed, 18 Jun 2008 06:57:20 +0200 - -xsd (3.1.0.1-1) unstable; urgency=low - - * Update libcult to 1.4.1 to support GCC 4.3 (build errors). - * Added m4 as build dependency. - * Added README.source to confirm with standards version 3.8.0. - - -- Raphael Bossek <bossekr@debian.org> Tue, 17 Jun 2008 07:04:15 +0200 - -xsd (3.1.0-4) unstable; urgency=low - - * Try to suppress compilation errors by disable not obsolate implementation - (as mentioned in error report #482569) (Closes: #485843) - - -- Raphael Bossek <bossekr@debian.org> Sun, 15 Jun 2008 21:46:20 +0200 - -xsd (3.1.0-3) unstable; urgency=low - - * Removed old build dependency on libxerces25-dev. (Closes: #483965) - - -- Raphael Bossek <bossekr@debian.org> Mon, 02 Jun 2008 21:00:43 +0200 - -xsd (3.1.0-2) unstable; urgency=low - - * Fixed bulid problem. (Closes: #482569) - - -- Raphael Bossek <bossekr@debian.org> Mon, 26 May 2008 12:14:37 +0200 - -xsd (3.1.0-1) unstable; urgency=low - - * Initial release (Closes: #479523) - - -- Raphael Bossek <bossekr@debian.org> Sat, 16 Feb 2008 19:26:38 +0100 -
View file
debian.tar.gz/control
Deleted
@@ -1,19 +0,0 @@ -Source: xsd -Section: devel -Priority: optional -Maintainer: Raphael Bossek <bossekr@debian.org> -Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~), libxerces-c-dev (>= 3.0.0), libboost-date-time-dev, libboost-filesystem-dev, libboost-regex-dev, m4, autotools-dev -Standards-Version: 3.9.1 - -Package: xsdcxx -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Homepage: http://codesynthesis.com -Description: XML Data Binding for C++ - CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to - C++ data binding compiler. Provided with an XML instance specification - (XML Schema), it generates C++ classes that represent the given - vocabulary as well as parsing and serialization code. - You can then access the data stored in XML using types and functions - that semantically correspond to your application domain rather than - dealing with intricacies of reading and writing XML.
View file
debian.tar.gz/rules
Deleted
@@ -1,77 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. -# -# Modified to make a template file for a multi-binary package with separated -# build-arch and build-indep targets by Bill Allombert 2001 - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -# This has to be exported to make some magic below work. -export DH_OPTIONS - -CWD=$(shell pwd) -SRCPKGNAME=$(shell dpkg-parsechangelog | grep-dctrl -s "Source" -n -) -SRCPKGVERS=$(shell dpkg-parsechangelog | grep-dctrl -s "Version" -n - | sed -e 's,-.*,,g') -ORIGTARGZ=../$(SRCPKGNAME)_$(SRCPKGVERS).orig.tar.gz - -XSD_ARCHIVE:=$(shell ls -1 xsd-*+dep.tar.bz2) -XSD_SRCDIR:=$(CWD)/$(shell ls -1 xsd-*+dep.tar.bz2 | sed -e 's,\.tar.*,,g') - -# Renesas SH4 needs -mieee option. -ifeq ($(DEB_HOST_ARCH_CPU),sh4) - export CXXFLAGS += -mieee -endif - -maintainer_origtargz: $(XSD_ARCHIVE) - tar -czf $(ORIGTARGZ) *.tar* - - -maintainer_quilt: $(CWD)/xsd-srcdir -$(CWD)/xsd-srcdir: $(XSD_ARCHIVE) $(CWD)/debian/patches/_series - tar -xjf $(XSD_ARCHIVE) - test -d $(XSD_SRCDIR) - mv $(XSD_SRCDIR) $(CWD)/xsd-srcdir - mv $(CWD)/debian/patches/_series $(CWD)/debian/patches/series - test -s $(CWD)/xsd-srcdir/build-0.3/system/config.sub -a -s /usr/share/misc/config.sub && \ - cp -vf /usr/share/misc/config.sub $(CWD)/xsd-srcdir/build-0.3/system/config.sub - test -s $(CWD)/xsd-srcdir/build-0.3/system/config.guess -a -s /usr/share/misc/config.guess && \ - cp -vf /usr/share/misc/config.guess $(CWD)/xsd-srcdir/build-0.3/system/config.guess - dh_quilt_patch - grep -q "^xsd.git-0ca328cb9026aa53064a147226ef5b296426ea5f.patch" $(CWD)/debian/patches/series && tar -C $(CWD)/xsd-srcdir -xzvf $(CWD)/bug604256.tar.gz - - -%: - dh --with quilt --skip-patches --parallel --sourcedirectory=$(CWD)/xsd-srcdir $@ - - -override_dh_auto_configure: maintainer_quilt - mv $(CWD)/debian/patches/series $(CWD)/debian/patches/_series - - -override_dh_quilt_patch: $(CWD)/debian/patches/_series - - -override_dh_auto_install: - MAKEFLAGS="$$MAKEFLAGS install_prefix=$(CWD)/debian/xsdcxx/usr" $(MAKE) -C $(CWD)/xsd-srcdir -f makefile install - mv $(CWD)/debian/xsdcxx/usr/share/doc/xsd $(CWD)/debian/xsdcxx/usr/share/doc/xsdcxx - mv $(CWD)/debian/xsdcxx/usr/bin/xsd $(CWD)/debian/xsdcxx/usr/bin/xsdcxx - mv $(CWD)/debian/xsdcxx/usr/share/man/man1/xsd.1 $(CWD)/debian/xsdcxx/usr/share/man/man1/xsdcxx.1 - rm -rf $(CWD)/debian/xsdcxx/usr/share/doc/libxsd - find $(CWD)/debian/xsdcxx \( -name "COPYRIGHT*" -o -name "FLOSSE*" -o -name "LICENSE*" -o -name "GPL*" \) -exec rm -v {} \; - - -override_dh_quilt_unpatch: override_dh_auto_clean -override_dh_auto_clean: - rm -rf $(CWD)/xsd-srcdir $(CWD)/.pc - -mv $(CWD)/debian/patches/series $(CWD)/debian/patches/_series - test -f $(CWD)/debian/patches/_series - - -.PHONY: maintainer_origtargz maintainer_quilt override_dh_auto_configure override_dh_auto_clean
View file
debian.tar.gz/source
Deleted
-(directory)
View file
debian.tar.gz/source/format
Deleted
@@ -1,1 +0,0 @@ -3.0 (quilt)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.