[Pkg-mono-svn-commits] rev 2522 - cecil/tags cecil/tags/0.4.1-1/debian ipod-sharp/tags ipod-sharp/tags/0.5.16-1/debian ipod-sharp/trunk/debian libipoddevice/tags libipoddevice/tags/0.4.5-1/debian libipoddevice/trunk/debian

Sebastian Dröge slomo-guest at costa.debian.org
Mon May 1 14:02:29 UTC 2006


Author: slomo-guest
Date: 2006-05-01 14:02:28 +0000 (Mon, 01 May 2006)
New Revision: 2522

Added:
   cecil/tags/0.4.1-1/
   cecil/tags/0.4.1-1/debian/changelog
   cecil/tags/0.4.1-1/debian/control
   cecil/tags/0.4.1-1/debian/libmono-cecil0.4-cil.installcligac
   cecil/tags/0.4.1-1/debian/rules
   ipod-sharp/tags/0.5.16-1/
   libipoddevice/tags/0.4.5-1/
Removed:
   cecil/tags/0.4.1-1/debian/changelog
   cecil/tags/0.4.1-1/debian/control
   cecil/tags/0.4.1-1/debian/rules
Modified:
   ipod-sharp/tags/0.5.16-1/debian/changelog
   ipod-sharp/tags/0.5.16-1/debian/control
   ipod-sharp/trunk/debian/changelog
   ipod-sharp/trunk/debian/control
   libipoddevice/tags/0.4.5-1/debian/changelog
   libipoddevice/tags/0.4.5-1/debian/control
   libipoddevice/trunk/debian/changelog
   libipoddevice/trunk/debian/control
Log:
* tagged, updated libipoddevice, ipod-sharp, cecil


Copied: cecil/tags/0.4.1-1 (from rev 2519, cecil/trunk)

Deleted: cecil/tags/0.4.1-1/debian/changelog
===================================================================
--- cecil/trunk/debian/changelog	2006-04-30 13:31:20 UTC (rev 2519)
+++ cecil/tags/0.4.1-1/debian/changelog	2006-05-01 14:02:28 UTC (rev 2522)
@@ -1,15 +0,0 @@
-cecil (0.4.1-1) unstable; urgency=low
-
-  * New upstream version
-  * Renamed libmono-cecil0.3-cil to libmono-cecil0.4-cil to reflect API	changes
-  * Updated the paths to conform with the latest version of the CLI policy
-  * Updated debian/copyright
-
- -- Sebastian Dröge <slomo at ubuntu.com>  Wed,  5 Apr 2006 17:01:17 +0200
-
-cecil (0.3-1) unstable; urgency=low
-
-  * Initial Revision (Closes: #357829)
-
- -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Sun, 19 Mar 2006 20:20:41 +0100
-

Copied: cecil/tags/0.4.1-1/debian/changelog (from rev 2521, cecil/trunk/debian/changelog)

Deleted: cecil/tags/0.4.1-1/debian/control
===================================================================
--- cecil/trunk/debian/control	2006-04-30 13:31:20 UTC (rev 2519)
+++ cecil/tags/0.4.1-1/debian/control	2006-05-01 14:02:28 UTC (rev 2522)
@@ -1,26 +0,0 @@
-Source: cecil
-Section: devel
-Priority: optional
-Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
-Uploaders: Sebastian Dröge <slomo at ubuntu.com>
-Build-Depends: debhelper (>= 5), dpatch
-Build-Depends-Indep: cli-common (>= 0.2.0), mono-mcs (>= 1.1.9) | c-sharp-compiler, mono-gac, sharutils
-Standards-Version: 3.6.2
-
-Package: libmono-cecil0.4-cil
-Architecture: all
-Depends: ${cli:Depends}
-Replaces: libmono-cecil0.3-cil
-Description: library to generate and inspect CIL assemblies
- Cecil is a library under development to generate and inspect programs and
- libraries in the ECMA CIL format.
- .
- In simple English, with Cecil, you can load existing managed assemblies,
- browse all the contained types, modify them on the fly and save back to the
- disk the modified assembly.
- .
- Today it is used by the Mono Debugger by the bug-finding and compliance
- checking tool Gendarme as well as DB4O. 
- .
- http://www.mono-project.com/Cecil
-

Copied: cecil/tags/0.4.1-1/debian/control (from rev 2521, cecil/trunk/debian/control)

Copied: cecil/tags/0.4.1-1/debian/libmono-cecil0.4-cil.installcligac (from rev 2520, cecil/trunk/debian/libmono-cecil0.4-cil.installcligac)

Deleted: cecil/tags/0.4.1-1/debian/rules
===================================================================
--- cecil/trunk/debian/rules	2006-04-30 13:31:20 UTC (rev 2519)
+++ cecil/tags/0.4.1-1/debian/rules	2006-05-01 14:02:28 UTC (rev 2522)
@@ -1,76 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# This is for the .wapi directory for Mono.
-export MONO_SHARED_DIR=$(CURDIR)
-
-# provide patch and unpatch targets
-include /usr/share/dpatch/dpatch.make
-
-UPVERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2 | sed 's,-.*,,')
-ABIVERSION = 0.4
-
-configure: configure-stamp
-configure-stamp:
-	./configure --prefix=debian/tmp/usr
-	touch configure-stamp
-
-build: patch-stamp configure-stamp build-stamp
-build-stamp:
-	uudecode -o debian/Cecil.snk debian/Cecil.snk.uue
-	$(MAKE)
-	touch build-stamp
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	-$(MAKE) clean
-	rm -rf $(MONO_SHARED_DIR)/.wapi
-	rm -f build-stamp configure-stamp debian/Cecil.snk
-	rm -f config.make
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-	$(MAKE) install
-	# fix the path in the pkgconfig file
-	sed -i 's;debian/tmp/usr;/usr;g' debian/tmp/usr/lib/pkgconfig/mono-cecil.pc
-	# fix the version in the pkgconfig file
-	sed -i 's;^Version:.*;Version:\ $(UPVERSION);g' debian/tmp/usr/lib/pkgconfig/mono-cecil.pc
-	# fix the assemblies dir
-	mkdir -p debian/tmp/usr/lib/cli
-	mv debian/tmp/usr/lib/Mono.Cecil debian/tmp/usr/lib/cli/mono-cecil$(ABIVERSION)
-	sed -i 's;^assemblies_dir=.*;assemblies_dir=$${prefix}/lib/cli/mono-cecil$(ABIVERSION);g' debian/tmp/usr/lib/pkgconfig/mono-cecil.pc
-	# install the file into the GAC
-	gacutil -i Mono.Cecil.dll -root $(CURDIR)/debian/tmp/usr/lib
-	# fix permissions
-	find debian/tmp -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
-
-binary-indep: configure build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs ChangeLog
-	dh_installdocs
-	dh_installdirs
-	dh_install
-	dh_installman
-	dh_compress
-	dh_fixperms
-	dh_makeclilibs -m $(UPVERSION)
-	dh_clideps
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-arch: build install
-
-binary: binary-indep binary-arch
-
-.PHONY: build configure clean binary-indep binary-arch binary install 

Copied: cecil/tags/0.4.1-1/debian/rules (from rev 2520, cecil/trunk/debian/rules)

Copied: ipod-sharp/tags/0.5.16-1 (from rev 2519, ipod-sharp/trunk)

Modified: ipod-sharp/tags/0.5.16-1/debian/changelog
===================================================================
--- ipod-sharp/trunk/debian/changelog	2006-04-30 13:31:20 UTC (rev 2519)
+++ ipod-sharp/tags/0.5.16-1/debian/changelog	2006-05-01 14:02:28 UTC (rev 2522)
@@ -1,3 +1,12 @@
+ipod-sharp (0.5.16-1) unstable; urgency=low
+
+  * New upstream release
+  * Build-Depend on cli-common-dev (>= 0.4.0) as required by the latest CLI
+    policy
+  * Bump Standards-Version to 3.7.0
+
+ -- Sebastian Dröge <slomo at ubuntu.com>  Mon,  1 May 2006 15:55:22 +0200
+
 ipod-sharp (0.5.15-1) unstable; urgency=low
 
   * New upstream release

Modified: ipod-sharp/tags/0.5.16-1/debian/control
===================================================================
--- ipod-sharp/trunk/debian/control	2006-04-30 13:31:20 UTC (rev 2519)
+++ ipod-sharp/tags/0.5.16-1/debian/control	2006-05-01 14:02:28 UTC (rev 2522)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Sebastian Dröge <slomo at ubuntu.com>
-Build-Depends-Indep: debhelper (>= 5), cdbs, cli-common (>= 0.2.0), mono-mcs (>= 1.0) | c-sharp-compiler, mono-gac (>= 1.0), libipoddevice-dev (>= 0.4.0), libgtk2.0-cil, libglib2.0-cil, pkg-config, monodoc-base (>= 1.1.9)
-Standards-Version: 3.6.2
+Build-Depends-Indep: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.0), mono-mcs (>= 1.0) | c-sharp-compiler, mono-gac (>= 1.0), libipoddevice-dev (>= 0.4.0), libgtk2.0-cil, libglib2.0-cil, pkg-config, monodoc-base (>= 1.1.9)
+Standards-Version: 3.7.0
 
 Package: libipod-cil
 Architecture: all

Modified: ipod-sharp/trunk/debian/changelog
===================================================================
--- ipod-sharp/trunk/debian/changelog	2006-05-01 13:52:58 UTC (rev 2521)
+++ ipod-sharp/trunk/debian/changelog	2006-05-01 14:02:28 UTC (rev 2522)
@@ -1,3 +1,12 @@
+ipod-sharp (0.5.16-1) unstable; urgency=low
+
+  * New upstream release
+  * Build-Depend on cli-common-dev (>= 0.4.0) as required by the latest CLI
+    policy
+  * Bump Standards-Version to 3.7.0
+
+ -- Sebastian Dröge <slomo at ubuntu.com>  Mon,  1 May 2006 15:55:22 +0200
+
 ipod-sharp (0.5.15-1) unstable; urgency=low
 
   * New upstream release

Modified: ipod-sharp/trunk/debian/control
===================================================================
--- ipod-sharp/trunk/debian/control	2006-05-01 13:52:58 UTC (rev 2521)
+++ ipod-sharp/trunk/debian/control	2006-05-01 14:02:28 UTC (rev 2522)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Sebastian Dröge <slomo at ubuntu.com>
-Build-Depends-Indep: debhelper (>= 5), cdbs, cli-common (>= 0.2.0), mono-mcs (>= 1.0) | c-sharp-compiler, mono-gac (>= 1.0), libipoddevice-dev (>= 0.4.0), libgtk2.0-cil, libglib2.0-cil, pkg-config, monodoc-base (>= 1.1.9)
-Standards-Version: 3.6.2
+Build-Depends-Indep: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.0), mono-mcs (>= 1.0) | c-sharp-compiler, mono-gac (>= 1.0), libipoddevice-dev (>= 0.4.0), libgtk2.0-cil, libglib2.0-cil, pkg-config, monodoc-base (>= 1.1.9)
+Standards-Version: 3.7.0
 
 Package: libipod-cil
 Architecture: all

Copied: libipoddevice/tags/0.4.5-1 (from rev 2519, libipoddevice/trunk)

Modified: libipoddevice/tags/0.4.5-1/debian/changelog
===================================================================
--- libipoddevice/trunk/debian/changelog	2006-04-30 13:31:20 UTC (rev 2519)
+++ libipoddevice/tags/0.4.5-1/debian/changelog	2006-05-01 14:02:28 UTC (rev 2522)
@@ -1,3 +1,10 @@
+libipoddevice (0.4.5-1) unstable; urgency=low
+
+  * New upstream release
+  * Bump Standards-Version to 3.7.0
+
+ -- Sebastian Dröge <slomo at ubuntu.com>  Mon,  1 May 2006 15:58:42 +0200
+
 libipoddevice (0.4.1-1) unstable; urgency=low
 
   * New upstream release

Modified: libipoddevice/tags/0.4.5-1/debian/control
===================================================================
--- libipoddevice/trunk/debian/control	2006-04-30 13:31:20 UTC (rev 2519)
+++ libipoddevice/tags/0.4.5-1/debian/control	2006-05-01 14:02:28 UTC (rev 2522)
@@ -4,7 +4,7 @@
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Sebastian Dröge <slomo at ubuntu.com>
 Build-Depends: debhelper (>= 5), cdbs, pkg-config, libglib2.0-dev, libdbus-glib-1-dev, libhal-dev (>= 0.5.6), libgtop2-dev (>= 2.12.0), pmount, eject
-Standards-Version: 3.6.2
+Standards-Version: 3.7.0
 
 Package: ipod
 Architecture: any

Modified: libipoddevice/trunk/debian/changelog
===================================================================
--- libipoddevice/trunk/debian/changelog	2006-05-01 13:52:58 UTC (rev 2521)
+++ libipoddevice/trunk/debian/changelog	2006-05-01 14:02:28 UTC (rev 2522)
@@ -1,3 +1,10 @@
+libipoddevice (0.4.5-1) unstable; urgency=low
+
+  * New upstream release
+  * Bump Standards-Version to 3.7.0
+
+ -- Sebastian Dröge <slomo at ubuntu.com>  Mon,  1 May 2006 15:58:42 +0200
+
 libipoddevice (0.4.1-1) unstable; urgency=low
 
   * New upstream release

Modified: libipoddevice/trunk/debian/control
===================================================================
--- libipoddevice/trunk/debian/control	2006-05-01 13:52:58 UTC (rev 2521)
+++ libipoddevice/trunk/debian/control	2006-05-01 14:02:28 UTC (rev 2522)
@@ -4,7 +4,7 @@
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Sebastian Dröge <slomo at ubuntu.com>
 Build-Depends: debhelper (>= 5), cdbs, pkg-config, libglib2.0-dev, libdbus-glib-1-dev, libhal-dev (>= 0.5.6), libgtop2-dev (>= 2.12.0), pmount, eject
-Standards-Version: 3.6.2
+Standards-Version: 3.7.0
 
 Package: ipod
 Architecture: any




More information about the Pkg-mono-svn-commits mailing list