Bug#786029: [RFS] Migrating pitivi from python-support to dh-python

2015-08-19 Thread Larissa Reis
I fixed this and it's on mentors.debian.net [0], here is the debdiff. I
now need a sponsor to review and upload this package in the archive.

diff -Nru pitivi-0.94/debian/changelog pitivi-0.94/debian/changelog
--- pitivi-0.94/debian/changelog2015-05-13 06:32:17.0 -0300
+++ pitivi-0.94/debian/changelog2015-08-18 13:59:50.0 -0300
@@ -1,3 +1,11 @@
+pitivi (0.94-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Removes deprecated python-support disabling it with `without` in rules 
file (Closes: #786029)
+  * Explicitly build-depends on dh-python
+
+ -- Larissa Reis lari...@colivre.coop.br  Tue, 18 Aug 2015 13:39:19 -0300
+
 pitivi (0.94-2) unstable; urgency=medium
 
   * Upload to unstable.
diff -Nru pitivi-0.94/debian/control pitivi-0.94/debian/control
--- pitivi-0.94/debian/control  2015-08-18 13:30:58.0 -0300
+++ pitivi-0.94/debian/control  2015-08-18 13:54:10.0 -0300
@@ -13,7 +13,7 @@
 itstool,
 libcairo2-dev,
 python3-cairo-dev,
-python-support
+dh-python
 X-Python-Version: = 3.0
 Standards-Version: 3.9.4
 Homepage: http://www.pitivi.org
diff -Nru pitivi-0.94/debian/rules pitivi-0.94/debian/rules
--- pitivi-0.94/debian/rules2015-05-13 06:31:48.0 -0300
+++ pitivi-0.94/debian/rules2015-08-18 13:36:53.0 -0300
@@ -8,7 +8,7 @@
$(NULL)
 
 %:
-   dh $@ --with python3
+   dh $@ --with python3 --without pysupport
 
 override_dh_auto_configure:
dh_auto_configure -- $(configure_flags)

[0] https://mentors.debian.net/package/pitivi
-- 
Larissa Reis
Colivre - Cooperativa de Tecnologias Livres
www.colivre.coop.br


signature.asc
Description: Digital signature


Bug#786171: [RFS] Migrating pitivi from python-support to dh-python

2015-08-19 Thread Larissa Reis
I fixed this and it's on mentors.debian.net [0], here is the debdiff. I
now need a sponsor to review and upload this package in the archive.

diff -u python-sponge-0.3.1/debian/rules python-sponge-0.3.1/debian/rules
--- python-sponge-0.3.1/debian/rules
+++ python-sponge-0.3.1/debian/rules
@@ -1,8 +1,5 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM := pysupport
-DEB_PYTHON_MODULE_PACKAGE = python-sponge
-
 include /usr/share/cdbs/1/rules/buildcore.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
diff -u python-sponge-0.3.1/debian/changelog 
python-sponge-0.3.1/debian/changelog
--- python-sponge-0.3.1/debian/changelog
+++ python-sponge-0.3.1/debian/changelog
@@ -1,3 +1,10 @@
+python-sponge (0.3.1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Removes deprecated pysupport. Uses dh-python instead (Closes: #786171)
+
+ -- Larissa Reis lari...@colivre.coop.br  Wed, 19 Aug 2015 15:19:15 -0300
+
 python-sponge (0.3.1-1) unstable; urgency=low
 
   * New release. (Closes: #542134)
reverted:
--- python-sponge-0.3.1/debian/pycompat
+++ python-sponge-0.3.1.orig/debian/pycompat
@@ -1 +0,0 @@
-2
diff -u python-sponge-0.3.1/debian/control python-sponge-0.3.1/debian/control
--- python-sponge-0.3.1/debian/control
+++ python-sponge-0.3.1/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Gabriel Falcão Gonçalves de Moura gabr...@nacaolivre.org
 Standards-Version: 3.8.3
-Build-Depends: debhelper (= 7), python, cdbs, python-setuptools, 
python-support, python-cherrypy3 (= 3.1.1), python-genshi (= 0.5.1), 
python-imaging (= 1.1.6), python-yaml (= 3.08), python-nose (= 0.11.1), 
python-mox (= 0.5.1), python-routes (= 1.10.3)
+Build-Depends: debhelper (= 7), python (= 2.7.9), cdbs, python-setuptools, 
dh-python, python-cherrypy3 (= 3.1.1), python-genshi (= 0.5.1), 
python-imaging (= 1.1.6), python-yaml (= 3.08), python-nose (= 0.11.1), 
python-mox (= 0.5.1), python-routes (= 1.10.3)
 Build-Depends-Indep: python-sphinx
 Homepage: http://github.com/gabrielfalcao/sponge/tree/master
 Vcs-Git: git://github.com/gabrielfalcao/sponge.git

[0] http://mentors.debian.net/package/python-sponge
-- 
Larissa Reis
Colivre - Cooperativa de Tecnologias Livres
www.colivre.coop.br


signature.asc
Description: Digital signature


Bug#786171: [RFS] Migrating python-sponge from python-support to dh-python

2015-08-19 Thread Larissa Reis
There is a typo on the previous email subject: s/pitivi/python-sponge

On Wed, Aug 19, 2015 at 04:14:14PM -0300, Larissa Reis wrote:
 I fixed this and it's on mentors.debian.net [0], here is the debdiff. I
 now need a sponsor to review and upload this package in the archive.
 
 diff -u python-sponge-0.3.1/debian/rules python-sponge-0.3.1/debian/rules
 --- python-sponge-0.3.1/debian/rules
 +++ python-sponge-0.3.1/debian/rules
 @@ -1,8 +1,5 @@
  #!/usr/bin/make -f
  
 -DEB_PYTHON_SYSTEM := pysupport
 -DEB_PYTHON_MODULE_PACKAGE = python-sponge
 -
  include /usr/share/cdbs/1/rules/buildcore.mk
  include /usr/share/cdbs/1/rules/debhelper.mk
  include /usr/share/cdbs/1/class/python-distutils.mk
 diff -u python-sponge-0.3.1/debian/changelog 
 python-sponge-0.3.1/debian/changelog
 --- python-sponge-0.3.1/debian/changelog
 +++ python-sponge-0.3.1/debian/changelog
 @@ -1,3 +1,10 @@
 +python-sponge (0.3.1-1.1) UNRELEASED; urgency=medium
 +
 +  * Non-maintainer upload.
 +  * Removes deprecated pysupport. Uses dh-python instead (Closes: #786171)
 +
 + -- Larissa Reis lari...@colivre.coop.br  Wed, 19 Aug 2015 15:19:15 -0300
 +
  python-sponge (0.3.1-1) unstable; urgency=low
  
* New release. (Closes: #542134)
 reverted:
 --- python-sponge-0.3.1/debian/pycompat
 +++ python-sponge-0.3.1.orig/debian/pycompat
 @@ -1 +0,0 @@
 -2
 diff -u python-sponge-0.3.1/debian/control python-sponge-0.3.1/debian/control
 --- python-sponge-0.3.1/debian/control
 +++ python-sponge-0.3.1/debian/control
 @@ -3,7 +3,7 @@
  Priority: optional
  Maintainer: Gabriel Falcão Gonçalves de Moura gabr...@nacaolivre.org
  Standards-Version: 3.8.3
 -Build-Depends: debhelper (= 7), python, cdbs, python-setuptools, 
 python-support, python-cherrypy3 (= 3.1.1), python-genshi (= 0.5.1), 
 python-imaging (= 1.1.6), python-yaml (= 3.08), python-nose (= 0.11.1), 
 python-mox (= 0.5.1), python-routes (= 1.10.3)
 +Build-Depends: debhelper (= 7), python (= 2.7.9), cdbs, python-setuptools, 
 dh-python, python-cherrypy3 (= 3.1.1), python-genshi (= 0.5.1), 
 python-imaging (= 1.1.6), python-yaml (= 3.08), python-nose (= 0.11.1), 
 python-mox (= 0.5.1), python-routes (= 1.10.3)
  Build-Depends-Indep: python-sphinx
  Homepage: http://github.com/gabrielfalcao/sponge/tree/master
  Vcs-Git: git://github.com/gabrielfalcao/sponge.git
 
 [0] http://mentors.debian.net/package/python-sponge
 -- 
 Larissa Reis
 Colivre - Cooperativa de Tecnologias Livres
 www.colivre.coop.br



-- 
Larissa Reis
Colivre - Cooperativa de Tecnologias Livres
www.colivre.coop.br


signature.asc
Description: Digital signature


Bug#166028: Feel her all over

2008-03-24 Thread Larissa murati
Lose all your frustration all at once by trying our amazing product

http://www.Massivegainers.com/
Loving it large



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#217421: Gorgeous breasts and lips

2008-03-23 Thread Larissa Seitz
If you are embarrassed about how small your weiner is, the solution is here.

http://www.cokesyw.com/
Smaller than you would like to be



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#171376: is it you? larissa here

2007-05-06 Thread larissa

Hi
It`s larissa again. Will you ever contact me?
I made those nude pictures especially for you and I wont write to you again!
If you wanna see them just drop me a line at: [EMAIL PROTECTED]















-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#237184: Alert

2007-04-17 Thread Larissa Di

http://i83.imagethrust.com/i/1035872/s.gif

The bag of Goulding, Collis, Ward led Bloom by ryebloom flowered tables.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#94197: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Larissa
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?Ability will never catch up with the demand for it.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]