Merge lp:~rockstar/dmedia/remove-debian into lp:~jderose/dmedia/trunk

Proposed by Paul Hummer
Status: Merged
Merged at revision: 103
Proposed branch: lp:~rockstar/dmedia/remove-debian
Merge into: lp:~jderose/dmedia/trunk
Diff against target: 77 lines (+0/-52)
5 files modified
debian/changelog (+0/-5)
debian/compat (+0/-1)
debian/control (+0/-19)
debian/copyright (+0/-24)
debian/rules (+0/-3)
To merge this branch: bzr merge lp:~rockstar/dmedia/remove-debian
Reviewer Review Type Date Requested Status
Jason Gerard DeRose Pending
Review via email: mp+40336@code.launchpad.net

Description of the change

This branch kills the debian branch in trunk. Essentially, this is what I did:

bzr branch lp:dmedia remove-packaging
cd remove-packaging
bzr rm debian
bzr commit

That's this branch. It will remove it. Then I created lp:~novacut-community/dmedia/packaging as a branch of this remove-packaging branch, and added the debian dir back in (with history) by essentially reversing the revision that removed the debian dir. This means that when you do a log on the debian/ files, you'll get history as far back as revno 1 of dmedia (assuming these files were in revno 1). I did by doing:

bzr merge . -r 103..102

This says "Merge in the revisions 103-102 of this branch" and since I specified the revisions backwards, it applies the diff backwards, essentially reversing it.

Feel free to take over ownership of lp:~novacut-community/dmedia/packaging. I just needed a place to put the followup branch that wasn't me, it made the most sense there.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed directory 'debian'
2=== removed file 'debian/changelog'
3--- debian/changelog 2010-11-07 20:04:15 +0000
4+++ debian/changelog 1970-01-01 00:00:00 +0000
5@@ -1,5 +0,0 @@
6-dmedia (0.0.4-0ubuntu1) maverick; urgency=low
7-
8- * New release
9-
10- -- Jason Gerard DeRose <jderose@jasonderose.org> Sun, 07 Nov 2010 20:02:10 +0000
11
12=== removed file 'debian/compat'
13--- debian/compat 2010-05-08 22:01:47 +0000
14+++ debian/compat 1970-01-01 00:00:00 +0000
15@@ -1,1 +0,0 @@
16-7
17
18=== removed file 'debian/control'
19--- debian/control 2010-10-22 05:13:35 +0000
20+++ debian/control 1970-01-01 00:00:00 +0000
21@@ -1,19 +0,0 @@
22-Source: dmedia
23-Section: python
24-Priority: optional
25-Maintainer: Jason Gerard DeRose <jderose@jasonderose.org>
26-Build-Depends: debhelper (>= 7.4), python (>= 2.6), python-central
27-Standards-Version: 3.8.4
28-XS-Python-Version: >= 2.6
29-
30-Package: python-dmedia
31-Architecture: all
32-Depends: ${misc:Depends}, ${python:Depends}, python-desktopcouch-records, totem, libimage-exiftool-perl, python-genshi, python-webkit, python-paste
33-XB-Python-Version: ${python:Versions}
34-Description: distributed media library
35- A simple distributed media library. Media files are given a globally unique ID
36- based on their content-hash. Meta-data is stored in CouchDB. Meta-data for a
37- large number of media files can be available locally (meta-data is small).
38- Actual media files can be loaded on-demand from peers or cloud when not
39- available locally (media files are big). Goals are to make synchronization
40- super easy, and to lay groundwork for a distributed content creation workflow.
41
42=== removed file 'debian/copyright'
43--- debian/copyright 2010-05-09 22:35:32 +0000
44+++ debian/copyright 1970-01-01 00:00:00 +0000
45@@ -1,24 +0,0 @@
46-Debianized by Jason Gerard DeRose <jderose@jasonderose.org> 2010-05-08
47-
48-Upstream authors:
49-
50-| Jason Gerard DeRose <jderose@jasonderose.org>
51-
52-Copyright and license:
53-
54-| Copyright (C) 2010 Jason Gerard DeRose <jderose@jasonderose.org>
55-|
56-| This file is part of `dmedia`.
57-|
58-| `dmedia` is free software: you can redistribute it and/or modify it under the
59-| terms of the GNU Lesser General Public License as published by the Free
60-| Software Foundation, either version 3 of the License, or (at your option) any
61-| later version.
62-|
63-| `dmedia` is distributed in the hope that it will be useful, but WITHOUT ANY
64-| WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
65-| A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
66-| details.
67-|
68-| You should have received a copy of the GNU Lesser General Public License along
69-| with `dmedia`. If not, see <http://www.gnu.org/licenses/>.
70
71=== removed file 'debian/rules'
72--- debian/rules 2010-05-08 22:01:47 +0000
73+++ debian/rules 1970-01-01 00:00:00 +0000
74@@ -1,3 +0,0 @@
75-#!/usr/bin/make -f
76-%:
77- dh $@

Subscribers

People subscribed via source and target branches