This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libxray-spacegroup-perl.

commit 97a5ed6fb02c35117a7d208ca70988bc0370a512
Author: Carlo Segre <se...@debian.org>
Date:   Sat Jul 30 18:49:40 2011 -0500

    Imported Debian patch 0.1.1-2
---
 debian/changelog     |  8 ++++++++
 debian/control       |  4 ++--
 debian/rules         | 13 +++++--------
 debian/source/format |  1 +
 4 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d37e89a..c724e2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libxray-spacegroup-perl (0.1.1-2) unstable; urgency=low
+
+  * Upgrade to Source-Format 3.0 (quilt) & remove quilt Build-Dep
+  * Add build-arch and build-indep rules
+  * Upgrade to Standards-Version 3.9.2
+
+ -- Carlo Segre <se...@debian.org>  Sat, 30 Jul 2011 18:49:40 -0500
+
 libxray-spacegroup-perl (0.1.1-1) unstable; urgency=low
 
   * Initial release (Closes: #517947)
diff --git a/debian/control b/debian/control
index 49c182c..effc610 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,11 @@
 Source: libxray-spacegroup-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.8), perl-modules, libreadonly-perl,
        libregexp-optimizer-perl, liblist-moreutils-perl, libclass-std-perl
 Maintainer: Carlo Segre <se...@debian.org>
-Standards-Version: 3.8.0
+Standards-Version: 3.9.2
 Homepage: http://cars9.uchicago.edu/~ravel/software/
 
 Package: libxray-spacegroup-perl
diff --git a/debian/rules b/debian/rules
index f9aca66..5505f74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# Uncomment if patches required
-include /usr/share/quilt/quilt.make
-
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
@@ -21,10 +18,11 @@ endif
 
 TMP = $(CURDIR)/debian/$(PACKAGE)
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 
-# Use "build-stamp: $(QUILT_STAMPFN)" if patches required
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
        dh_testdir
 
        # Generate the Build script and run it
@@ -33,8 +31,7 @@ build-stamp: $(QUILT_STAMPFN)
        ./Build test
        touch $@
 
-# Use "clean: unpatch" if patches required
-clean: unpatch
+clean: 
        dh_testdir
        dh_testroot
 
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libxray-spacegroup-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to