[Piuparts-commits] rev 48 - in trunk: . debian
Ana Beatriz Guerrero López
ana at alioth.debian.org
Wed Jul 4 19:21:51 UTC 2007
Author: ana
Date: 2007-07-04 19:21:51 +0000 (Wed, 04 Jul 2007)
New Revision: 48
Modified:
trunk/debian/changelog
trunk/piuparts.py
Log:
update changelog.
order piuparts options (output of piuparts --help)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-07-04 19:02:17 UTC (rev 47)
+++ trunk/debian/changelog 2007-07-04 19:21:51 UTC (rev 48)
@@ -5,9 +5,18 @@
- Add XS-Vcs-Svn and XS-Vcs-Browser fields
[ Ana Beatriz Guerrero Lopez ]
- *
+ * Rename piuparts.py.in back to piuparts.py.
+ * Add option --skip-minimize that allows skip the minimize chroot step
+ with debfoster.
+ * Remove m4 substitution, and use sed instead. Drop Build-Depends on m4.
+ (Closes: #431248)
+ * debian/rules:
+ - Remove execution of checkversion in package build, not longer needed.
+ * debian/control:
+ - Add myself to uploaders.
+ - Add (future) piuparts website.
- -- piuparts developers team <piuparts-devel at lists.alioth.debian.org> Wed, 04 Jul 2007 19:43:36 +0200
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org> Wed, 04 Jul 2007 21:03:44 +0200
piuparts (0.21) unstable; urgency=low
Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py 2007-07-04 19:02:17 UTC (rev 47)
+++ trunk/piuparts.py 2007-07-04 19:21:51 UTC (rev 48)
@@ -1066,6 +1066,12 @@
"etc/apt/sources.list (only makes sense " +
"with --basetgz).")
+ parser.add_option("--warn-on-others",
+ action="store_true", default=False,
+ help="Print a warning rather than failing if "
+ "files are left behind by a package that "
+ "was not given on the command-line.")
+
parser.add_option("--skip-minimize",
action="store_true", default=False,
help="Skip minimize chroot step.")
@@ -1106,12 +1112,6 @@
action="store_true", default=False,
help="No meaning anymore.")
- parser.add_option("--warn-on-others",
- action="store_true", default=False,
- help="Print a warning rather than failing if "
- "files are left behind by a package that "
- "was not given on the command-line.")
-
(opts, args) = parser.parse_args()
settings.args_are_package_files = not opts.apt
More information about the Piuparts-commits
mailing list