[Python-modules-commits] r15451 - in packages/python-pgmagick/tags (8 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Fri Feb 4 04:35:32 UTC 2011


    Date: Friday, February 4, 2011 @ 04:35:29
  Author: takaki
Revision: 15451

[svn-buildpackage] Tagging python-pgmagick 0.3.2-1

Added:
  packages/python-pgmagick/tags/0.3.2-1/
  packages/python-pgmagick/tags/0.3.2-1/debian/changelog
    (from rev 15449, packages/python-pgmagick/trunk/debian/changelog)
  packages/python-pgmagick/tags/0.3.2-1/debian/control
    (from rev 15446, packages/python-pgmagick/trunk/debian/control)
  packages/python-pgmagick/tags/0.3.2-1/debian/patches/series
    (from rev 15449, packages/python-pgmagick/trunk/debian/patches/series)
Deleted:
  packages/python-pgmagick/tags/0.3.2-1/debian/changelog
  packages/python-pgmagick/tags/0.3.2-1/debian/control
  packages/python-pgmagick/tags/0.3.2-1/debian/patches/00_fix_makefile
  packages/python-pgmagick/tags/0.3.2-1/debian/patches/series

Deleted: packages/python-pgmagick/tags/0.3.2-1/debian/changelog
===================================================================
--- packages/python-pgmagick/trunk/debian/changelog	2011-02-04 04:07:32 UTC (rev 15445)
+++ packages/python-pgmagick/tags/0.3.2-1/debian/changelog	2011-02-04 04:35:29 UTC (rev 15451)
@@ -1,5 +0,0 @@
-python-pgmagick (0.3.0-1) unstable; urgency=low
-
-  * Initial release (Closes: #601047)
-
- -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 15 Nov 2010 21:27:13 +0900

Copied: packages/python-pgmagick/tags/0.3.2-1/debian/changelog (from rev 15449, packages/python-pgmagick/trunk/debian/changelog)
===================================================================
--- packages/python-pgmagick/tags/0.3.2-1/debian/changelog	                        (rev 0)
+++ packages/python-pgmagick/tags/0.3.2-1/debian/changelog	2011-02-04 04:35:29 UTC (rev 15451)
@@ -0,0 +1,12 @@
+python-pgmagick (0.3.2-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/patches/00_fix_makefile: removed 
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 04 Feb 2011 13:25:01 +0900
+
+python-pgmagick (0.3.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #601047)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 15 Nov 2010 21:27:13 +0900

Deleted: packages/python-pgmagick/tags/0.3.2-1/debian/control
===================================================================
--- packages/python-pgmagick/trunk/debian/control	2011-02-04 04:07:32 UTC (rev 15445)
+++ packages/python-pgmagick/tags/0.3.2-1/debian/control	2011-02-04 04:35:29 UTC (rev 15451)
@@ -1,21 +0,0 @@
-Source: python-pgmagick
-Section: python
-Priority: extra
-Maintainer: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
-	python-setuptools,
-	python-all-dev,
-	libgraphicsmagick++1-dev,
-	libboost-python-dev
-Standards-Version: 3.9.1
-Homepage: http://bitbucket.org/hhatto/pgmagick
-#Vcs-Git: git://git.debian.org/collab-maint/python-pgmagick.git
-#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-pgmagick.git;a=summary
-
-Package: python-pgmagick
-Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Provides: ${python:Provides}
-Description: Yet Another Python wrapper for GraphicsMagick
- pgmagick is a yet another boost.python based Python wrapper for
- GraphicsMagick. 

Copied: packages/python-pgmagick/tags/0.3.2-1/debian/control (from rev 15446, packages/python-pgmagick/trunk/debian/control)
===================================================================
--- packages/python-pgmagick/tags/0.3.2-1/debian/control	                        (rev 0)
+++ packages/python-pgmagick/tags/0.3.2-1/debian/control	2011-02-04 04:35:29 UTC (rev 15451)
@@ -0,0 +1,22 @@
+Source: python-pgmagick
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+	python-setuptools,
+	python-all-dev,
+	libgraphicsmagick++1-dev,
+	libboost-python-dev
+Standards-Version: 3.9.1
+Homepage: http://bitbucket.org/hhatto/pgmagick
+#Vcs-Git: git://git.debian.org/collab-maint/python-pgmagick.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-pgmagick.git;a=summary
+
+Package: python-pgmagick
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: Yet Another Python wrapper for GraphicsMagick
+ pgmagick is a yet another boost.python based Python wrapper for
+ GraphicsMagick. 

Deleted: packages/python-pgmagick/tags/0.3.2-1/debian/patches/00_fix_makefile
===================================================================
--- packages/python-pgmagick/trunk/debian/patches/00_fix_makefile	2011-02-04 04:07:32 UTC (rev 15445)
+++ packages/python-pgmagick/tags/0.3.2-1/debian/patches/00_fix_makefile	2011-02-04 04:35:29 UTC (rev 15451)
@@ -1,23 +0,0 @@
-Index: python-pgmagick-0.3.0/Makefile
-===================================================================
---- python-pgmagick-0.3.0.orig/Makefile	2010-11-15 21:36:55.139529948 +0900
-+++ python-pgmagick-0.3.0/Makefile	2010-11-15 21:37:01.275529925 +0900
-@@ -35,5 +35,5 @@
- clean:
- 	rm -rf pgmagick.* build dist
- 	cd $(SRC_DIR) && make clean
--	rm pgmagick/_pgmagick.so
--	rm pgmagick/*.pyc
-+	rm -f pgmagick/_pgmagick.so
-+	rm -f pgmagick/*.pyc
-Index: python-pgmagick-0.3.0/src/Makefile
-===================================================================
---- python-pgmagick-0.3.0.orig/src/Makefile	2010-11-15 21:36:42.739532108 +0900
-+++ python-pgmagick-0.3.0/src/Makefile	2010-11-15 21:36:47.115532260 +0900
-@@ -116,5 +116,5 @@
- 	g++ $(FLAGS) $(INCS) -o $@ -c $<
- 
- clean:
--	rm $(OBJS) $(SO)
-+	rm -f $(OBJS) $(SO)
- 

Deleted: packages/python-pgmagick/tags/0.3.2-1/debian/patches/series
===================================================================
--- packages/python-pgmagick/trunk/debian/patches/series	2011-02-04 04:07:32 UTC (rev 15445)
+++ packages/python-pgmagick/tags/0.3.2-1/debian/patches/series	2011-02-04 04:35:29 UTC (rev 15451)
@@ -1,2 +0,0 @@
-00_fix_makefile
-debian-changes-0.3.0-1

Copied: packages/python-pgmagick/tags/0.3.2-1/debian/patches/series (from rev 15449, packages/python-pgmagick/trunk/debian/patches/series)
===================================================================
--- packages/python-pgmagick/tags/0.3.2-1/debian/patches/series	                        (rev 0)
+++ packages/python-pgmagick/tags/0.3.2-1/debian/patches/series	2011-02-04 04:35:29 UTC (rev 15451)
@@ -0,0 +1 @@
+debian-changes-0.3.0-1




More information about the Python-modules-commits mailing list