[Pkg-symfony-commits] [SCM] Doctrine repository under the pkg-symfony Debian group branch, master, updated. upstream/1.2.2-22-g6d40e99
Federico Gimenez Nieto
fgimenez at coit.es
Sun Jul 18 09:40:39 UTC 2010
The following commit has been merged in the master branch:
commit 40e296fb14c1068ea5926addae4fbff162188046
Author: Federico Gimenez Nieto <fgimenez at coit.es>
Date: Sun Jul 18 11:19:34 2010 +0200
Added commands to the clean target in order to remove all the generated files
diff --git a/debian/changelog b/debian/changelog
index d4187cb..757f294 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ doctrine (1.2.2-1) unstable; urgency=low
* Initial Release. (closes: #568501)
- -- Federico Gimenez Nieto <fgimenez at coit.es> Wed, 30 Jun 2010 12:45:08 +0200
+ -- Federico Gimenez Nieto <fgimenez at coit.es> Sun, 18 Jul 2010 11:20:08 +0200
diff --git a/debian/rules b/debian/rules
index 64616f9..afcb742 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,4 +25,7 @@ $(test_stamp):
override_dh_clean:
dh_clean
$(RM) $(test_stamp)
+ $(RM) -rf $(PACKAGE_VER)/tests/DbTestCase.php \
+ $(PACKAGE_VER)/tests/DoctrineTest/doctrine_tests/
+ $(PACKAGE_VER)/tests/tmp
endif
\ No newline at end of file
--
Doctrine repository under the pkg-symfony Debian group
More information about the Pkg-symfony-commits
mailing list