~ubuntu-branches/ubuntu/trusty/libodbc-ruby/trusty

« back to all changes in this revision

Viewing changes to ext/utf8/init.c

  • Committer: Bazaar Package Importer
  • Author(s): Daigo Moriwaki, Lucas Nussbaum
  • Date: 2010-05-07 16:50:04 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100507165004-so71tlp4aaqvwa69
Tags: 0.99991-1
* New upstream release
* Switch to dpkg-source 3.0 (quilt) format
  + Added debian/source
* Bumped Standard Version to 3.8.4
* Updated debian/patches
  + Added quilt patch, removed dpatch
    because upstream has new directory structure
* Updated .example. no test.rb is available with new release
* Updated debian/control
  + Added Build-Depends for ruby1.9.1
  + Removed dpatch from Build-Depends
  + Added myself to Uploaders
* Updated debian/rules
  + Port to ruby1.9.1 (Closes: #507695)
  + Changed the directory structure for make
  + Removed dpatch.mk

[ Lucas Nussbaum ]
* Fixed Vcs-* fields after pkg-ruby-extras SVN layout change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Part of ODBC-Ruby binding
 
3
 * Copyright (c) 2006-2007 Christian Werner <chw@ch-werner.de>
 
4
 *
 
5
 * See the file "COPYING" for information on usage
 
6
 * and redistribution of this file and for a
 
7
 * DISCLAIMER OF ALL WARRANTIES.
 
8
 *
 
9
 * $Id: init.c,v 1.2 2007/04/07 09:39:08 chw Exp chw $
 
10
 */
 
11
 
 
12
#include "../init.c"