r46536 - in /packages/cbp2make/trunk/debian: changelog control copyright rules

moeller at users.alioth.debian.org moeller at users.alioth.debian.org
Mon Feb 17 22:50:16 UTC 2014


Author: moeller
Date: Mon Feb 17 22:50:16 2014
New Revision: 46536

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46536
Log:
Ready to upload cbp2make

Modified:
    packages/cbp2make/trunk/debian/changelog
    packages/cbp2make/trunk/debian/control
    packages/cbp2make/trunk/debian/copyright
    packages/cbp2make/trunk/debian/rules

Modified: packages/cbp2make/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/cbp2make/trunk/debian/changelog?rev=46536&op=diff
==============================================================================
--- packages/cbp2make/trunk/debian/changelog	(original)
+++ packages/cbp2make/trunk/debian/changelog	Mon Feb 17 22:50:16 2014
@@ -1,5 +1,8 @@
 cbp2make (147-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release for Debian.
+
+    An Ubuntu PPA already offered something partially reusable, 
+    no ITP issued.
 
  -- Steffen Moeller <moeller at debian.org>  Sun, 16 Feb 2014 04:03:14 +0100

Modified: packages/cbp2make/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/cbp2make/trunk/debian/control?rev=46536&op=diff
==============================================================================
--- packages/cbp2make/trunk/debian/control	(original)
+++ packages/cbp2make/trunk/debian/control	Mon Feb 17 22:50:16 2014
@@ -2,12 +2,12 @@
 Section: devel
 Priority: optional
 Maintainer: Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper (>= 8.0.0), libtinyxml-dev
-Build-Depends-Indep: doxygen
+Build-Depends: debhelper (>= 9.0.0), libtinyxml-dev
+#Build-Depends-Indep: doxygen
 Standards-Version: 3.9.5
 Homepage: http://cbp2make.sf.net
-#Vcs-Git: git://git.debian.org/collab-maint/cbp2make.git
-#Vcs-Browser: http://git.debian.org/?p=collab-maint/cbp2make.git;a=summary
+Vcs-svn: svn://svn.debian.org/svn/debian-science/cbp2make
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/cbp2make/trunk
 
 Package: cbp2make
 Architecture: any
@@ -17,15 +17,16 @@
  to generate makefile(s) for GNU Make out of Code::Blocks
  IDE project or workspace files.
 
-Package: cbp2make-doc
-Architecture: all
-Depends: ${misc:Depends}
-Section: doc
-Suggests: cbp2make
-Description: HTML documentation for cbp2make
- cbp2make is a stand-alone build tool that allows you
- to generate makefile(s) for GNU Make out of Code::Blocks
- IDE project or workspace files.
- .
- This package provides with an extensive doxygen-created
- documentation.
+#Package: cbp2make-doc
+#Architecture: all
+#Depends: ${misc:Depends}
+#Section: doc
+#Suggests: cbp2make
+#Description: HTML documentation for cbp2make
+# cbp2make is a stand-alone build tool that allows you
+# to generate makefile(s) for GNU Make out of Code::Blocks
+# IDE project or workspace files.
+# .
+# This package provides with an extensive doxygen-created
+# documentation. That however helps the programmers of cbp2make
+# more than it helps it users - not packaged.

Modified: packages/cbp2make/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/cbp2make/trunk/debian/copyright?rev=46536&op=diff
==============================================================================
--- packages/cbp2make/trunk/debian/copyright	(original)
+++ packages/cbp2make/trunk/debian/copyright	Mon Feb 17 22:50:16 2014
@@ -10,12 +10,14 @@
 Files: debian/*
 Copyright:
          2014 Steffen Moeller <moeller at debian.org>
+         2014 Ole Streicher
          2013 Mirai Computing <mirai.computing at gmail.com>
 License: GPL-3.0+
 
 Files: debian/control
 Copyright:
          2012 rebel <rebel at xenyon.com>
+         2014 Steffen Moeller <moeller at debian.org>
 License: GPL-3.0+
 
 License: GPL-3.0+

Modified: packages/cbp2make/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/cbp2make/trunk/debian/rules?rev=46536&op=diff
==============================================================================
--- packages/cbp2make/trunk/debian/rules	(original)
+++ packages/cbp2make/trunk/debian/rules	Mon Feb 17 22:50:16 2014
@@ -18,9 +18,9 @@
 	ln -sf cbp2make.cbp.mak.unix Makefile
 	$(MAKE) release
 
-build-indep:
-	ln -sf cbp2make.cbp.mak.unix Makefile
-	$(MAKE) doxygen
+#build-indep:
+#	ln -sf cbp2make.cbp.mak.unix Makefile
+#	$(MAKE) doxygen
 
 override_dh_clean:
 	rm -f Makefile




More information about the debian-science-commits mailing list