#!/usr/bin/perl -w

use strict;
use warnings;
use Getopt::Long;
use RPM::Source::Convert::ALTLinuxBackport;
use RPM::Source::Transformation::GenericUtility;

Getopt::Long::Configure ("bundling");

my $converter=RPM::Source::Transform->new();
$converter->transform();
